Shades of Venetian Red #CA012B
Tints of Venetian Red #CA012B
RGB
CMYK
RGB Variations
Color information
#CA012B (or 0xCA012B) is known color: Venetian Red. HEX triplet: CA, 01 and 2B. RGB value is (202,1,43). Sum of RGB (Red+Green+Blue) = 202+1+43=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA012B is #35FED4. Grayscale: #414141. Windows color (decimal): -3538645 or 2818506. OLE color: 2818506.
HSL color Cylindrical-coordinate representation of color #CA012B: hue angle of 347.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA012B is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.21 |
| HSL | 347.46º | 0.99% | 0.4% | - |
| HSV(B) | 347.46º | 1% | 0.79% | - |
| XYZ | 24.8 | 12.75 | 3.44 | - |
| YUV | 65.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 43 | 0 | 1.00 | 0.79 | 0.21 | 347.46 | 0.99 | 0.4 |
| Hex | CA | 1 | 2B | 0 | 64 | 4F | 15 | 15B | 63 | 28 |
| Octal | 312 | 1 | 53 | 0 | 144 | 117 | 25 | 533 | 143 | 50 |
| Binary | 11001010 | 1 | 101011 | 0 | 1100100 | 1001111 | 10101 | 101011011 | 1100011 | 101000 |
Color Harmonies of #CA012B
Complementary color
Monochromatic Colors of #CA012B
Black with #CA012B
Text Example
Text Example
White with #CA012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA012B; }
p { color: rgb(202,1,43); }
H1.HeaderClassName
{
color: #CA012B;
}
.AnyTagClassName
{
color: #CA012B;
}
</style>
background-color css
<style>
a { background-color: #CA012B; }
a { background-color: rgb(202,1,43); }
div.DivClassName
{
background-color: #CA012B;
}
.BgClassName
{
background-color: #CA012B;
}
</style>
border-color css
<style>
span { border-color: #CA012B; }
span { border-color: rgb(202,1,43); }
td.TdClassName
{
border-color: #CA012B;
}
.TagClassName
{
border-color: #CA012B;
}
</style>