#B00D18

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

Shades of Venetian Red #B00D18

Tints of Venetian Red #B00D18

Color information

#B00D18 (or 0xB00D18) is unknown color: approx Venetian Red. HEX triplet: B0, 0D and 18. RGB value is (176,13,24). Sum of RGB (Red+Green+Blue) = 176+13+24=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00D18 is #4FF2E7. Grayscale: #3F3F3F. Windows color (decimal): -5239528 or 1576368. OLE color: 1576368.

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

Color convert

RGB1761324-
CMYK00.930.860.31
HSL355.95º86.24%37.06%-
HSV(B)355.95º92.61%69.02%-
XYZ18.219.581.75-
YUV62.99106208.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 82.63%
GREEN value IS 13 (5.47% from 255) = 6.10%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=82.63%
G=6.10%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176132400.930.860.31355.9586.2437.06
HexB0D1805D561F1645625
Octal260153001351263754412645
Binary10110000110111000010111011010110111111011001001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00D18; }

 p { color: rgb(176,13,24); }

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

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

 a { background-color: rgb(176,13,24); }

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

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

 span { border-color: rgb(176,13,24); }

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