#B0091B

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

Shades of Venetian Red #B0091B

Tints of Venetian Red #B0091B

Color information

#B0091B (or 0xB0091B) is unknown color: approx Venetian Red. HEX triplet: B0, 09 and 1B. RGB value is (176,9,27). Sum of RGB (Red+Green+Blue) = 176+9+27=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B0091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0091B is #4FF6E4. Grayscale: #3D3D3D. Windows color (decimal): -5240549 or 1771952. OLE color: 1771952.

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

Color convert

RGB176927-
CMYK00.950.850.31
HSL353.53º90.27%36.27%-
HSV(B)353.53º94.89%69.02%-
XYZ18.29.51.91-
YUV60.98108.83210.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 83.02%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=83.02%
G=4.25%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17692700.950.850.31353.5390.2736.27
HexB091B05F551F1625a24
Octal260113301371253754213244
Binary10110000100111011010111111010101111111011000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0091B; }

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

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

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

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

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

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

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

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