#BB0407

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

Shades of Venetian Red #BB0407

Tints of Venetian Red #BB0407

Color information

#BB0407 (or 0xBB0407) is unknown color: approx Venetian Red. HEX triplet: BB, 04 and 07. RGB value is (187,4,7). Sum of RGB (Red+Green+Blue) = 187+4+7=198 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.44% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0407 is #44FBF8. Grayscale: #3B3B3B. Windows color (decimal): -4520953 or 459963. OLE color: 459963.

HSL color Cylindrical-coordinate representation of color #BB0407: hue angle of 359.02º 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 #BB0407 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB18747-
CMYK00.980.960.27
HSL359.02º95.81%37.45%-
HSV(B)359.02º97.86%73.33%-
XYZ20.5810.671.18-
YUV59.0698.63219.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 94.44%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 7 (3.12% from 255) = 3.54%
R=94.44%
G=2.02%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874700.980.960.27359.0295.8137.45
HexBB47062601B1676025
Octal2734701421403354714045
Binary10111011100111011000101100000110111011001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0407; }

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

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

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

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

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

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

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

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