Shades of Venetian Red #B40C24
Tints of Venetian Red #B40C24
RGB
CMYK
RGB Variations
Color information
#B40C24 (or 0xB40C24) is known color: Venetian Red. HEX triplet: B4, 0C and 24. RGB value is (180,12,36). Sum of RGB (Red+Green+Blue) = 180+12+36=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C24 is #4BF3DB. Grayscale: #414141. Windows color (decimal): -4977628 or 2362548. OLE color: 2362548.
HSL color Cylindrical-coordinate representation of color #B40C24: hue angle of 351.43º 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 #B40C24 is Cyan = 0, Magento = 0.93, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 36 | - |
| CMYK | 0 | 0.93 | 0.8 | 0.29 |
| HSL | 351.43º | 0.88% | 0.38% | - |
| HSV(B) | 351.43º | 0.93% | 0.71% | - |
| XYZ | 19.27 | 10.09 | 2.6 | - |
| YUV | 64.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 36 | 0 | 0.93 | 0.8 | 0.29 | 351.43 | 0.88 | 0.38 |
| Hex | B4 | C | 24 | 0 | 5D | 50 | 1D | 15F | 58 | 26 |
| Octal | 264 | 14 | 44 | 0 | 135 | 120 | 35 | 537 | 130 | 46 |
| Binary | 10110100 | 1100 | 100100 | 0 | 1011101 | 1010000 | 11101 | 101011111 | 1011000 | 100110 |
Color Harmonies of #B40C24
Complementary color
Monochromatic Colors of #B40C24
Black with #B40C24
Text Example
Text Example
White with #B40C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C24; }
p { color: rgb(180,12,36); }
H1.HeaderClassName
{
color: #B40C24;
}
.AnyTagClassName
{
color: #B40C24;
}
</style>
background-color css
<style>
a { background-color: #B40C24; }
a { background-color: rgb(180,12,36); }
div.DivClassName
{
background-color: #B40C24;
}
.BgClassName
{
background-color: #B40C24;
}
</style>
border-color css
<style>
span { border-color: #B40C24; }
span { border-color: rgb(180,12,36); }
td.TdClassName
{
border-color: #B40C24;
}
.TagClassName
{
border-color: #B40C24;
}
</style>