Shades of Venetian Red #B80717
Tints of Venetian Red #B80717
RGB
CMYK
RGB Variations
Color information
#B80717 (or 0xB80717) is known color: Venetian Red. HEX triplet: B8, 07 and 17. RGB value is (184,7,23). Sum of RGB (Red+Green+Blue) = 184+7+23=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B80717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80717 is #47F8E8. Grayscale: #3D3D3D. Windows color (decimal): -4716777 or 1509304. OLE color: 1509304.
HSL color Cylindrical-coordinate representation of color #B80717: hue angle of 354.58º 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 #B80717 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.28 |
| HSL | 354.58º | 0.93% | 0.37% | - |
| HSV(B) | 354.58º | 0.96% | 0.72% | - |
| XYZ | 20 | 10.4 | 1.76 | - |
| YUV | 61.75 | 106.14 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 23 | 0 | 0.96 | 0.88 | 0.28 | 354.58 | 0.93 | 0.37 |
| Hex | B8 | 7 | 17 | 0 | 60 | 58 | 1C | 163 | 5D | 25 |
| Octal | 270 | 7 | 27 | 0 | 140 | 130 | 34 | 543 | 135 | 45 |
| Binary | 10111000 | 111 | 10111 | 0 | 1100000 | 1011000 | 11100 | 101100011 | 1011101 | 100101 |
Color Harmonies of #B80717
Complementary color
Monochromatic Colors of #B80717
Black with #B80717
Text Example
Text Example
White with #B80717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80717; }
p { color: rgb(184,7,23); }
H1.HeaderClassName
{
color: #B80717;
}
.AnyTagClassName
{
color: #B80717;
}
</style>
background-color css
<style>
a { background-color: #B80717; }
a { background-color: rgb(184,7,23); }
div.DivClassName
{
background-color: #B80717;
}
.BgClassName
{
background-color: #B80717;
}
</style>
border-color css
<style>
span { border-color: #B80717; }
span { border-color: rgb(184,7,23); }
td.TdClassName
{
border-color: #B80717;
}
.TagClassName
{
border-color: #B80717;
}
</style>