Shades of Venetian Red #B70213
Tints of Venetian Red #B70213
RGB
CMYK
RGB Variations
Color information
#B70213 (or 0xB70213) is known color: Venetian Red. HEX triplet: B7, 02 and 13. RGB value is (183,2,19). Sum of RGB (Red+Green+Blue) = 183+2+19=204 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.71% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 183 - color contains mainly: red. Hex color #B70213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70213 is #48FDEC. Grayscale: #3A3A3A. Windows color (decimal): -4783597 or 1245879. OLE color: 1245879.
HSL color Cylindrical-coordinate representation of color #B70213: hue angle of 354.36º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70213 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.28 |
| HSL | 354.36º | 0.98% | 0.36% | - |
| HSV(B) | 354.36º | 0.99% | 0.72% | - |
| XYZ | 19.67 | 10.16 | 1.54 | - |
| YUV | 58.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 19 | 0 | 0.99 | 0.90 | 0.28 | 354.36 | 0.98 | 0.36 |
| Hex | B7 | 2 | 13 | 0 | 63 | 5A | 1C | 162 | 62 | 24 |
| Octal | 267 | 2 | 23 | 0 | 143 | 132 | 34 | 542 | 142 | 44 |
| Binary | 10110111 | 10 | 10011 | 0 | 1100011 | 1011010 | 11100 | 101100010 | 1100010 | 100100 |
Color Harmonies of #B70213
Complementary color
Monochromatic Colors of #B70213
Black with #B70213
Text Example
Text Example
White with #B70213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70213; }
p { color: rgb(183,2,19); }
H1.HeaderClassName
{
color: #B70213;
}
.AnyTagClassName
{
color: #B70213;
}
</style>
background-color css
<style>
a { background-color: #B70213; }
a { background-color: rgb(183,2,19); }
div.DivClassName
{
background-color: #B70213;
}
.BgClassName
{
background-color: #B70213;
}
</style>
border-color css
<style>
span { border-color: #B70213; }
span { border-color: rgb(183,2,19); }
td.TdClassName
{
border-color: #B70213;
}
.TagClassName
{
border-color: #B70213;
}
</style>