Shades of Venetian Red #B81112
Tints of Venetian Red #B81112
RGB
CMYK
RGB Variations
Color information
#B81112 (or 0xB81112) is known color: Venetian Red. HEX triplet: B8, 11 and 12. RGB value is (184,17,18). Sum of RGB (Red+Green+Blue) = 184+17+18=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B81112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81112 is #47EEED. Grayscale: #434343. Windows color (decimal): -4714222 or 1184184. OLE color: 1184184.
HSL color Cylindrical-coordinate representation of color #B81112: hue angle of 359.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81112 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 18 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.28 |
| HSL | 359.64º | 0.83% | 0.39% | - |
| HSV(B) | 359.64º | 0.91% | 0.72% | - |
| XYZ | 20.08 | 10.63 | 1.57 | - |
| YUV | 67.05 | 100.33 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 18 | 0 | 0.91 | 0.90 | 0.28 | 359.64 | 0.83 | 0.39 |
| Hex | B8 | 11 | 12 | 0 | 5B | 5A | 1C | 168 | 53 | 27 |
| Octal | 270 | 21 | 22 | 0 | 133 | 132 | 34 | 550 | 123 | 47 |
| Binary | 10111000 | 10001 | 10010 | 0 | 1011011 | 1011010 | 11100 | 101101000 | 1010011 | 100111 |
Color Harmonies of #B81112
Complementary color
Monochromatic Colors of #B81112
Black with #B81112
Text Example
Text Example
White with #B81112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81112; }
p { color: rgb(184,17,18); }
H1.HeaderClassName
{
color: #B81112;
}
.AnyTagClassName
{
color: #B81112;
}
</style>
background-color css
<style>
a { background-color: #B81112; }
a { background-color: rgb(184,17,18); }
div.DivClassName
{
background-color: #B81112;
}
.BgClassName
{
background-color: #B81112;
}
</style>
border-color css
<style>
span { border-color: #B81112; }
span { border-color: rgb(184,17,18); }
td.TdClassName
{
border-color: #B81112;
}
.TagClassName
{
border-color: #B81112;
}
</style>