Shades of Venetian Red #B80012
Tints of Venetian Red #B80012
RGB
CMYK
RGB Variations
Color information
#B80012 (or 0xB80012) is known color: Venetian Red. HEX triplet: B8, 00 and 12. RGB value is (184,0,18). Sum of RGB (Red+Green+Blue) = 184+0+18=202 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.09% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 184 - color contains mainly: red. Hex color #B80012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80012 is #47FFED. Grayscale: #393939. Windows color (decimal): -4718574 or 1179832. OLE color: 1179832.
HSL color Cylindrical-coordinate representation of color #B80012: hue angle of 354.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80012 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.90 | 0.28 |
| HSL | 354.13º | 1% | 0.36% | - |
| HSV(B) | 354.13º | 1% | 0.72% | - |
| XYZ | 19.88 | 10.23 | 1.5 | - |
| YUV | 57.07 | 105.96 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 18 | 0 | 1 | 0.90 | 0.28 | 354.13 | 1 | 0.36 |
| Hex | B8 | 0 | 12 | 0 | 64 | 5A | 1C | 162 | 64 | 24 |
| Octal | 270 | 0 | 22 | 0 | 144 | 132 | 34 | 542 | 144 | 44 |
| Binary | 10111000 | 0 | 10010 | 0 | 1100100 | 1011010 | 11100 | 101100010 | 1100100 | 100100 |
Color Harmonies of #B80012
Complementary color
Monochromatic Colors of #B80012
Black with #B80012
Text Example
Text Example
White with #B80012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80012; }
p { color: rgb(184,0,18); }
H1.HeaderClassName
{
color: #B80012;
}
.AnyTagClassName
{
color: #B80012;
}
</style>
background-color css
<style>
a { background-color: #B80012; }
a { background-color: rgb(184,0,18); }
div.DivClassName
{
background-color: #B80012;
}
.BgClassName
{
background-color: #B80012;
}
</style>
border-color css
<style>
span { border-color: #B80012; }
span { border-color: rgb(184,0,18); }
td.TdClassName
{
border-color: #B80012;
}
.TagClassName
{
border-color: #B80012;
}
</style>