Shades of Venetian Red #B00211
Tints of Venetian Red #B00211
RGB
CMYK
RGB Variations
Color information
#B00211 (or 0xB00211) is known color: Venetian Red. HEX triplet: B0, 02 and 11. RGB value is (176,2,17). Sum of RGB (Red+Green+Blue) = 176+2+17=195 (25% of max value = 765). Red value is 176 (69.14% from 255 or 90.26% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 176 - color contains mainly: red. Hex color #B00211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00211 is #4FFDEE. Grayscale: #373737. Windows color (decimal): -5242351 or 1114800. OLE color: 1114800.
HSL color Cylindrical-coordinate representation of color #B00211: hue angle of 354.83º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00211 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.31 |
| HSL | 354.83º | 0.98% | 0.35% | - |
| HSV(B) | 354.83º | 0.99% | 0.69% | - |
| XYZ | 18.03 | 9.31 | 1.38 | - |
| YUV | 55.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 17 | 0 | 0.99 | 0.90 | 0.31 | 354.83 | 0.98 | 0.35 |
| Hex | B0 | 2 | 11 | 0 | 63 | 5A | 1F | 163 | 62 | 23 |
| Octal | 260 | 2 | 21 | 0 | 143 | 132 | 37 | 543 | 142 | 43 |
| Binary | 10110000 | 10 | 10001 | 0 | 1100011 | 1011010 | 11111 | 101100011 | 1100010 | 100011 |
Color Harmonies of #B00211
Complementary color
Monochromatic Colors of #B00211
Black with #B00211
Text Example
Text Example
White with #B00211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00211; }
p { color: rgb(176,2,17); }
H1.HeaderClassName
{
color: #B00211;
}
.AnyTagClassName
{
color: #B00211;
}
</style>
background-color css
<style>
a { background-color: #B00211; }
a { background-color: rgb(176,2,17); }
div.DivClassName
{
background-color: #B00211;
}
.BgClassName
{
background-color: #B00211;
}
</style>
border-color css
<style>
span { border-color: #B00211; }
span { border-color: rgb(176,2,17); }
td.TdClassName
{
border-color: #B00211;
}
.TagClassName
{
border-color: #B00211;
}
</style>