Shades of Venetian Red #B80112
Tints of Venetian Red #B80112
RGB
CMYK
RGB Variations
Color information
#B80112 (or 0xB80112) is known color: Venetian Red. HEX triplet: B8, 01 and 12. RGB value is (184,1,18). Sum of RGB (Red+Green+Blue) = 184+1+18=203 (26% of max value = 765). Red value is 184 (72.27% from 255 or 90.64% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 184 - color contains mainly: red. Hex color #B80112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80112 is #47FEED. Grayscale: #393939. Windows color (decimal): -4718318 or 1180088. OLE color: 1180088.
HSL color Cylindrical-coordinate representation of color #B80112: hue angle of 354.43º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80112 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.28 |
| HSL | 354.43º | 0.99% | 0.36% | - |
| HSV(B) | 354.43º | 0.99% | 0.72% | - |
| XYZ | 19.89 | 10.26 | 1.5 | - |
| YUV | 57.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 18 | 0 | 0.99 | 0.90 | 0.28 | 354.43 | 0.99 | 0.36 |
| Hex | B8 | 1 | 12 | 0 | 63 | 5A | 1C | 162 | 63 | 24 |
| Octal | 270 | 1 | 22 | 0 | 143 | 132 | 34 | 542 | 143 | 44 |
| Binary | 10111000 | 1 | 10010 | 0 | 1100011 | 1011010 | 11100 | 101100010 | 1100011 | 100100 |
Color Harmonies of #B80112
Complementary color
Monochromatic Colors of #B80112
Black with #B80112
Text Example
Text Example
White with #B80112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80112; }
p { color: rgb(184,1,18); }
H1.HeaderClassName
{
color: #B80112;
}
.AnyTagClassName
{
color: #B80112;
}
</style>
background-color css
<style>
a { background-color: #B80112; }
a { background-color: rgb(184,1,18); }
div.DivClassName
{
background-color: #B80112;
}
.BgClassName
{
background-color: #B80112;
}
</style>
border-color css
<style>
span { border-color: #B80112; }
span { border-color: rgb(184,1,18); }
td.TdClassName
{
border-color: #B80112;
}
.TagClassName
{
border-color: #B80112;
}
</style>