#B60F18

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

Shades of Venetian Red #B60F18

Tints of Venetian Red #B60F18

Color information

#B60F18 (or 0xB60F18) is unknown color: approx Venetian Red. HEX triplet: B6, 0F and 18. RGB value is (182,15,24). Sum of RGB (Red+Green+Blue) = 182+15+24=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60F18 is #49F0E7. Grayscale: #424242. Windows color (decimal): -4845800 or 1576886. OLE color: 1576886.

HSL color Cylindrical-coordinate representation of color #B60F18: hue angle of 356.77º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F18 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1821524-
CMYK00.920.870.29
HSL356.77º84.77%38.63%-
HSV(B)356.77º91.76%71.37%-
XYZ19.6310.351.83-
YUV65.96104.33210.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.35%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=82.35%
G=6.79%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182152400.920.870.29356.7784.7738.63
HexB6F1805C571D1655527
Octal266173001341273554512547
Binary10110110111111000010111001010111111011011001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60F18; }

 p { color: rgb(182,15,24); }

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

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

 a { background-color: rgb(182,15,24); }

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

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

 span { border-color: rgb(182,15,24); }

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