Shades of Venetian Red #B60A16
Tints of Venetian Red #B60A16
RGB
CMYK
RGB Variations
Color information
#B60A16 (or 0xB60A16) is known color: Venetian Red. HEX triplet: B6, 0A and 16. RGB value is (182,10,22). Sum of RGB (Red+Green+Blue) = 182+10+22=214 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.05% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60A16 is #49F5E9. Grayscale: #3E3E3E. Windows color (decimal): -4847082 or 1444534. OLE color: 1444534.
HSL color Cylindrical-coordinate representation of color #B60A16: hue angle of 355.81º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A16 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 22 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.29 |
| HSL | 355.81º | 0.9% | 0.38% | - |
| HSV(B) | 355.81º | 0.95% | 0.71% | - |
| XYZ | 19.54 | 10.22 | 1.7 | - |
| YUV | 62.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 22 | 0 | 0.95 | 0.88 | 0.29 | 355.81 | 0.9 | 0.38 |
| Hex | B6 | A | 16 | 0 | 5F | 58 | 1D | 164 | 5A | 26 |
| Octal | 266 | 12 | 26 | 0 | 137 | 130 | 35 | 544 | 132 | 46 |
| Binary | 10110110 | 1010 | 10110 | 0 | 1011111 | 1011000 | 11101 | 101100100 | 1011010 | 100110 |
Color Harmonies of #B60A16
Complementary color
Monochromatic Colors of #B60A16
Black with #B60A16
Text Example
Text Example
White with #B60A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A16; }
p { color: rgb(182,10,22); }
H1.HeaderClassName
{
color: #B60A16;
}
.AnyTagClassName
{
color: #B60A16;
}
</style>
background-color css
<style>
a { background-color: #B60A16; }
a { background-color: rgb(182,10,22); }
div.DivClassName
{
background-color: #B60A16;
}
.BgClassName
{
background-color: #B60A16;
}
</style>
border-color css
<style>
span { border-color: #B60A16; }
span { border-color: rgb(182,10,22); }
td.TdClassName
{
border-color: #B60A16;
}
.TagClassName
{
border-color: #B60A16;
}
</style>