Shades of Venetian Red #B40211
Tints of Venetian Red #B40211
RGB
CMYK
RGB Variations
Color information
#B40211 (or 0xB40211) is known color: Venetian Red. HEX triplet: B4, 02 and 11. RGB value is (180,2,17). Sum of RGB (Red+Green+Blue) = 180+2+17=199 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.45% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 180 - color contains mainly: red. Hex color #B40211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40211 is #4BFDEE. Grayscale: #393939. Windows color (decimal): -4980207 or 1114804. OLE color: 1114804.
HSL color Cylindrical-coordinate representation of color #B40211: hue angle of 354.94º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40211 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.29 |
| HSL | 354.94º | 0.98% | 0.36% | - |
| HSV(B) | 354.94º | 0.99% | 0.71% | - |
| XYZ | 18.95 | 9.79 | 1.42 | - |
| YUV | 56.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 17 | 0 | 0.99 | 0.91 | 0.29 | 354.94 | 0.98 | 0.36 |
| Hex | B4 | 2 | 11 | 0 | 63 | 5B | 1D | 163 | 62 | 24 |
| Octal | 264 | 2 | 21 | 0 | 143 | 133 | 35 | 543 | 142 | 44 |
| Binary | 10110100 | 10 | 10001 | 0 | 1100011 | 1011011 | 11101 | 101100011 | 1100010 | 100100 |
Color Harmonies of #B40211
Complementary color
Monochromatic Colors of #B40211
Black with #B40211
Text Example
Text Example
White with #B40211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40211; }
p { color: rgb(180,2,17); }
H1.HeaderClassName
{
color: #B40211;
}
.AnyTagClassName
{
color: #B40211;
}
</style>
background-color css
<style>
a { background-color: #B40211; }
a { background-color: rgb(180,2,17); }
div.DivClassName
{
background-color: #B40211;
}
.BgClassName
{
background-color: #B40211;
}
</style>
border-color css
<style>
span { border-color: #B40211; }
span { border-color: rgb(180,2,17); }
td.TdClassName
{
border-color: #B40211;
}
.TagClassName
{
border-color: #B40211;
}
</style>