#B60910

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

Shades of Venetian Red #B60910

Tints of Venetian Red #B60910

Color information

#B60910 (or 0xB60910) is unknown color: approx Venetian Red. HEX triplet: B6, 09 and 10. RGB value is (182,9,16). Sum of RGB (Red+Green+Blue) = 182+9+16=207 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.92% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 182 - color contains mainly: red. Hex color #B60910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60910 is #49F6EF. Grayscale: #3D3D3D. Windows color (decimal): -4847344 or 1051062. OLE color: 1051062.

HSL color Cylindrical-coordinate representation of color #B60910: hue angle of 357.57º 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 #B60910 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB182916-
CMYK00.950.910.29
HSL357.57º90.58%37.45%-
HSV(B)357.57º95.05%71.37%-
XYZ19.4810.181.43-
YUV61.52102.31213.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 87.92%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=87.92%
G=4.35%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18291600.950.910.29357.5790.5837.45
HexB691005F5B1D1665b25
Octal266112001371333554613345
Binary10110110100110000010111111011011111011011001101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60910; }

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

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

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

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

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

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

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

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