#BB0408

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

Shades of Venetian Red #BB0408

Tints of Venetian Red #BB0408

Color information

#BB0408 (or 0xBB0408) is unknown color: approx Venetian Red. HEX triplet: BB, 04 and 08. RGB value is (187,4,8). Sum of RGB (Red+Green+Blue) = 187+4+8=199 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.97% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0408 is #44FBF7. Grayscale: #3B3B3B. Windows color (decimal): -4520952 or 525499. OLE color: 525499.

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

Color convert

RGB18748-
CMYK00.980.960.27
HSL358.69º95.81%37.45%-
HSV(B)358.69º97.86%73.33%-
XYZ20.5810.671.2-
YUV59.1799.13219.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 93.97%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=93.97%
G=2.01%
B=4.02%

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
Decimal1874800.980.960.27358.6995.8137.45
HexBB48062601B1676025
Octal27341001421403354714045
Binary101110111001000011000101100000110111011001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0408; }

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

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

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

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

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

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

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

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