#B90420

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

Shades of Venetian Red #B90420

Tints of Venetian Red #B90420

Color information

#B90420 (or 0xB90420) is unknown color: approx Venetian Red. HEX triplet: B9, 04 and 20. RGB value is (185,4,32). Sum of RGB (Red+Green+Blue) = 185+4+32=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B90420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90420 is #46FBDF. Grayscale: #3D3D3D. Windows color (decimal): -4652000 or 2098361. OLE color: 2098361.

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

Color convert

RGB185432-
CMYK00.980.830.27
HSL350.72º95.77%37.06%-
HSV(B)350.72º97.84%72.55%-
XYZ20.3110.512.32-
YUV61.31111.47216.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 83.71%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 32 (12.89% from 255) = 14.48%
R=83.71%
G=1.81%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18543200.980.830.27350.7295.7737.06
HexB9420062531B15f6025
Octal27144001421233353714045
Binary10111001100100000011000101010011110111010111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90420; }

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

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

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

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

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

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

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

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