Shades of Venetian Red #B00210
Tints of Venetian Red #B00210
RGB
CMYK
RGB Variations
Color information
#B00210 (or 0xB00210) is known color: Venetian Red. HEX triplet: B0, 02 and 10. RGB value is (176,2,16). Sum of RGB (Red+Green+Blue) = 176+2+16=194 (25% of max value = 765). Red value is 176 (69.14% from 255 or 90.72% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 176 - color contains mainly: red. Hex color #B00210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00210 is #4FFDEF. Grayscale: #373737. Windows color (decimal): -5242352 or 1049264. OLE color: 1049264.
HSL color Cylindrical-coordinate representation of color #B00210: hue angle of 355.17º 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 #B00210 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.31 |
| HSL | 355.17º | 0.98% | 0.35% | - |
| HSV(B) | 355.17º | 0.99% | 0.69% | - |
| XYZ | 18.02 | 9.31 | 1.34 | - |
| YUV | 55.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 16 | 0 | 0.99 | 0.91 | 0.31 | 355.17 | 0.98 | 0.35 |
| Hex | B0 | 2 | 10 | 0 | 63 | 5B | 1F | 163 | 62 | 23 |
| Octal | 260 | 2 | 20 | 0 | 143 | 133 | 37 | 543 | 142 | 43 |
| Binary | 10110000 | 10 | 10000 | 0 | 1100011 | 1011011 | 11111 | 101100011 | 1100010 | 100011 |
Color Harmonies of #B00210
Complementary color
Monochromatic Colors of #B00210
Black with #B00210
Text Example
Text Example
White with #B00210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00210; }
p { color: rgb(176,2,16); }
H1.HeaderClassName
{
color: #B00210;
}
.AnyTagClassName
{
color: #B00210;
}
</style>
background-color css
<style>
a { background-color: #B00210; }
a { background-color: rgb(176,2,16); }
div.DivClassName
{
background-color: #B00210;
}
.BgClassName
{
background-color: #B00210;
}
</style>
border-color css
<style>
span { border-color: #B00210; }
span { border-color: rgb(176,2,16); }
td.TdClassName
{
border-color: #B00210;
}
.TagClassName
{
border-color: #B00210;
}
</style>