Shades of Venetian Red #B80918
Tints of Venetian Red #B80918
RGB
CMYK
RGB Variations
Color information
#B80918 (or 0xB80918) is known color: Venetian Red. HEX triplet: B8, 09 and 18. RGB value is (184,9,24). Sum of RGB (Red+Green+Blue) = 184+9+24=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B80918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80918 is #47F6E7. Grayscale: #3F3F3F. Windows color (decimal): -4716264 or 1575352. OLE color: 1575352.
HSL color Cylindrical-coordinate representation of color #B80918: hue angle of 354.86º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80918 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 24 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.28 |
| HSL | 354.86º | 0.91% | 0.38% | - |
| HSV(B) | 354.86º | 0.95% | 0.72% | - |
| XYZ | 20.03 | 10.45 | 1.83 | - |
| YUV | 63.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 24 | 0 | 0.95 | 0.87 | 0.28 | 354.86 | 0.91 | 0.38 |
| Hex | B8 | 9 | 18 | 0 | 5F | 57 | 1C | 163 | 5B | 26 |
| Octal | 270 | 11 | 30 | 0 | 137 | 127 | 34 | 543 | 133 | 46 |
| Binary | 10111000 | 1001 | 11000 | 0 | 1011111 | 1010111 | 11100 | 101100011 | 1011011 | 100110 |
Color Harmonies of #B80918
Complementary color
Monochromatic Colors of #B80918
Black with #B80918
Text Example
Text Example
White with #B80918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80918; }
p { color: rgb(184,9,24); }
H1.HeaderClassName
{
color: #B80918;
}
.AnyTagClassName
{
color: #B80918;
}
</style>
background-color css
<style>
a { background-color: #B80918; }
a { background-color: rgb(184,9,24); }
div.DivClassName
{
background-color: #B80918;
}
.BgClassName
{
background-color: #B80918;
}
</style>
border-color css
<style>
span { border-color: #B80918; }
span { border-color: rgb(184,9,24); }
td.TdClassName
{
border-color: #B80918;
}
.TagClassName
{
border-color: #B80918;
}
</style>