Shades of Venetian Red #B40C20
Tints of Venetian Red #B40C20
RGB
CMYK
RGB Variations
Color information
#B40C20 (or 0xB40C20) is known color: Venetian Red. HEX triplet: B4, 0C and 20. RGB value is (180,12,32). Sum of RGB (Red+Green+Blue) = 180+12+32=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C20 is #4BF3DF. Grayscale: #404040. Windows color (decimal): -4977632 or 2100404. OLE color: 2100404.
HSL color Cylindrical-coordinate representation of color #B40C20: hue angle of 352.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C20 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 32 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.29 |
| HSL | 352.86º | 0.88% | 0.38% | - |
| HSV(B) | 352.86º | 0.93% | 0.71% | - |
| XYZ | 19.21 | 10.07 | 2.3 | - |
| YUV | 64.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 32 | 0 | 0.93 | 0.82 | 0.29 | 352.86 | 0.88 | 0.38 |
| Hex | B4 | C | 20 | 0 | 5D | 52 | 1D | 161 | 58 | 26 |
| Octal | 264 | 14 | 40 | 0 | 135 | 122 | 35 | 541 | 130 | 46 |
| Binary | 10110100 | 1100 | 100000 | 0 | 1011101 | 1010010 | 11101 | 101100001 | 1011000 | 100110 |
Color Harmonies of #B40C20
Complementary color
Monochromatic Colors of #B40C20
Black with #B40C20
Text Example
Text Example
White with #B40C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C20; }
p { color: rgb(180,12,32); }
H1.HeaderClassName
{
color: #B40C20;
}
.AnyTagClassName
{
color: #B40C20;
}
</style>
background-color css
<style>
a { background-color: #B40C20; }
a { background-color: rgb(180,12,32); }
div.DivClassName
{
background-color: #B40C20;
}
.BgClassName
{
background-color: #B40C20;
}
</style>
border-color css
<style>
span { border-color: #B40C20; }
span { border-color: rgb(180,12,32); }
td.TdClassName
{
border-color: #B40C20;
}
.TagClassName
{
border-color: #B40C20;
}
</style>