Shades of Venetian Red #B70322
Tints of Venetian Red #B70322
RGB
CMYK
RGB Variations
Color information
#B70322 (or 0xB70322) is known color: Venetian Red. HEX triplet: B7, 03 and 22. RGB value is (183,3,34). Sum of RGB (Red+Green+Blue) = 183+3+34=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B70322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70322 is #48FCDD. Grayscale: #3C3C3C. Windows color (decimal): -4783326 or 2229175. OLE color: 2229175.
HSL color Cylindrical-coordinate representation of color #B70322: hue angle of 349.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70322 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.28 |
| HSL | 349.67º | 0.97% | 0.36% | - |
| HSV(B) | 349.67º | 0.98% | 0.72% | - |
| XYZ | 19.85 | 10.25 | 2.45 | - |
| YUV | 60.35 | 113.13 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 34 | 0 | 0.98 | 0.81 | 0.28 | 349.67 | 0.97 | 0.36 |
| Hex | B7 | 3 | 22 | 0 | 62 | 51 | 1C | 15E | 61 | 24 |
| Octal | 267 | 3 | 42 | 0 | 142 | 121 | 34 | 536 | 141 | 44 |
| Binary | 10110111 | 11 | 100010 | 0 | 1100010 | 1010001 | 11100 | 101011110 | 1100001 | 100100 |
Color Harmonies of #B70322
Complementary color
Monochromatic Colors of #B70322
Black with #B70322
Text Example
Text Example
White with #B70322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70322; }
p { color: rgb(183,3,34); }
H1.HeaderClassName
{
color: #B70322;
}
.AnyTagClassName
{
color: #B70322;
}
</style>
background-color css
<style>
a { background-color: #B70322; }
a { background-color: rgb(183,3,34); }
div.DivClassName
{
background-color: #B70322;
}
.BgClassName
{
background-color: #B70322;
}
</style>
border-color css
<style>
span { border-color: #B70322; }
span { border-color: rgb(183,3,34); }
td.TdClassName
{
border-color: #B70322;
}
.TagClassName
{
border-color: #B70322;
}
</style>