Shades of Venetian Red #B80919
Tints of Venetian Red #B80919
RGB
CMYK
RGB Variations
Color information
#B80919 (or 0xB80919) is known color: Venetian Red. HEX triplet: B8, 09 and 19. RGB value is (184,9,25). Sum of RGB (Red+Green+Blue) = 184+9+25=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B80919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80919 is #47F6E6. Grayscale: #3F3F3F. Windows color (decimal): -4716263 or 1640888. OLE color: 1640888.
HSL color Cylindrical-coordinate representation of color #B80919: hue angle of 354.51º 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 #B80919 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 25 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.28 |
| HSL | 354.51º | 0.91% | 0.38% | - |
| HSV(B) | 354.51º | 0.95% | 0.72% | - |
| XYZ | 20.04 | 10.46 | 1.88 | - |
| YUV | 63.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 25 | 0 | 0.95 | 0.86 | 0.28 | 354.51 | 0.91 | 0.38 |
| Hex | B8 | 9 | 19 | 0 | 5F | 56 | 1C | 163 | 5B | 26 |
| Octal | 270 | 11 | 31 | 0 | 137 | 126 | 34 | 543 | 133 | 46 |
| Binary | 10111000 | 1001 | 11001 | 0 | 1011111 | 1010110 | 11100 | 101100011 | 1011011 | 100110 |
Color Harmonies of #B80919
Complementary color
Monochromatic Colors of #B80919
Black with #B80919
Text Example
Text Example
White with #B80919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80919; }
p { color: rgb(184,9,25); }
H1.HeaderClassName
{
color: #B80919;
}
.AnyTagClassName
{
color: #B80919;
}
</style>
background-color css
<style>
a { background-color: #B80919; }
a { background-color: rgb(184,9,25); }
div.DivClassName
{
background-color: #B80919;
}
.BgClassName
{
background-color: #B80919;
}
</style>
border-color css
<style>
span { border-color: #B80919; }
span { border-color: rgb(184,9,25); }
td.TdClassName
{
border-color: #B80919;
}
.TagClassName
{
border-color: #B80919;
}
</style>