#B90520

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

Shades of Venetian Red #B90520

Tints of Venetian Red #B90520

Color information

#B90520 (or 0xB90520) is unknown color: approx Venetian Red. HEX triplet: B9, 05 and 20. RGB value is (185,5,32). Sum of RGB (Red+Green+Blue) = 185+5+32=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B90520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90520 is #46FADF. Grayscale: #3D3D3D. Windows color (decimal): -4651744 or 2098617. OLE color: 2098617.

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

Color convert

RGB185532-
CMYK00.970.830.27
HSL351º94.74%37.25%-
HSV(B)351º97.3%72.55%-
XYZ20.3210.532.33-
YUV61.9111.13215.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=83.33%
G=2.25%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18553200.970.830.2735194.7437.25
HexB9520061531B15f5f25
Octal27154001411233353713745
Binary10111001101100000011000011010011110111010111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90520; }

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

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

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

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

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

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

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

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