#BB0406

Color #BB0406 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BB0406

Tints of Venetian Red #BB0406

Color information

#BB0406 (or 0xBB0406) is unknown color: approx Venetian Red. HEX triplet: BB, 04 and 06. RGB value is (187,4,6). Sum of RGB (Red+Green+Blue) = 187+4+6=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0406 is #44FBF9. Grayscale: #3B3B3B. Windows color (decimal): -4520954 or 394427. OLE color: 394427.

HSL color Cylindrical-coordinate representation of color #BB0406: hue angle of 359.34º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0406 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB18746-
CMYK00.980.970.27
HSL359.34º95.81%37.45%-
HSV(B)359.34º97.86%73.33%-
XYZ20.5710.661.15-
YUV58.9498.13219.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 94.92%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=94.92%
G=2.03%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874600.980.970.27359.3495.8137.45
HexBB46062611B1676025
Octal2734601421413354714045
Binary10111011100110011000101100001110111011001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0406; }

 p { color: rgb(187,4,6); }

 H1.HeaderClassName
 {
   color: #BB0406;
 }
 .AnyTagClassName
 {
   color: #BB0406;
 }
</style>
background-color css

<style>
 a { background-color: #BB0406; }

 a { background-color: rgb(187,4,6); }

 div.DivClassName
 {
   background-color: #BB0406;
 }
 .BgClassName
 {
   background-color: #BB0406;
 }
</style>
border-color css

<style>
 span { border-color: #BB0406; }

 span { border-color: rgb(187,4,6); }

 td.TdClassName
 {
   border-color: #BB0406;
 }
 .TagClassName
 {
   border-color: #BB0406;
 }
</style>