#B90F20

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

Shades of Venetian Red #B90F20

Tints of Venetian Red #B90F20

Color information

#B90F20 (or 0xB90F20) is unknown color: approx Venetian Red. HEX triplet: B9, 0F and 20. RGB value is (185,15,32). Sum of RGB (Red+Green+Blue) = 185+15+32=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F20 is #46F0DF. Grayscale: #434343. Windows color (decimal): -4649184 or 2101177. OLE color: 2101177.

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

Color convert

RGB1851532-
CMYK00.920.830.27
HSL354º85%39.22%-
HSV(B)354º91.89%72.55%-
XYZ20.4410.762.37-
YUV67.77107.82211.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 79.74%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=79.74%
G=6.47%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185153200.920.830.273548539.22
HexB9F2005C531B1625527
Octal271174001341233354212547
Binary101110011111100000010111001010011110111011000101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90F20; }

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

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

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

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

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

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

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

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