Shades of Venetian Red #B70013
Tints of Venetian Red #B70013
RGB
CMYK
RGB Variations
Color information
#B70013 (or 0xB70013) is known color: Venetian Red. HEX triplet: B7, 00 and 13. RGB value is (183,0,19). Sum of RGB (Red+Green+Blue) = 183+0+19=202 (26% of max value = 765). Red value is 183 (71.88% from 255 or 90.59% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 183 - color contains mainly: red. Hex color #B70013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70013 is #48FFEC. Grayscale: #383838. Windows color (decimal): -4784109 or 1245367. OLE color: 1245367.
HSL color Cylindrical-coordinate representation of color #B70013: hue angle of 353.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70013 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.90 | 0.28 |
| HSL | 353.77º | 1% | 0.36% | - |
| HSV(B) | 353.77º | 1% | 0.72% | - |
| XYZ | 19.65 | 10.11 | 1.53 | - |
| YUV | 56.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 19 | 0 | 1 | 0.90 | 0.28 | 353.77 | 1 | 0.36 |
| Hex | B7 | 0 | 13 | 0 | 64 | 5A | 1C | 162 | 64 | 24 |
| Octal | 267 | 0 | 23 | 0 | 144 | 132 | 34 | 542 | 144 | 44 |
| Binary | 10110111 | 0 | 10011 | 0 | 1100100 | 1011010 | 11100 | 101100010 | 1100100 | 100100 |
Color Harmonies of #B70013
Complementary color
Monochromatic Colors of #B70013
Black with #B70013
Text Example
Text Example
White with #B70013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70013; }
p { color: rgb(183,0,19); }
H1.HeaderClassName
{
color: #B70013;
}
.AnyTagClassName
{
color: #B70013;
}
</style>
background-color css
<style>
a { background-color: #B70013; }
a { background-color: rgb(183,0,19); }
div.DivClassName
{
background-color: #B70013;
}
.BgClassName
{
background-color: #B70013;
}
</style>
border-color css
<style>
span { border-color: #B70013; }
span { border-color: rgb(183,0,19); }
td.TdClassName
{
border-color: #B70013;
}
.TagClassName
{
border-color: #B70013;
}
</style>