Shades of Venetian Red #C40B18
Tints of Venetian Red #C40B18
RGB
CMYK
RGB Variations
Color information
#C40B18 (or 0xC40B18) is known color: Venetian Red. HEX triplet: C4, 0B and 18. RGB value is (196,11,24). Sum of RGB (Red+Green+Blue) = 196+11+24=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40B18 is #3BF4E7. Grayscale: #434343. Windows color (decimal): -3929320 or 1575876. OLE color: 1575876.
HSL color Cylindrical-coordinate representation of color #C40B18: hue angle of 355.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B18 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 24 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.23 |
| HSL | 355.78º | 0.89% | 0.41% | - |
| HSV(B) | 355.78º | 0.94% | 0.77% | - |
| XYZ | 23.05 | 12.04 | 1.97 | - |
| YUV | 67.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 24 | 0 | 0.94 | 0.88 | 0.23 | 355.78 | 0.89 | 0.41 |
| Hex | C4 | B | 18 | 0 | 5E | 58 | 17 | 164 | 59 | 29 |
| Octal | 304 | 13 | 30 | 0 | 136 | 130 | 27 | 544 | 131 | 51 |
| Binary | 11000100 | 1011 | 11000 | 0 | 1011110 | 1011000 | 10111 | 101100100 | 1011001 | 101001 |
Color Harmonies of #C40B18
Complementary color
Monochromatic Colors of #C40B18
Black with #C40B18
Text Example
Text Example
White with #C40B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B18; }
p { color: rgb(196,11,24); }
H1.HeaderClassName
{
color: #C40B18;
}
.AnyTagClassName
{
color: #C40B18;
}
</style>
background-color css
<style>
a { background-color: #C40B18; }
a { background-color: rgb(196,11,24); }
div.DivClassName
{
background-color: #C40B18;
}
.BgClassName
{
background-color: #C40B18;
}
</style>
border-color css
<style>
span { border-color: #C40B18; }
span { border-color: rgb(196,11,24); }
td.TdClassName
{
border-color: #C40B18;
}
.TagClassName
{
border-color: #C40B18;
}
</style>