#B60911

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

Shades of Venetian Red #B60911

Tints of Venetian Red #B60911

Color information

#B60911 (or 0xB60911) is unknown color: approx Venetian Red. HEX triplet: B6, 09 and 11. RGB value is (182,9,17). Sum of RGB (Red+Green+Blue) = 182+9+17=208 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.5% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 182 - color contains mainly: red. Hex color #B60911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60911 is #49F6EE. Grayscale: #3D3D3D. Windows color (decimal): -4847343 or 1116598. OLE color: 1116598.

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

Color convert

RGB182917-
CMYK00.950.910.29
HSL357.23º90.58%37.45%-
HSV(B)357.23º95.05%71.37%-
XYZ19.4910.181.47-
YUV61.64102.81213.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 87.5%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 17 (7.03% from 255) = 8.17%
R=87.5%
G=4.33%
B=8.17%

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
Decimal18291700.950.910.29357.2390.5837.45
HexB691105F5B1D1655b25
Octal266112101371333554513345
Binary10110110100110001010111111011011111011011001011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60911; }

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

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

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

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

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

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

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

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