Shades of Venetian Red #B00212
Tints of Venetian Red #B00212
RGB
CMYK
RGB Variations
Color information
#B00212 (or 0xB00212) is known color: Venetian Red. HEX triplet: B0, 02 and 12. RGB value is (176,2,18). Sum of RGB (Red+Green+Blue) = 176+2+18=196 (25% of max value = 765). Red value is 176 (69.14% from 255 or 89.80% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 176 - color contains mainly: red. Hex color #B00212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00212 is #4FFDED. Grayscale: #373737. Windows color (decimal): -5242350 or 1180336. OLE color: 1180336.
HSL color Cylindrical-coordinate representation of color #B00212: hue angle of 354.48º 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 #B00212 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.31 |
| HSL | 354.48º | 0.98% | 0.35% | - |
| HSV(B) | 354.48º | 0.99% | 0.69% | - |
| XYZ | 18.04 | 9.32 | 1.42 | - |
| YUV | 55.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 18 | 0 | 0.99 | 0.90 | 0.31 | 354.48 | 0.98 | 0.35 |
| Hex | B0 | 2 | 12 | 0 | 63 | 5A | 1F | 162 | 62 | 23 |
| Octal | 260 | 2 | 22 | 0 | 143 | 132 | 37 | 542 | 142 | 43 |
| Binary | 10110000 | 10 | 10010 | 0 | 1100011 | 1011010 | 11111 | 101100010 | 1100010 | 100011 |
Color Harmonies of #B00212
Complementary color
Monochromatic Colors of #B00212
Black with #B00212
Text Example
Text Example
White with #B00212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00212; }
p { color: rgb(176,2,18); }
H1.HeaderClassName
{
color: #B00212;
}
.AnyTagClassName
{
color: #B00212;
}
</style>
background-color css
<style>
a { background-color: #B00212; }
a { background-color: rgb(176,2,18); }
div.DivClassName
{
background-color: #B00212;
}
.BgClassName
{
background-color: #B00212;
}
</style>
border-color css
<style>
span { border-color: #B00212; }
span { border-color: rgb(176,2,18); }
td.TdClassName
{
border-color: #B00212;
}
.TagClassName
{
border-color: #B00212;
}
</style>