Shades of Venetian Red #B70229
Tints of Venetian Red #B70229
RGB
CMYK
RGB Variations
Color information
#B70229 (or 0xB70229) is known color: Venetian Red. HEX triplet: B7, 02 and 29. RGB value is (183,2,41). Sum of RGB (Red+Green+Blue) = 183+2+41=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B70229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70229 is #48FDD6. Grayscale: #3C3C3C. Windows color (decimal): -4783575 or 2687671. OLE color: 2687671.
HSL color Cylindrical-coordinate representation of color #B70229: hue angle of 347.07º 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 #B70229 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.28 |
| HSL | 347.07º | 0.98% | 0.36% | - |
| HSV(B) | 347.07º | 0.99% | 0.72% | - |
| XYZ | 19.95 | 10.27 | 3.03 | - |
| YUV | 60.57 | 116.97 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 41 | 0 | 0.99 | 0.78 | 0.28 | 347.07 | 0.98 | 0.36 |
| Hex | B7 | 2 | 29 | 0 | 63 | 4E | 1C | 15B | 62 | 24 |
| Octal | 267 | 2 | 51 | 0 | 143 | 116 | 34 | 533 | 142 | 44 |
| Binary | 10110111 | 10 | 101001 | 0 | 1100011 | 1001110 | 11100 | 101011011 | 1100010 | 100100 |
Color Harmonies of #B70229
Complementary color
Monochromatic Colors of #B70229
Black with #B70229
Text Example
Text Example
White with #B70229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70229; }
p { color: rgb(183,2,41); }
H1.HeaderClassName
{
color: #B70229;
}
.AnyTagClassName
{
color: #B70229;
}
</style>
background-color css
<style>
a { background-color: #B70229; }
a { background-color: rgb(183,2,41); }
div.DivClassName
{
background-color: #B70229;
}
.BgClassName
{
background-color: #B70229;
}
</style>
border-color css
<style>
span { border-color: #B70229; }
span { border-color: rgb(183,2,41); }
td.TdClassName
{
border-color: #B70229;
}
.TagClassName
{
border-color: #B70229;
}
</style>