Shades of Venetian Red #B40A1C
Tints of Venetian Red #B40A1C
RGB
CMYK
RGB Variations
Color information
#B40A1C (or 0xB40A1C) is known color: Venetian Red. HEX triplet: B4, 0A and 1C. RGB value is (180,10,28). Sum of RGB (Red+Green+Blue) = 180+10+28=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A1C is #4BF5E3. Grayscale: #3E3E3E. Windows color (decimal): -4978148 or 1837748. OLE color: 1837748.
HSL color Cylindrical-coordinate representation of color #B40A1C: hue angle of 353.65º 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 #B40A1C is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 28 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.29 |
| HSL | 353.65º | 0.89% | 0.37% | - |
| HSV(B) | 353.65º | 0.94% | 0.71% | - |
| XYZ | 19.14 | 10 | 2.02 | - |
| YUV | 62.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 28 | 0 | 0.94 | 0.84 | 0.29 | 353.65 | 0.89 | 0.37 |
| Hex | B4 | A | 1C | 0 | 5E | 54 | 1D | 162 | 59 | 25 |
| Octal | 264 | 12 | 34 | 0 | 136 | 124 | 35 | 542 | 131 | 45 |
| Binary | 10110100 | 1010 | 11100 | 0 | 1011110 | 1010100 | 11101 | 101100010 | 1011001 | 100101 |
Color Harmonies of #B40A1C
Complementary color
Monochromatic Colors of #B40A1C
Black with #B40A1C
Text Example
Text Example
White with #B40A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A1C; }
p { color: rgb(180,10,28); }
H1.HeaderClassName
{
color: #B40A1C;
}
.AnyTagClassName
{
color: #B40A1C;
}
</style>
background-color css
<style>
a { background-color: #B40A1C; }
a { background-color: rgb(180,10,28); }
div.DivClassName
{
background-color: #B40A1C;
}
.BgClassName
{
background-color: #B40A1C;
}
</style>
border-color css
<style>
span { border-color: #B40A1C; }
span { border-color: rgb(180,10,28); }
td.TdClassName
{
border-color: #B40A1C;
}
.TagClassName
{
border-color: #B40A1C;
}
</style>