#B60008

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

Shades of Venetian Red #B60008

Tints of Venetian Red #B60008

Color information

#B60008 (or 0xB60008) is unknown color: approx Venetian Red. HEX triplet: B6, 00 and 08. RGB value is (182,0,8). Sum of RGB (Red+Green+Blue) = 182+0+8=190 (25% of max value = 765). Red value is 182 (71.48% from 255 or 95.79% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 182 - color contains mainly: red. Hex color #B60008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60008 is #49FFF7. Grayscale: #373737. Windows color (decimal): -4849656 or 524470. OLE color: 524470.

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

Color convert

RGB18208-
CMYK010.960.29
HSL357.36º100%35.69%-
HSV(B)357.36º100%71.37%-
XYZ19.349.961.13-
YUV55.33101.3218.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 95.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.21%
R=95.79%
G=0%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18208010.960.29357.3610035.69
HexB608064601D1656424
Octal26601001441403554514444
Binary1011011001000011001001100000111011011001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60008; }

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

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

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

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

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

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

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

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