Shades of Venetian Red #B7011A
Tints of Venetian Red #B7011A
RGB
CMYK
RGB Variations
Color information
#B7011A (or 0xB7011A) is known color: Venetian Red. HEX triplet: B7, 01 and 1A. RGB value is (183,1,26). Sum of RGB (Red+Green+Blue) = 183+1+26=210 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.14% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 183 - color contains mainly: red. Hex color #B7011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7011A is #48FEE5. Grayscale: #3A3A3A. Windows color (decimal): -4783846 or 1704375. OLE color: 1704375.
HSL color Cylindrical-coordinate representation of color #B7011A: hue angle of 351.76º degrees, saturation: 0.99, 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 #B7011A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.28 |
| HSL | 351.76º | 0.99% | 0.36% | - |
| HSV(B) | 351.76º | 0.99% | 0.72% | - |
| XYZ | 19.73 | 10.16 | 1.9 | - |
| YUV | 58.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 26 | 0 | 0.99 | 0.86 | 0.28 | 351.76 | 0.99 | 0.36 |
| Hex | B7 | 1 | 1A | 0 | 63 | 56 | 1C | 160 | 63 | 24 |
| Octal | 267 | 1 | 32 | 0 | 143 | 126 | 34 | 540 | 143 | 44 |
| Binary | 10110111 | 1 | 11010 | 0 | 1100011 | 1010110 | 11100 | 101100000 | 1100011 | 100100 |
Color Harmonies of #B7011A
Complementary color
Monochromatic Colors of #B7011A
Black with #B7011A
Text Example
Text Example
White with #B7011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7011A; }
p { color: rgb(183,1,26); }
H1.HeaderClassName
{
color: #B7011A;
}
.AnyTagClassName
{
color: #B7011A;
}
</style>
background-color css
<style>
a { background-color: #B7011A; }
a { background-color: rgb(183,1,26); }
div.DivClassName
{
background-color: #B7011A;
}
.BgClassName
{
background-color: #B7011A;
}
</style>
border-color css
<style>
span { border-color: #B7011A; }
span { border-color: rgb(183,1,26); }
td.TdClassName
{
border-color: #B7011A;
}
.TagClassName
{
border-color: #B7011A;
}
</style>