#B60920

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

Shades of Venetian Red #B60920

Tints of Venetian Red #B60920

Color information

#B60920 (or 0xB60920) is unknown color: approx Venetian Red. HEX triplet: B6, 09 and 20. RGB value is (182,9,32). Sum of RGB (Red+Green+Blue) = 182+9+32=223 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.61% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 182 - color contains mainly: red. Hex color #B60920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60920 is #49F6DF. Grayscale: #3F3F3F. Windows color (decimal): -4847328 or 2099638. OLE color: 2099638.

HSL color Cylindrical-coordinate representation of color #B60920: hue angle of 352.02º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60920 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB182932-
CMYK00.950.820.29
HSL352.02º90.58%37.45%-
HSV(B)352.02º95.05%71.37%-
XYZ19.6510.242.31-
YUV63.35110.31212.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 81.61%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=81.61%
G=4.04%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18293200.950.820.29352.0290.5837.45
HexB692005F521D1605b25
Octal266114001371223554013345
Binary101101101001100000010111111010010111011011000001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60920; }

 p { color: rgb(182,9,32); }

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

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

 a { background-color: rgb(182,9,32); }

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

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

 span { border-color: rgb(182,9,32); }

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