#B90216

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

Shades of Venetian Red #B90216

Tints of Venetian Red #B90216

Color information

#B90216 (or 0xB90216) is unknown color: approx Venetian Red. HEX triplet: B9, 02 and 16. RGB value is (185,2,22). Sum of RGB (Red+Green+Blue) = 185+2+22=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90216 is #46FDE9. Grayscale: #3B3B3B. Windows color (decimal): -4652522 or 1442489. OLE color: 1442489.

HSL color Cylindrical-coordinate representation of color #B90216: hue angle of 353.44º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90216 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB185222-
CMYK00.990.880.27
HSL353.44º97.86%36.67%-
HSV(B)353.44º98.92%72.55%-
XYZ20.1710.421.71-
YUV59107.13217.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 88.52%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=88.52%
G=0.96%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18522200.990.880.27353.4497.8636.67
HexB9216063581B1616225
Octal27122601431303354114245
Binary101110011010110011000111011000110111011000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90216; }

 p { color: rgb(185,2,22); }

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

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

 a { background-color: rgb(185,2,22); }

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

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

 span { border-color: rgb(185,2,22); }

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