Shades of Venetian Red #B40A1D
Tints of Venetian Red #B40A1D
RGB
CMYK
RGB Variations
Color information
#B40A1D (or 0xB40A1D) is known color: Venetian Red. HEX triplet: B4, 0A and 1D. RGB value is (180,10,29). Sum of RGB (Red+Green+Blue) = 180+10+29=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A1D is #4BF5E2. Grayscale: #3F3F3F. Windows color (decimal): -4978147 or 1903284. OLE color: 1903284.
HSL color Cylindrical-coordinate representation of color #B40A1D: hue angle of 353.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A1D is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 29 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.29 |
| HSL | 353.29º | 0.89% | 0.37% | - |
| HSV(B) | 353.29º | 0.94% | 0.71% | - |
| XYZ | 19.15 | 10.01 | 2.08 | - |
| YUV | 63 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 29 | 0 | 0.94 | 0.84 | 0.29 | 353.29 | 0.89 | 0.37 |
| Hex | B4 | A | 1D | 0 | 5E | 54 | 1D | 161 | 59 | 25 |
| Octal | 264 | 12 | 35 | 0 | 136 | 124 | 35 | 541 | 131 | 45 |
| Binary | 10110100 | 1010 | 11101 | 0 | 1011110 | 1010100 | 11101 | 101100001 | 1011001 | 100101 |
Color Harmonies of #B40A1D
Complementary color
Monochromatic Colors of #B40A1D
Black with #B40A1D
Text Example
Text Example
White with #B40A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A1D; }
p { color: rgb(180,10,29); }
H1.HeaderClassName
{
color: #B40A1D;
}
.AnyTagClassName
{
color: #B40A1D;
}
</style>
background-color css
<style>
a { background-color: #B40A1D; }
a { background-color: rgb(180,10,29); }
div.DivClassName
{
background-color: #B40A1D;
}
.BgClassName
{
background-color: #B40A1D;
}
</style>
border-color css
<style>
span { border-color: #B40A1D; }
span { border-color: rgb(180,10,29); }
td.TdClassName
{
border-color: #B40A1D;
}
.TagClassName
{
border-color: #B40A1D;
}
</style>