#B00914

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

Shades of Venetian Red #B00914

Tints of Venetian Red #B00914

Color information

#B00914 (or 0xB00914) is unknown color: approx Venetian Red. HEX triplet: B0, 09 and 14. RGB value is (176,9,20). Sum of RGB (Red+Green+Blue) = 176+9+20=205 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.85% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 176 - color contains mainly: red. Hex color #B00914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00914 is #4FF6EB. Grayscale: #3C3C3C. Windows color (decimal): -5240556 or 1313200. OLE color: 1313200.

HSL color Cylindrical-coordinate representation of color #B00914: hue angle of 356.05º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00914 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB176920-
CMYK00.950.890.31
HSL356.05º90.27%36.27%-
HSV(B)356.05º94.89%69.02%-
XYZ18.139.481.54-
YUV60.19105.33210.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 85.85%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=85.85%
G=4.39%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17692000.950.890.31356.0590.2736.27
HexB091405F591F1645a24
Octal260112401371313754413244
Binary10110000100110100010111111011001111111011001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00914; }

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

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

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

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

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

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

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

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