Shades of Venetian Red #B80015
Tints of Venetian Red #B80015
RGB
CMYK
RGB Variations
Color information
#B80015 (or 0xB80015) is known color: Venetian Red. HEX triplet: B8, 00 and 15. RGB value is (184,0,21). Sum of RGB (Red+Green+Blue) = 184+0+21=205 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.76% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 184 - color contains mainly: red. Hex color #B80015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80015 is #47FFEA. Grayscale: #393939. Windows color (decimal): -4718571 or 1376440. OLE color: 1376440.
HSL color Cylindrical-coordinate representation of color #B80015: hue angle of 353.15º 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 #B80015 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.89 | 0.28 |
| HSL | 353.15º | 1% | 0.36% | - |
| HSV(B) | 353.15º | 1% | 0.72% | - |
| XYZ | 19.9 | 10.24 | 1.64 | - |
| YUV | 57.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 21 | 0 | 1 | 0.89 | 0.28 | 353.15 | 1 | 0.36 |
| Hex | B8 | 0 | 15 | 0 | 64 | 59 | 1C | 161 | 64 | 24 |
| Octal | 270 | 0 | 25 | 0 | 144 | 131 | 34 | 541 | 144 | 44 |
| Binary | 10111000 | 0 | 10101 | 0 | 1100100 | 1011001 | 11100 | 101100001 | 1100100 | 100100 |
Color Harmonies of #B80015
Complementary color
Monochromatic Colors of #B80015
Black with #B80015
Text Example
Text Example
White with #B80015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80015; }
p { color: rgb(184,0,21); }
H1.HeaderClassName
{
color: #B80015;
}
.AnyTagClassName
{
color: #B80015;
}
</style>
background-color css
<style>
a { background-color: #B80015; }
a { background-color: rgb(184,0,21); }
div.DivClassName
{
background-color: #B80015;
}
.BgClassName
{
background-color: #B80015;
}
</style>
border-color css
<style>
span { border-color: #B80015; }
span { border-color: rgb(184,0,21); }
td.TdClassName
{
border-color: #B80015;
}
.TagClassName
{
border-color: #B80015;
}
</style>