Shades of Venetian Red #B80512
Tints of Venetian Red #B80512
RGB
CMYK
RGB Variations
Color information
#B80512 (or 0xB80512) is known color: Venetian Red. HEX triplet: B8, 05 and 12. RGB value is (184,5,18). Sum of RGB (Red+Green+Blue) = 184+5+18=207 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.89% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 184 - color contains mainly: red. Hex color #B80512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80512 is #47FAED. Grayscale: #3C3C3C. Windows color (decimal): -4717294 or 1181112. OLE color: 1181112.
HSL color Cylindrical-coordinate representation of color #B80512: hue angle of 355.64º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 18 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.28 |
| HSL | 355.64º | 0.95% | 0.37% | - |
| HSV(B) | 355.64º | 0.97% | 0.72% | - |
| XYZ | 19.93 | 10.34 | 1.52 | - |
| YUV | 60 | 104.3 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 18 | 0 | 0.97 | 0.90 | 0.28 | 355.64 | 0.95 | 0.37 |
| Hex | B8 | 5 | 12 | 0 | 61 | 5A | 1C | 164 | 5F | 25 |
| Octal | 270 | 5 | 22 | 0 | 141 | 132 | 34 | 544 | 137 | 45 |
| Binary | 10111000 | 101 | 10010 | 0 | 1100001 | 1011010 | 11100 | 101100100 | 1011111 | 100101 |
Color Harmonies of #B80512
Complementary color
Monochromatic Colors of #B80512
Black with #B80512
Text Example
Text Example
White with #B80512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80512; }
p { color: rgb(184,5,18); }
H1.HeaderClassName
{
color: #B80512;
}
.AnyTagClassName
{
color: #B80512;
}
</style>
background-color css
<style>
a { background-color: #B80512; }
a { background-color: rgb(184,5,18); }
div.DivClassName
{
background-color: #B80512;
}
.BgClassName
{
background-color: #B80512;
}
</style>
border-color css
<style>
span { border-color: #B80512; }
span { border-color: rgb(184,5,18); }
td.TdClassName
{
border-color: #B80512;
}
.TagClassName
{
border-color: #B80512;
}
</style>