#B60108

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

Shades of Venetian Red #B60108

Tints of Venetian Red #B60108

Color information

#B60108 (or 0xB60108) is unknown color: approx Venetian Red. HEX triplet: B6, 01 and 08. RGB value is (182,1,8). Sum of RGB (Red+Green+Blue) = 182+1+8=191 (25% of max value = 765). Red value is 182 (71.48% from 255 or 95.29% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 182 - color contains mainly: red. Hex color #B60108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60108 is #49FEF7. Grayscale: #383838. Windows color (decimal): -4849400 or 524726. OLE color: 524726.

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

Color convert

RGB18218-
CMYK00.990.960.29
HSL357.68º98.91%35.88%-
HSV(B)357.68º99.45%71.37%-
XYZ19.359.981.14-
YUV55.92100.97217.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 95.29%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=95.29%
G=0.52%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821800.990.960.29357.6898.9135.88
HexB618063601D1666324
Octal26611001431403554614344
Binary1011011011000011000111100000111011011001101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60108; }

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

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

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

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

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

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

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

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