#B90217

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

Shades of Venetian Red #B90217

Tints of Venetian Red #B90217

Color information

#B90217 (or 0xB90217) is unknown color: approx Venetian Red. HEX triplet: B9, 02 and 17. RGB value is (185,2,23). Sum of RGB (Red+Green+Blue) = 185+2+23=210 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.10% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 185 - color contains mainly: red. Hex color #B90217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90217 is #46FDE8. Grayscale: #3B3B3B. Windows color (decimal): -4652521 or 1508025. OLE color: 1508025.

HSL color Cylindrical-coordinate representation of color #B90217: hue angle of 353.11º 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 #B90217 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB185223-
CMYK00.990.880.27
HSL353.11º97.86%36.67%-
HSV(B)353.11º98.92%72.55%-
XYZ20.1810.421.76-
YUV59.11107.63217.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 88.10%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 23 (9.38% from 255) = 10.95%
R=88.10%
G=0.95%
B=10.95%

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
Decimal18522300.990.880.27353.1197.8636.67
HexB9217063581B1616225
Octal27122701431303354114245
Binary101110011010111011000111011000110111011000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90217; }

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

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

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

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

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

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

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

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