Shades of Venetian Red #B81120
Tints of Venetian Red #B81120
RGB
CMYK
RGB Variations
Color information
#B81120 (or 0xB81120) is known color: Venetian Red. HEX triplet: B8, 11 and 20. RGB value is (184,17,32). Sum of RGB (Red+Green+Blue) = 184+17+32=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B81120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81120 is #47EEDF. Grayscale: #444444. Windows color (decimal): -4714208 or 2101688. OLE color: 2101688.
HSL color Cylindrical-coordinate representation of color #B81120: hue angle of 354.61º 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 #B81120 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 32 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.28 |
| HSL | 354.61º | 0.83% | 0.39% | - |
| HSV(B) | 354.61º | 0.91% | 0.72% | - |
| XYZ | 20.23 | 10.7 | 2.36 | - |
| YUV | 68.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 32 | 0 | 0.91 | 0.83 | 0.28 | 354.61 | 0.83 | 0.39 |
| Hex | B8 | 11 | 20 | 0 | 5B | 53 | 1C | 163 | 53 | 27 |
| Octal | 270 | 21 | 40 | 0 | 133 | 123 | 34 | 543 | 123 | 47 |
| Binary | 10111000 | 10001 | 100000 | 0 | 1011011 | 1010011 | 11100 | 101100011 | 1010011 | 100111 |
Color Harmonies of #B81120
Complementary color
Monochromatic Colors of #B81120
Black with #B81120
Text Example
Text Example
White with #B81120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81120; }
p { color: rgb(184,17,32); }
H1.HeaderClassName
{
color: #B81120;
}
.AnyTagClassName
{
color: #B81120;
}
</style>
background-color css
<style>
a { background-color: #B81120; }
a { background-color: rgb(184,17,32); }
div.DivClassName
{
background-color: #B81120;
}
.BgClassName
{
background-color: #B81120;
}
</style>
border-color css
<style>
span { border-color: #B81120; }
span { border-color: rgb(184,17,32); }
td.TdClassName
{
border-color: #B81120;
}
.TagClassName
{
border-color: #B81120;
}
</style>