#B60011

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

Shades of Venetian Red #B60011

Tints of Venetian Red #B60011

Color information

#B60011 (or 0xB60011) is unknown color: approx Venetian Red. HEX triplet: B6, 00 and 11. RGB value is (182,0,17). Sum of RGB (Red+Green+Blue) = 182+0+17=199 (26% of max value = 765). Red value is 182 (71.48% from 255 or 91.46% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 182 - color contains mainly: red. Hex color #B60011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60011 is #49FFEE. Grayscale: #383838. Windows color (decimal): -4849647 or 1114294. OLE color: 1114294.

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

Color convert

RGB182017-
CMYK010.910.29
HSL354.4º100%35.69%-
HSV(B)354.4º100%71.37%-
XYZ19.399.991.44-
YUV56.36105.8217.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 91.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 8.54%
R=91.46%
G=0%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182017010.910.29354.410035.69
HexB60110645B1D1626424
Octal26602101441333554214444
Binary10110110010001011001001011011111011011000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60011; }

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

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

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

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

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

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

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

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