Shades of Venetian Red #B80017
Tints of Venetian Red #B80017
RGB
CMYK
RGB Variations
Color information
#B80017 (or 0xB80017) is known color: Venetian Red. HEX triplet: B8, 00 and 17. RGB value is (184,0,23). Sum of RGB (Red+Green+Blue) = 184+0+23=207 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.89% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 184 - color contains mainly: red. Hex color #B80017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80017 is #47FFE8. Grayscale: #393939. Windows color (decimal): -4718569 or 1507512. OLE color: 1507512.
HSL color Cylindrical-coordinate representation of color #B80017: hue angle of 352.5º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80017 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.88 | 0.28 |
| HSL | 352.5º | 1% | 0.36% | - |
| HSV(B) | 352.5º | 1% | 0.72% | - |
| XYZ | 19.92 | 10.25 | 1.74 | - |
| YUV | 57.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 23 | 0 | 1 | 0.88 | 0.28 | 352.5 | 1 | 0.36 |
| Hex | B8 | 0 | 17 | 0 | 64 | 58 | 1C | 160 | 64 | 24 |
| Octal | 270 | 0 | 27 | 0 | 144 | 130 | 34 | 540 | 144 | 44 |
| Binary | 10111000 | 0 | 10111 | 0 | 1100100 | 1011000 | 11100 | 101100000 | 1100100 | 100100 |
Color Harmonies of #B80017
Complementary color
Monochromatic Colors of #B80017
Black with #B80017
Text Example
Text Example
White with #B80017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80017; }
p { color: rgb(184,0,23); }
H1.HeaderClassName
{
color: #B80017;
}
.AnyTagClassName
{
color: #B80017;
}
</style>
background-color css
<style>
a { background-color: #B80017; }
a { background-color: rgb(184,0,23); }
div.DivClassName
{
background-color: #B80017;
}
.BgClassName
{
background-color: #B80017;
}
</style>
border-color css
<style>
span { border-color: #B80017; }
span { border-color: rgb(184,0,23); }
td.TdClassName
{
border-color: #B80017;
}
.TagClassName
{
border-color: #B80017;
}
</style>