Shades of Venetian Red #B80913
Tints of Venetian Red #B80913
RGB
CMYK
RGB Variations
Color information
#B80913 (or 0xB80913) is known color: Venetian Red. HEX triplet: B8, 09 and 13. RGB value is (184,9,19). Sum of RGB (Red+Green+Blue) = 184+9+19=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B80913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80913 is #47F6EC. Grayscale: #3E3E3E. Windows color (decimal): -4716269 or 1247672. OLE color: 1247672.
HSL color Cylindrical-coordinate representation of color #B80913: hue angle of 356.57º 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 #B80913 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 19 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.28 |
| HSL | 356.57º | 0.91% | 0.38% | - |
| HSV(B) | 356.57º | 0.95% | 0.72% | - |
| XYZ | 19.98 | 10.43 | 1.58 | - |
| YUV | 62.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 19 | 0 | 0.95 | 0.90 | 0.28 | 356.57 | 0.91 | 0.38 |
| Hex | B8 | 9 | 13 | 0 | 5F | 5A | 1C | 165 | 5B | 26 |
| Octal | 270 | 11 | 23 | 0 | 137 | 132 | 34 | 545 | 133 | 46 |
| Binary | 10111000 | 1001 | 10011 | 0 | 1011111 | 1011010 | 11100 | 101100101 | 1011011 | 100110 |
Color Harmonies of #B80913
Complementary color
Monochromatic Colors of #B80913
Black with #B80913
Text Example
Text Example
White with #B80913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80913; }
p { color: rgb(184,9,19); }
H1.HeaderClassName
{
color: #B80913;
}
.AnyTagClassName
{
color: #B80913;
}
</style>
background-color css
<style>
a { background-color: #B80913; }
a { background-color: rgb(184,9,19); }
div.DivClassName
{
background-color: #B80913;
}
.BgClassName
{
background-color: #B80913;
}
</style>
border-color css
<style>
span { border-color: #B80913; }
span { border-color: rgb(184,9,19); }
td.TdClassName
{
border-color: #B80913;
}
.TagClassName
{
border-color: #B80913;
}
</style>