#B00B14

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

Shades of Venetian Red #B00B14

Tints of Venetian Red #B00B14

Color information

#B00B14 (or 0xB00B14) is unknown color: approx Venetian Red. HEX triplet: B0, 0B and 14. RGB value is (176,11,20). Sum of RGB (Red+Green+Blue) = 176+11+20=207 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.02% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00B14 is #4FF4EB. Grayscale: #3D3D3D. Windows color (decimal): -5240044 or 1313712. OLE color: 1313712.

HSL color Cylindrical-coordinate representation of color #B00B14: hue angle of 356.73º 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 #B00B14 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1761120-
CMYK00.940.890.31
HSL356.73º88.24%36.67%-
HSV(B)356.73º93.75%69.02%-
XYZ18.159.521.54-
YUV61.36104.66209.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 85.02%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=85.02%
G=5.31%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176112000.940.890.31356.7388.2436.67
HexB0B1405E591F1655825
Octal260132401361313754513045
Binary10110000101110100010111101011001111111011001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B14; }

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

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

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

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

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

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

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

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