Shades of Venetian Red #CA002A
Tints of Venetian Red #CA002A
RGB
CMYK
RGB Variations
Color information
#CA002A (or 0xCA002A) is known color: Venetian Red. HEX triplet: CA, 00 and 2A. RGB value is (202,0,42). Sum of RGB (Red+Green+Blue) = 202+0+42=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA002A is #35FFD5. Grayscale: #414141. Windows color (decimal): -3538902 or 2752714. OLE color: 2752714.
HSL color Cylindrical-coordinate representation of color #CA002A: hue angle of 347.52º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA002A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.79 | 0.21 |
| HSL | 347.52º | 1% | 0.4% | - |
| HSV(B) | 347.52º | 1% | 0.79% | - |
| XYZ | 24.78 | 12.72 | 3.34 | - |
| YUV | 65.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 42 | 0 | 1 | 0.79 | 0.21 | 347.52 | 1 | 0.4 |
| Hex | CA | 0 | 2A | 0 | 64 | 4F | 15 | 15C | 64 | 28 |
| Octal | 312 | 0 | 52 | 0 | 144 | 117 | 25 | 534 | 144 | 50 |
| Binary | 11001010 | 0 | 101010 | 0 | 1100100 | 1001111 | 10101 | 101011100 | 1100100 | 101000 |
Color Harmonies of #CA002A
Complementary color
Monochromatic Colors of #CA002A
Black with #CA002A
Text Example
Text Example
White with #CA002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA002A; }
p { color: rgb(202,0,42); }
H1.HeaderClassName
{
color: #CA002A;
}
.AnyTagClassName
{
color: #CA002A;
}
</style>
background-color css
<style>
a { background-color: #CA002A; }
a { background-color: rgb(202,0,42); }
div.DivClassName
{
background-color: #CA002A;
}
.BgClassName
{
background-color: #CA002A;
}
</style>
border-color css
<style>
span { border-color: #CA002A; }
span { border-color: rgb(202,0,42); }
td.TdClassName
{
border-color: #CA002A;
}
.TagClassName
{
border-color: #CA002A;
}
</style>