Shades of Venetian Red #B41112
Tints of Venetian Red #B41112
RGB
CMYK
RGB Variations
Color information
#B41112 (or 0xB41112) is known color: Venetian Red. HEX triplet: B4, 11 and 12. RGB value is (180,17,18). Sum of RGB (Red+Green+Blue) = 180+17+18=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B41112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41112 is #4BEEED. Grayscale: #424242. Windows color (decimal): -4976366 or 1184180. OLE color: 1184180.
HSL color Cylindrical-coordinate representation of color #B41112: hue angle of 359.63º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41112 is Cyan = 0, Magento = 0.91, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 18 | - |
| CMYK | 0 | 0.91 | 0.9 | 0.29 |
| HSL | 359.63º | 0.83% | 0.39% | - |
| HSV(B) | 359.63º | 0.91% | 0.71% | - |
| XYZ | 19.13 | 10.15 | 1.52 | - |
| YUV | 65.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 18 | 0 | 0.91 | 0.9 | 0.29 | 359.63 | 0.83 | 0.39 |
| Hex | B4 | 11 | 12 | 0 | 5B | 5A | 1D | 168 | 53 | 27 |
| Octal | 264 | 21 | 22 | 0 | 133 | 132 | 35 | 550 | 123 | 47 |
| Binary | 10110100 | 10001 | 10010 | 0 | 1011011 | 1011010 | 11101 | 101101000 | 1010011 | 100111 |
Color Harmonies of #B41112
Complementary color
Monochromatic Colors of #B41112
Black with #B41112
Text Example
Text Example
White with #B41112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41112; }
p { color: rgb(180,17,18); }
H1.HeaderClassName
{
color: #B41112;
}
.AnyTagClassName
{
color: #B41112;
}
</style>
background-color css
<style>
a { background-color: #B41112; }
a { background-color: rgb(180,17,18); }
div.DivClassName
{
background-color: #B41112;
}
.BgClassName
{
background-color: #B41112;
}
</style>
border-color css
<style>
span { border-color: #B41112; }
span { border-color: rgb(180,17,18); }
td.TdClassName
{
border-color: #B41112;
}
.TagClassName
{
border-color: #B41112;
}
</style>