Shades of Venetian Red #B80315
Tints of Venetian Red #B80315
RGB
CMYK
RGB Variations
Color information
#B80315 (or 0xB80315) is known color: Venetian Red. HEX triplet: B8, 03 and 15. RGB value is (184,3,21). Sum of RGB (Red+Green+Blue) = 184+3+21=208 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.46% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 184 - color contains mainly: red. Hex color #B80315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80315 is #47FCEA. Grayscale: #3B3B3B. Windows color (decimal): -4717803 or 1377208. OLE color: 1377208.
HSL color Cylindrical-coordinate representation of color #B80315: hue angle of 354.03º 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 #B80315 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.28 |
| HSL | 354.03º | 0.97% | 0.37% | - |
| HSV(B) | 354.03º | 0.98% | 0.72% | - |
| XYZ | 19.94 | 10.31 | 1.65 | - |
| YUV | 59.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 21 | 0 | 0.98 | 0.89 | 0.28 | 354.03 | 0.97 | 0.37 |
| Hex | B8 | 3 | 15 | 0 | 62 | 59 | 1C | 162 | 61 | 25 |
| Octal | 270 | 3 | 25 | 0 | 142 | 131 | 34 | 542 | 141 | 45 |
| Binary | 10111000 | 11 | 10101 | 0 | 1100010 | 1011001 | 11100 | 101100010 | 1100001 | 100101 |
Color Harmonies of #B80315
Complementary color
Monochromatic Colors of #B80315
Black with #B80315
Text Example
Text Example
White with #B80315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80315; }
p { color: rgb(184,3,21); }
H1.HeaderClassName
{
color: #B80315;
}
.AnyTagClassName
{
color: #B80315;
}
</style>
background-color css
<style>
a { background-color: #B80315; }
a { background-color: rgb(184,3,21); }
div.DivClassName
{
background-color: #B80315;
}
.BgClassName
{
background-color: #B80315;
}
</style>
border-color css
<style>
span { border-color: #B80315; }
span { border-color: rgb(184,3,21); }
td.TdClassName
{
border-color: #B80315;
}
.TagClassName
{
border-color: #B80315;
}
</style>