Shades of Venetian Red #B40B1C
Tints of Venetian Red #B40B1C
RGB
CMYK
RGB Variations
Color information
#B40B1C (or 0xB40B1C) is known color: Venetian Red. HEX triplet: B4, 0B and 1C. RGB value is (180,11,28). Sum of RGB (Red+Green+Blue) = 180+11+28=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B1C is #4BF4E3. Grayscale: #3F3F3F. Windows color (decimal): -4977892 or 1838004. OLE color: 1838004.
HSL color Cylindrical-coordinate representation of color #B40B1C: hue angle of 353.96º degrees, saturation: 0.88, 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 #B40B1C is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 28 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.29 |
| HSL | 353.96º | 0.88% | 0.37% | - |
| HSV(B) | 353.96º | 0.94% | 0.71% | - |
| XYZ | 19.15 | 10.03 | 2.02 | - |
| YUV | 63.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 28 | 0 | 0.94 | 0.84 | 0.29 | 353.96 | 0.88 | 0.37 |
| Hex | B4 | B | 1C | 0 | 5E | 54 | 1D | 162 | 58 | 25 |
| Octal | 264 | 13 | 34 | 0 | 136 | 124 | 35 | 542 | 130 | 45 |
| Binary | 10110100 | 1011 | 11100 | 0 | 1011110 | 1010100 | 11101 | 101100010 | 1011000 | 100101 |
Color Harmonies of #B40B1C
Complementary color
Monochromatic Colors of #B40B1C
Black with #B40B1C
Text Example
Text Example
White with #B40B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B1C; }
p { color: rgb(180,11,28); }
H1.HeaderClassName
{
color: #B40B1C;
}
.AnyTagClassName
{
color: #B40B1C;
}
</style>
background-color css
<style>
a { background-color: #B40B1C; }
a { background-color: rgb(180,11,28); }
div.DivClassName
{
background-color: #B40B1C;
}
.BgClassName
{
background-color: #B40B1C;
}
</style>
border-color css
<style>
span { border-color: #B40B1C; }
span { border-color: rgb(180,11,28); }
td.TdClassName
{
border-color: #B40B1C;
}
.TagClassName
{
border-color: #B40B1C;
}
</style>