Shades of Venetian Red #B80715
Tints of Venetian Red #B80715
RGB
CMYK
RGB Variations
Color information
#B80715 (or 0xB80715) is known color: Venetian Red. HEX triplet: B8, 07 and 15. RGB value is (184,7,21). Sum of RGB (Red+Green+Blue) = 184+7+21=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B80715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80715 is #47F8EA. Grayscale: #3D3D3D. Windows color (decimal): -4716779 or 1378232. OLE color: 1378232.
HSL color Cylindrical-coordinate representation of color #B80715: hue angle of 355.25º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80715 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 21 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.28 |
| HSL | 355.25º | 0.93% | 0.37% | - |
| HSV(B) | 355.25º | 0.96% | 0.72% | - |
| XYZ | 19.98 | 10.4 | 1.66 | - |
| YUV | 61.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 21 | 0 | 0.96 | 0.89 | 0.28 | 355.25 | 0.93 | 0.37 |
| Hex | B8 | 7 | 15 | 0 | 60 | 59 | 1C | 163 | 5D | 25 |
| Octal | 270 | 7 | 25 | 0 | 140 | 131 | 34 | 543 | 135 | 45 |
| Binary | 10111000 | 111 | 10101 | 0 | 1100000 | 1011001 | 11100 | 101100011 | 1011101 | 100101 |
Color Harmonies of #B80715
Complementary color
Monochromatic Colors of #B80715
Black with #B80715
Text Example
Text Example
White with #B80715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80715; }
p { color: rgb(184,7,21); }
H1.HeaderClassName
{
color: #B80715;
}
.AnyTagClassName
{
color: #B80715;
}
</style>
background-color css
<style>
a { background-color: #B80715; }
a { background-color: rgb(184,7,21); }
div.DivClassName
{
background-color: #B80715;
}
.BgClassName
{
background-color: #B80715;
}
</style>
border-color css
<style>
span { border-color: #B80715; }
span { border-color: rgb(184,7,21); }
td.TdClassName
{
border-color: #B80715;
}
.TagClassName
{
border-color: #B80715;
}
</style>