Shades of Venetian Red #B80217
Tints of Venetian Red #B80217
RGB
CMYK
RGB Variations
Color information
#B80217 (or 0xB80217) is known color: Venetian Red. HEX triplet: B8, 02 and 17. RGB value is (184,2,23). Sum of RGB (Red+Green+Blue) = 184+2+23=209 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.04% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 184 - color contains mainly: red. Hex color #B80217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80217 is #47FDE8. Grayscale: #3A3A3A. Windows color (decimal): -4718057 or 1508024. OLE color: 1508024.
HSL color Cylindrical-coordinate representation of color #B80217: hue angle of 353.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80217 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.28 |
| HSL | 353.08º | 0.98% | 0.36% | - |
| HSV(B) | 353.08º | 0.99% | 0.72% | - |
| XYZ | 19.94 | 10.3 | 1.75 | - |
| YUV | 58.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 23 | 0 | 0.99 | 0.88 | 0.28 | 353.08 | 0.98 | 0.36 |
| Hex | B8 | 2 | 17 | 0 | 63 | 58 | 1C | 161 | 62 | 24 |
| Octal | 270 | 2 | 27 | 0 | 143 | 130 | 34 | 541 | 142 | 44 |
| Binary | 10111000 | 10 | 10111 | 0 | 1100011 | 1011000 | 11100 | 101100001 | 1100010 | 100100 |
Color Harmonies of #B80217
Complementary color
Monochromatic Colors of #B80217
Black with #B80217
Text Example
Text Example
White with #B80217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80217; }
p { color: rgb(184,2,23); }
H1.HeaderClassName
{
color: #B80217;
}
.AnyTagClassName
{
color: #B80217;
}
</style>
background-color css
<style>
a { background-color: #B80217; }
a { background-color: rgb(184,2,23); }
div.DivClassName
{
background-color: #B80217;
}
.BgClassName
{
background-color: #B80217;
}
</style>
border-color css
<style>
span { border-color: #B80217; }
span { border-color: rgb(184,2,23); }
td.TdClassName
{
border-color: #B80217;
}
.TagClassName
{
border-color: #B80217;
}
</style>