#B00B16

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

Shades of Venetian Red #B00B16

Tints of Venetian Red #B00B16

Color information

#B00B16 (or 0xB00B16) is unknown color: approx Venetian Red. HEX triplet: B0, 0B and 16. RGB value is (176,11,22). Sum of RGB (Red+Green+Blue) = 176+11+22=209 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.21% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00B16 is #4FF4E9. Grayscale: #3D3D3D. Windows color (decimal): -5240042 or 1444784. OLE color: 1444784.

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

Color convert

RGB1761122-
CMYK00.940.880.31
HSL356º88.24%36.67%-
HSV(B)356º93.75%69.02%-
XYZ18.179.531.64-
YUV61.59105.66209.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 84.21%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=84.21%
G=5.26%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176112200.940.880.3135688.2436.67
HexB0B1605E581F1645825
Octal260132601361303754413045
Binary10110000101110110010111101011000111111011001001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B16; }

 p { color: rgb(176,11,22); }

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

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

 a { background-color: rgb(176,11,22); }

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

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

 span { border-color: rgb(176,11,22); }

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