#B60209

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

Shades of Venetian Red #B60209

Tints of Venetian Red #B60209

Color information

#B60209 (or 0xB60209) is unknown color: approx Venetian Red. HEX triplet: B6, 02 and 09. RGB value is (182,2,9). Sum of RGB (Red+Green+Blue) = 182+2+9=193 (25% of max value = 765). Red value is 182 (71.48% from 255 or 94.30% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 182 - color contains mainly: red. Hex color #B60209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60209 is #49FDF6. Grayscale: #383838. Windows color (decimal): -4849143 or 590518. OLE color: 590518.

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

Color convert

RGB18229-
CMYK00.990.950.29
HSL357.67º97.83%36.08%-
HSV(B)357.67º98.9%71.37%-
XYZ19.3610.011.17-
YUV56.62101.13217.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 94.30%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 9 (3.91% from 255) = 4.66%
R=94.30%
G=1.04%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822900.990.950.29357.6797.8336.08
HexB6290635F1D1666224
Octal26621101431373554614244
Binary10110110101001011000111011111111011011001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60209; }

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

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

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

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

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

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

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

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