Shades of Venetian Red #B60E20
Tints of Venetian Red #B60E20
RGB
CMYK
RGB Variations
Color information
#B60E20 (or 0xB60E20) is known color: Venetian Red. HEX triplet: B6, 0E and 20. RGB value is (182,14,32). Sum of RGB (Red+Green+Blue) = 182+14+32=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60E20 is #49F1DF. Grayscale: #424242. Windows color (decimal): -4846048 or 2100918. OLE color: 2100918.
HSL color Cylindrical-coordinate representation of color #B60E20: hue angle of 353.57º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60E20 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 14 | 32 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.29 |
| HSL | 353.57º | 0.86% | 0.38% | - |
| HSV(B) | 353.57º | 0.92% | 0.71% | - |
| XYZ | 19.71 | 10.36 | 2.33 | - |
| YUV | 66.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 32 | 0 | 0.92 | 0.82 | 0.29 | 353.57 | 0.86 | 0.38 |
| Hex | B6 | E | 20 | 0 | 5C | 52 | 1D | 162 | 56 | 26 |
| Octal | 266 | 16 | 40 | 0 | 134 | 122 | 35 | 542 | 126 | 46 |
| Binary | 10110110 | 1110 | 100000 | 0 | 1011100 | 1010010 | 11101 | 101100010 | 1010110 | 100110 |
Color Harmonies of #B60E20
Complementary color
Monochromatic Colors of #B60E20
Black with #B60E20
Text Example
Text Example
White with #B60E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60E20; }
p { color: rgb(182,14,32); }
H1.HeaderClassName
{
color: #B60E20;
}
.AnyTagClassName
{
color: #B60E20;
}
</style>
background-color css
<style>
a { background-color: #B60E20; }
a { background-color: rgb(182,14,32); }
div.DivClassName
{
background-color: #B60E20;
}
.BgClassName
{
background-color: #B60E20;
}
</style>
border-color css
<style>
span { border-color: #B60E20; }
span { border-color: rgb(182,14,32); }
td.TdClassName
{
border-color: #B60E20;
}
.TagClassName
{
border-color: #B60E20;
}
</style>