Shades of Venetian Red #B81415
Tints of Venetian Red #B81415
RGB
CMYK
RGB Variations
Color information
#B81415 (or 0xB81415) is known color: Venetian Red. HEX triplet: B8, 14 and 15. RGB value is (184,20,21). Sum of RGB (Red+Green+Blue) = 184+20+21=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B81415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81415 is #47EBEA. Grayscale: #454545. Windows color (decimal): -4713451 or 1381560. OLE color: 1381560.
HSL color Cylindrical-coordinate representation of color #B81415: hue angle of 359.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81415 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 21 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.28 |
| HSL | 359.63º | 0.8% | 0.4% | - |
| HSV(B) | 359.63º | 0.89% | 0.72% | - |
| XYZ | 20.15 | 10.74 | 1.72 | - |
| YUV | 69.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 21 | 0 | 0.89 | 0.89 | 0.28 | 359.63 | 0.8 | 0.4 |
| Hex | B8 | 14 | 15 | 0 | 59 | 59 | 1C | 168 | 50 | 28 |
| Octal | 270 | 24 | 25 | 0 | 131 | 131 | 34 | 550 | 120 | 50 |
| Binary | 10111000 | 10100 | 10101 | 0 | 1011001 | 1011001 | 11100 | 101101000 | 1010000 | 101000 |
Color Harmonies of #B81415
Complementary color
Monochromatic Colors of #B81415
Black with #B81415
Text Example
Text Example
White with #B81415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81415; }
p { color: rgb(184,20,21); }
H1.HeaderClassName
{
color: #B81415;
}
.AnyTagClassName
{
color: #B81415;
}
</style>
background-color css
<style>
a { background-color: #B81415; }
a { background-color: rgb(184,20,21); }
div.DivClassName
{
background-color: #B81415;
}
.BgClassName
{
background-color: #B81415;
}
</style>
border-color css
<style>
span { border-color: #B81415; }
span { border-color: rgb(184,20,21); }
td.TdClassName
{
border-color: #B81415;
}
.TagClassName
{
border-color: #B81415;
}
</style>