Shades of Venetian Red #B80311
Tints of Venetian Red #B80311
RGB
CMYK
RGB Variations
Color information
#B80311 (or 0xB80311) is known color: Venetian Red. HEX triplet: B8, 03 and 11. RGB value is (184,3,17). Sum of RGB (Red+Green+Blue) = 184+3+17=204 (27% of max value = 765). Red value is 184 (72.27% from 255 or 90.20% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 184 - color contains mainly: red. Hex color #B80311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80311 is #47FCEE. Grayscale: #3A3A3A. Windows color (decimal): -4717807 or 1115064. OLE color: 1115064.
HSL color Cylindrical-coordinate representation of color #B80311: hue angle of 355.36º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80311 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 17 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.28 |
| HSL | 355.36º | 0.97% | 0.37% | - |
| HSV(B) | 355.36º | 0.98% | 0.72% | - |
| XYZ | 19.9 | 10.3 | 1.47 | - |
| YUV | 58.72 | 104.47 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 17 | 0 | 0.98 | 0.91 | 0.28 | 355.36 | 0.97 | 0.37 |
| Hex | B8 | 3 | 11 | 0 | 62 | 5B | 1C | 163 | 61 | 25 |
| Octal | 270 | 3 | 21 | 0 | 142 | 133 | 34 | 543 | 141 | 45 |
| Binary | 10111000 | 11 | 10001 | 0 | 1100010 | 1011011 | 11100 | 101100011 | 1100001 | 100101 |
Color Harmonies of #B80311
Complementary color
Monochromatic Colors of #B80311
Black with #B80311
Text Example
Text Example
White with #B80311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80311; }
p { color: rgb(184,3,17); }
H1.HeaderClassName
{
color: #B80311;
}
.AnyTagClassName
{
color: #B80311;
}
</style>
background-color css
<style>
a { background-color: #B80311; }
a { background-color: rgb(184,3,17); }
div.DivClassName
{
background-color: #B80311;
}
.BgClassName
{
background-color: #B80311;
}
</style>
border-color css
<style>
span { border-color: #B80311; }
span { border-color: rgb(184,3,17); }
td.TdClassName
{
border-color: #B80311;
}
.TagClassName
{
border-color: #B80311;
}
</style>