#B0091C

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

Shades of Venetian Red #B0091C

Tints of Venetian Red #B0091C

Color information

#B0091C (or 0xB0091C) is unknown color: approx Venetian Red. HEX triplet: B0, 09 and 1C. RGB value is (176,9,28). Sum of RGB (Red+Green+Blue) = 176+9+28=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B0091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0091C is #4FF6E3. Grayscale: #3D3D3D. Windows color (decimal): -5240548 or 1837488. OLE color: 1837488.

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

Color convert

RGB176928-
CMYK00.950.840.31
HSL353.17º90.27%36.27%-
HSV(B)353.17º94.89%69.02%-
XYZ18.219.511.97-
YUV61.1109.33209.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 82.63%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=82.63%
G=4.23%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17692800.950.840.31353.1790.2736.27
HexB091C05F541F1615a24
Octal260113401371243754113244
Binary10110000100111100010111111010100111111011000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0091C; }

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

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

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

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

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

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

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

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