Shades of Venetian Red #B80912
Tints of Venetian Red #B80912
RGB
CMYK
RGB Variations
Color information
#B80912 (or 0xB80912) is known color: Venetian Red. HEX triplet: B8, 09 and 12. RGB value is (184,9,18). Sum of RGB (Red+Green+Blue) = 184+9+18=211 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.20% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 184 - color contains mainly: red. Hex color #B80912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80912 is #47F6ED. Grayscale: #3E3E3E. Windows color (decimal): -4716270 or 1182136. OLE color: 1182136.
HSL color Cylindrical-coordinate representation of color #B80912: hue angle of 356.91º 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 #B80912 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 18 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.28 |
| HSL | 356.91º | 0.91% | 0.38% | - |
| HSV(B) | 356.91º | 0.95% | 0.72% | - |
| XYZ | 19.97 | 10.43 | 1.53 | - |
| YUV | 62.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 18 | 0 | 0.95 | 0.90 | 0.28 | 356.91 | 0.91 | 0.38 |
| Hex | B8 | 9 | 12 | 0 | 5F | 5A | 1C | 165 | 5B | 26 |
| Octal | 270 | 11 | 22 | 0 | 137 | 132 | 34 | 545 | 133 | 46 |
| Binary | 10111000 | 1001 | 10010 | 0 | 1011111 | 1011010 | 11100 | 101100101 | 1011011 | 100110 |
Color Harmonies of #B80912
Complementary color
Monochromatic Colors of #B80912
Black with #B80912
Text Example
Text Example
White with #B80912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80912; }
p { color: rgb(184,9,18); }
H1.HeaderClassName
{
color: #B80912;
}
.AnyTagClassName
{
color: #B80912;
}
</style>
background-color css
<style>
a { background-color: #B80912; }
a { background-color: rgb(184,9,18); }
div.DivClassName
{
background-color: #B80912;
}
.BgClassName
{
background-color: #B80912;
}
</style>
border-color css
<style>
span { border-color: #B80912; }
span { border-color: rgb(184,9,18); }
td.TdClassName
{
border-color: #B80912;
}
.TagClassName
{
border-color: #B80912;
}
</style>