Shades of Venetian Red #C4012B
Tints of Venetian Red #C4012B
RGB
CMYK
RGB Variations
Color information
#C4012B (or 0xC4012B) is known color: Venetian Red. HEX triplet: C4, 01 and 2B. RGB value is (196,1,43). Sum of RGB (Red+Green+Blue) = 196+1+43=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C4012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4012B is #3BFED4. Grayscale: #404040. Windows color (decimal): -3931861 or 2818500. OLE color: 2818500.
HSL color Cylindrical-coordinate representation of color #C4012B: hue angle of 347.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4012B is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.23 |
| HSL | 347.08º | 0.99% | 0.39% | - |
| HSV(B) | 347.08º | 0.99% | 0.77% | - |
| XYZ | 23.21 | 11.93 | 3.37 | - |
| YUV | 64.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 43 | 0 | 0.99 | 0.78 | 0.23 | 347.08 | 0.99 | 0.39 |
| Hex | C4 | 1 | 2B | 0 | 63 | 4E | 17 | 15B | 63 | 27 |
| Octal | 304 | 1 | 53 | 0 | 143 | 116 | 27 | 533 | 143 | 47 |
| Binary | 11000100 | 1 | 101011 | 0 | 1100011 | 1001110 | 10111 | 101011011 | 1100011 | 100111 |
Color Harmonies of #C4012B
Complementary color
Monochromatic Colors of #C4012B
Black with #C4012B
Text Example
Text Example
White with #C4012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4012B; }
p { color: rgb(196,1,43); }
H1.HeaderClassName
{
color: #C4012B;
}
.AnyTagClassName
{
color: #C4012B;
}
</style>
background-color css
<style>
a { background-color: #C4012B; }
a { background-color: rgb(196,1,43); }
div.DivClassName
{
background-color: #C4012B;
}
.BgClassName
{
background-color: #C4012B;
}
</style>
border-color css
<style>
span { border-color: #C4012B; }
span { border-color: rgb(196,1,43); }
td.TdClassName
{
border-color: #C4012B;
}
.TagClassName
{
border-color: #C4012B;
}
</style>