Shades of Venetian Red #B81113
Tints of Venetian Red #B81113
RGB
CMYK
RGB Variations
Color information
#B81113 (or 0xB81113) is known color: Venetian Red. HEX triplet: B8, 11 and 13. RGB value is (184,17,19). Sum of RGB (Red+Green+Blue) = 184+17+19=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B81113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81113 is #47EEEC. Grayscale: #434343. Windows color (decimal): -4714221 or 1249720. OLE color: 1249720.
HSL color Cylindrical-coordinate representation of color #B81113: hue angle of 359.28º 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 #B81113 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 19 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.28 |
| HSL | 359.28º | 0.83% | 0.39% | - |
| HSV(B) | 359.28º | 0.91% | 0.72% | - |
| XYZ | 20.09 | 10.64 | 1.61 | - |
| YUV | 67.16 | 100.83 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 19 | 0 | 0.91 | 0.90 | 0.28 | 359.28 | 0.83 | 0.39 |
| Hex | B8 | 11 | 13 | 0 | 5B | 5A | 1C | 167 | 53 | 27 |
| Octal | 270 | 21 | 23 | 0 | 133 | 132 | 34 | 547 | 123 | 47 |
| Binary | 10111000 | 10001 | 10011 | 0 | 1011011 | 1011010 | 11100 | 101100111 | 1010011 | 100111 |
Color Harmonies of #B81113
Complementary color
Monochromatic Colors of #B81113
Black with #B81113
Text Example
Text Example
White with #B81113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81113; }
p { color: rgb(184,17,19); }
H1.HeaderClassName
{
color: #B81113;
}
.AnyTagClassName
{
color: #B81113;
}
</style>
background-color css
<style>
a { background-color: #B81113; }
a { background-color: rgb(184,17,19); }
div.DivClassName
{
background-color: #B81113;
}
.BgClassName
{
background-color: #B81113;
}
</style>
border-color css
<style>
span { border-color: #B81113; }
span { border-color: rgb(184,17,19); }
td.TdClassName
{
border-color: #B81113;
}
.TagClassName
{
border-color: #B81113;
}
</style>