Shades of Venetian Red #B40515
Tints of Venetian Red #B40515
RGB
CMYK
RGB Variations
Color information
#B40515 (or 0xB40515) is known color: Venetian Red. HEX triplet: B4, 05 and 15. RGB value is (180,5,21). Sum of RGB (Red+Green+Blue) = 180+5+21=206 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.38% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 180 - color contains mainly: red. Hex color #B40515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40515 is #4BFAEA. Grayscale: #3B3B3B. Windows color (decimal): -4979435 or 1377716. OLE color: 1377716.
HSL color Cylindrical-coordinate representation of color #B40515: hue angle of 354.51º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40515 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.29 |
| HSL | 354.51º | 0.95% | 0.36% | - |
| HSV(B) | 354.51º | 0.97% | 0.71% | - |
| XYZ | 19.01 | 9.87 | 1.61 | - |
| YUV | 59.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 21 | 0 | 0.97 | 0.88 | 0.29 | 354.51 | 0.95 | 0.36 |
| Hex | B4 | 5 | 15 | 0 | 61 | 58 | 1D | 163 | 5F | 24 |
| Octal | 264 | 5 | 25 | 0 | 141 | 130 | 35 | 543 | 137 | 44 |
| Binary | 10110100 | 101 | 10101 | 0 | 1100001 | 1011000 | 11101 | 101100011 | 1011111 | 100100 |
Color Harmonies of #B40515
Complementary color
Monochromatic Colors of #B40515
Black with #B40515
Text Example
Text Example
White with #B40515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40515; }
p { color: rgb(180,5,21); }
H1.HeaderClassName
{
color: #B40515;
}
.AnyTagClassName
{
color: #B40515;
}
</style>
background-color css
<style>
a { background-color: #B40515; }
a { background-color: rgb(180,5,21); }
div.DivClassName
{
background-color: #B40515;
}
.BgClassName
{
background-color: #B40515;
}
</style>
border-color css
<style>
span { border-color: #B40515; }
span { border-color: rgb(180,5,21); }
td.TdClassName
{
border-color: #B40515;
}
.TagClassName
{
border-color: #B40515;
}
</style>