Shades of Venetian Red #B60211
Tints of Venetian Red #B60211
RGB
CMYK
RGB Variations
Color information
#B60211 (or 0xB60211) is known color: Venetian Red. HEX triplet: B6, 02 and 11. RGB value is (182,2,17). Sum of RGB (Red+Green+Blue) = 182+2+17=201 (26% of max value = 765). Red value is 182 (71.48% from 255 or 90.55% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 182 - color contains mainly: red. Hex color #B60211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60211 is #49FDEE. Grayscale: #393939. Windows color (decimal): -4849135 or 1114806. OLE color: 1114806.
HSL color Cylindrical-coordinate representation of color #B60211: hue angle of 355º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60211 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.29 |
| HSL | 355º | 0.98% | 0.36% | - |
| HSV(B) | 355º | 0.99% | 0.71% | - |
| XYZ | 19.41 | 10.03 | 1.44 | - |
| YUV | 57.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 17 | 0 | 0.99 | 0.91 | 0.29 | 355 | 0.98 | 0.36 |
| Hex | B6 | 2 | 11 | 0 | 63 | 5B | 1D | 163 | 62 | 24 |
| Octal | 266 | 2 | 21 | 0 | 143 | 133 | 35 | 543 | 142 | 44 |
| Binary | 10110110 | 10 | 10001 | 0 | 1100011 | 1011011 | 11101 | 101100011 | 1100010 | 100100 |
Color Harmonies of #B60211
Complementary color
Monochromatic Colors of #B60211
Black with #B60211
Text Example
Text Example
White with #B60211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60211; }
p { color: rgb(182,2,17); }
H1.HeaderClassName
{
color: #B60211;
}
.AnyTagClassName
{
color: #B60211;
}
</style>
background-color css
<style>
a { background-color: #B60211; }
a { background-color: rgb(182,2,17); }
div.DivClassName
{
background-color: #B60211;
}
.BgClassName
{
background-color: #B60211;
}
</style>
border-color css
<style>
span { border-color: #B60211; }
span { border-color: rgb(182,2,17); }
td.TdClassName
{
border-color: #B60211;
}
.TagClassName
{
border-color: #B60211;
}
</style>