Shades of Venetian Red #B60C18
Tints of Venetian Red #B60C18
RGB
CMYK
RGB Variations
Color information
#B60C18 (or 0xB60C18) is known color: Venetian Red. HEX triplet: B6, 0C and 18. RGB value is (182,12,24). Sum of RGB (Red+Green+Blue) = 182+12+24=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60C18 is #49F3E7. Grayscale: #404040. Windows color (decimal): -4846568 or 1576118. OLE color: 1576118.
HSL color Cylindrical-coordinate representation of color #B60C18: hue angle of 355.76º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C18 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 24 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.29 |
| HSL | 355.76º | 0.88% | 0.38% | - |
| HSV(B) | 355.76º | 0.93% | 0.71% | - |
| XYZ | 19.59 | 10.27 | 1.81 | - |
| YUV | 64.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 24 | 0 | 0.93 | 0.87 | 0.29 | 355.76 | 0.88 | 0.38 |
| Hex | B6 | C | 18 | 0 | 5D | 57 | 1D | 164 | 58 | 26 |
| Octal | 266 | 14 | 30 | 0 | 135 | 127 | 35 | 544 | 130 | 46 |
| Binary | 10110110 | 1100 | 11000 | 0 | 1011101 | 1010111 | 11101 | 101100100 | 1011000 | 100110 |
Color Harmonies of #B60C18
Complementary color
Monochromatic Colors of #B60C18
Black with #B60C18
Text Example
Text Example
White with #B60C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C18; }
p { color: rgb(182,12,24); }
H1.HeaderClassName
{
color: #B60C18;
}
.AnyTagClassName
{
color: #B60C18;
}
</style>
background-color css
<style>
a { background-color: #B60C18; }
a { background-color: rgb(182,12,24); }
div.DivClassName
{
background-color: #B60C18;
}
.BgClassName
{
background-color: #B60C18;
}
</style>
border-color css
<style>
span { border-color: #B60C18; }
span { border-color: rgb(182,12,24); }
td.TdClassName
{
border-color: #B60C18;
}
.TagClassName
{
border-color: #B60C18;
}
</style>