#B90020

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

Shades of Venetian Red #B90020

Tints of Venetian Red #B90020

Color information

#B90020 (or 0xB90020) is unknown color: approx Venetian Red. HEX triplet: B9, 00 and 20. RGB value is (185,0,32). Sum of RGB (Red+Green+Blue) = 185+0+32=217 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.25% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 185 - color contains mainly: red. Hex color #B90020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90020 is #46FFDF. Grayscale: #3B3B3B. Windows color (decimal): -4653024 or 2097337. OLE color: 2097337.

HSL color Cylindrical-coordinate representation of color #B90020: hue angle of 349.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90020 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB185032-
CMYK010.830.27
HSL349.62º100%36.27%-
HSV(B)349.62º100%72.55%-
XYZ20.2710.422.31-
YUV58.96112.79217.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 85.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=85.25%
G=0%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185032010.830.27349.6210036.27
HexB9020064531B15e6424
Octal27104001441233353614444
Binary101110010100000011001001010011110111010111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90020; }

 p { color: rgb(185,0,32); }

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

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

 a { background-color: rgb(185,0,32); }

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

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

 span { border-color: rgb(185,0,32); }

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