Shades of Venetian Red #B60A12
Tints of Venetian Red #B60A12
RGB
CMYK
RGB Variations
Color information
#B60A12 (or 0xB60A12) is known color: Venetian Red. HEX triplet: B6, 0A and 12. RGB value is (182,10,18). Sum of RGB (Red+Green+Blue) = 182+10+18=210 (27% of max value = 765). Red value is 182 (71.48% from 255 or 86.67% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60A12 is #49F5ED. Grayscale: #3E3E3E. Windows color (decimal): -4847086 or 1182390. OLE color: 1182390.
HSL color Cylindrical-coordinate representation of color #B60A12: hue angle of 357.21º 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 #B60A12 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 18 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.29 |
| HSL | 357.21º | 0.9% | 0.38% | - |
| HSV(B) | 357.21º | 0.95% | 0.71% | - |
| XYZ | 19.51 | 10.21 | 1.51 | - |
| YUV | 62.34 | 102.98 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 18 | 0 | 0.95 | 0.90 | 0.29 | 357.21 | 0.9 | 0.38 |
| Hex | B6 | A | 12 | 0 | 5F | 5A | 1D | 165 | 5A | 26 |
| Octal | 266 | 12 | 22 | 0 | 137 | 132 | 35 | 545 | 132 | 46 |
| Binary | 10110110 | 1010 | 10010 | 0 | 1011111 | 1011010 | 11101 | 101100101 | 1011010 | 100110 |
Color Harmonies of #B60A12
Complementary color
Monochromatic Colors of #B60A12
Black with #B60A12
Text Example
Text Example
White with #B60A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A12; }
p { color: rgb(182,10,18); }
H1.HeaderClassName
{
color: #B60A12;
}
.AnyTagClassName
{
color: #B60A12;
}
</style>
background-color css
<style>
a { background-color: #B60A12; }
a { background-color: rgb(182,10,18); }
div.DivClassName
{
background-color: #B60A12;
}
.BgClassName
{
background-color: #B60A12;
}
</style>
border-color css
<style>
span { border-color: #B60A12; }
span { border-color: rgb(182,10,18); }
td.TdClassName
{
border-color: #B60A12;
}
.TagClassName
{
border-color: #B60A12;
}
</style>