Shades of Venetian Red #B21213
Tints of Venetian Red #B21213
RGB
CMYK
RGB Variations
Color information
#B21213 (or 0xB21213) is known color: Venetian Red. HEX triplet: B2, 12 and 13. RGB value is (178,18,19). Sum of RGB (Red+Green+Blue) = 178+18+19=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B21213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21213 is #4DEDEC. Grayscale: #424242. Windows color (decimal): -5107181 or 1249970. OLE color: 1249970.
HSL color Cylindrical-coordinate representation of color #B21213: hue angle of 359.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21213 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 19 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.30 |
| HSL | 359.63º | 0.82% | 0.38% | - |
| HSV(B) | 359.63º | 0.9% | 0.7% | - |
| XYZ | 18.69 | 9.94 | 1.55 | - |
| YUV | 65.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 19 | 0 | 0.90 | 0.89 | 0.30 | 359.63 | 0.82 | 0.38 |
| Hex | B2 | 12 | 13 | 0 | 5A | 59 | 1E | 168 | 52 | 26 |
| Octal | 262 | 22 | 23 | 0 | 132 | 131 | 36 | 550 | 122 | 46 |
| Binary | 10110010 | 10010 | 10011 | 0 | 1011010 | 1011001 | 11110 | 101101000 | 1010010 | 100110 |
Color Harmonies of #B21213
Complementary color
Monochromatic Colors of #B21213
Black with #B21213
Text Example
Text Example
White with #B21213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21213; }
p { color: rgb(178,18,19); }
H1.HeaderClassName
{
color: #B21213;
}
.AnyTagClassName
{
color: #B21213;
}
</style>
background-color css
<style>
a { background-color: #B21213; }
a { background-color: rgb(178,18,19); }
div.DivClassName
{
background-color: #B21213;
}
.BgClassName
{
background-color: #B21213;
}
</style>
border-color css
<style>
span { border-color: #B21213; }
span { border-color: rgb(178,18,19); }
td.TdClassName
{
border-color: #B21213;
}
.TagClassName
{
border-color: #B21213;
}
</style>