#B90218

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

Shades of Venetian Red #B90218

Tints of Venetian Red #B90218

Color information

#B90218 (or 0xB90218) is unknown color: approx Venetian Red. HEX triplet: B9, 02 and 18. RGB value is (185,2,24). Sum of RGB (Red+Green+Blue) = 185+2+24=211 (27% of max value = 765). Red value is 185 (72.66% from 255 or 87.68% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 185 - color contains mainly: red. Hex color #B90218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90218 is #46FDE7. Grayscale: #3B3B3B. Windows color (decimal): -4652520 or 1573561. OLE color: 1573561.

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

Color convert

RGB185224-
CMYK00.990.870.27
HSL352.79º97.86%36.67%-
HSV(B)352.79º98.92%72.55%-
XYZ20.1910.421.81-
YUV59.22108.13217.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 87.68%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=87.68%
G=0.95%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18522400.990.870.27352.7997.8636.67
HexB9218063571B1616225
Octal27123001431273354114245
Binary101110011011000011000111010111110111011000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90218; }

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

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

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

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

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

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

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

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