Shades of Venetian Red #B70724
Tints of Venetian Red #B70724
RGB
CMYK
RGB Variations
Color information
#B70724 (or 0xB70724) is known color: Venetian Red. HEX triplet: B7, 07 and 24. RGB value is (183,7,36). Sum of RGB (Red+Green+Blue) = 183+7+36=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B70724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70724 is #48F8DB. Grayscale: #3E3E3E. Windows color (decimal): -4782300 or 2361271. OLE color: 2361271.
HSL color Cylindrical-coordinate representation of color #B70724: hue angle of 350.11º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70724 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 36 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.28 |
| HSL | 350.11º | 0.93% | 0.37% | - |
| HSV(B) | 350.11º | 0.96% | 0.72% | - |
| XYZ | 19.92 | 10.35 | 2.62 | - |
| YUV | 62.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 36 | 0 | 0.96 | 0.80 | 0.28 | 350.11 | 0.93 | 0.37 |
| Hex | B7 | 7 | 24 | 0 | 60 | 50 | 1C | 15E | 5D | 25 |
| Octal | 267 | 7 | 44 | 0 | 140 | 120 | 34 | 536 | 135 | 45 |
| Binary | 10110111 | 111 | 100100 | 0 | 1100000 | 1010000 | 11100 | 101011110 | 1011101 | 100101 |
Color Harmonies of #B70724
Complementary color
Monochromatic Colors of #B70724
Black with #B70724
Text Example
Text Example
White with #B70724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70724; }
p { color: rgb(183,7,36); }
H1.HeaderClassName
{
color: #B70724;
}
.AnyTagClassName
{
color: #B70724;
}
</style>
background-color css
<style>
a { background-color: #B70724; }
a { background-color: rgb(183,7,36); }
div.DivClassName
{
background-color: #B70724;
}
.BgClassName
{
background-color: #B70724;
}
</style>
border-color css
<style>
span { border-color: #B70724; }
span { border-color: rgb(183,7,36); }
td.TdClassName
{
border-color: #B70724;
}
.TagClassName
{
border-color: #B70724;
}
</style>