#BB0016

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

Shades of Venetian Red #BB0016

Tints of Venetian Red #BB0016

Color information

#BB0016 (or 0xBB0016) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 16. RGB value is (187,0,22). Sum of RGB (Red+Green+Blue) = 187+0+22=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0016 is #44FFE9. Grayscale: #3A3A3A. Windows color (decimal): -4521962 or 1441979. OLE color: 1441979.

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

Color convert

RGB187022-
CMYK010.880.27
HSL352.94º100%36.67%-
HSV(B)352.94º100%73.33%-
XYZ20.6410.621.72-
YUV58.42107.45219.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 89.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=89.47%
G=0%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187022010.880.27352.9410036.67
HexBB016064581B1616425
Octal27302601441303354114445
Binary10111011010110011001001011000110111011000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0016; }

 p { color: rgb(187,0,22); }

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

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

 a { background-color: rgb(187,0,22); }

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

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

 span { border-color: rgb(187,0,22); }

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