Shades of Venetian Red #B70921
Tints of Venetian Red #B70921
RGB
CMYK
RGB Variations
Color information
#B70921 (or 0xB70921) is known color: Venetian Red. HEX triplet: B7, 09 and 21. RGB value is (183,9,33). Sum of RGB (Red+Green+Blue) = 183+9+33=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B70921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70921 is #48F6DE. Grayscale: #3F3F3F. Windows color (decimal): -4781791 or 2165175. OLE color: 2165175.
HSL color Cylindrical-coordinate representation of color #B70921: hue angle of 351.72º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70921 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 33 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.28 |
| HSL | 351.72º | 0.91% | 0.38% | - |
| HSV(B) | 351.72º | 0.95% | 0.72% | - |
| XYZ | 19.9 | 10.37 | 2.39 | - |
| YUV | 63.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 33 | 0 | 0.95 | 0.82 | 0.28 | 351.72 | 0.91 | 0.38 |
| Hex | B7 | 9 | 21 | 0 | 5F | 52 | 1C | 160 | 5B | 26 |
| Octal | 267 | 11 | 41 | 0 | 137 | 122 | 34 | 540 | 133 | 46 |
| Binary | 10110111 | 1001 | 100001 | 0 | 1011111 | 1010010 | 11100 | 101100000 | 1011011 | 100110 |
Color Harmonies of #B70921
Complementary color
Monochromatic Colors of #B70921
Black with #B70921
Text Example
Text Example
White with #B70921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70921; }
p { color: rgb(183,9,33); }
H1.HeaderClassName
{
color: #B70921;
}
.AnyTagClassName
{
color: #B70921;
}
</style>
background-color css
<style>
a { background-color: #B70921; }
a { background-color: rgb(183,9,33); }
div.DivClassName
{
background-color: #B70921;
}
.BgClassName
{
background-color: #B70921;
}
</style>
border-color css
<style>
span { border-color: #B70921; }
span { border-color: rgb(183,9,33); }
td.TdClassName
{
border-color: #B70921;
}
.TagClassName
{
border-color: #B70921;
}
</style>