#BB0208

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

Shades of Venetian Red #BB0208

Tints of Venetian Red #BB0208

Color information

#BB0208 (or 0xBB0208) is unknown color: approx Venetian Red. HEX triplet: BB, 02 and 08. RGB value is (187,2,8). Sum of RGB (Red+Green+Blue) = 187+2+8=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0208 is #44FDF7. Grayscale: #3A3A3A. Windows color (decimal): -4521464 or 524987. OLE color: 524987.

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

Color convert

RGB18728-
CMYK00.990.960.27
HSL358.05º97.88%37.06%-
HSV(B)358.05º98.93%73.33%-
XYZ20.5610.631.2-
YUV5899.79220.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 94.92%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=94.92%
G=1.02%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872800.990.960.27358.0597.8837.06
HexBB28063601B1666225
Octal27321001431403354614245
Binary10111011101000011000111100000110111011001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0208; }

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

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

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

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

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

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

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

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