Shades of Venetian Red #CA0020
Tints of Venetian Red #CA0020
RGB
CMYK
RGB Variations
Color information
#CA0020 (or 0xCA0020) is known color: Venetian Red. HEX triplet: CA, 00 and 20. RGB value is (202,0,32). Sum of RGB (Red+Green+Blue) = 202+0+32=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0020 is #35FFDF. Grayscale: #404040. Windows color (decimal): -3538912 or 2097354. OLE color: 2097354.
HSL color Cylindrical-coordinate representation of color #CA0020: hue angle of 350.5º 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 #CA0020 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.84 | 0.21 |
| HSL | 350.5º | 1% | 0.4% | - |
| HSV(B) | 350.5º | 1% | 0.79% | - |
| XYZ | 24.62 | 12.66 | 2.51 | - |
| YUV | 64.05 | 109.92 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 32 | 0 | 1 | 0.84 | 0.21 | 350.5 | 1 | 0.4 |
| Hex | CA | 0 | 20 | 0 | 64 | 54 | 15 | 15E | 64 | 28 |
| Octal | 312 | 0 | 40 | 0 | 144 | 124 | 25 | 536 | 144 | 50 |
| Binary | 11001010 | 0 | 100000 | 0 | 1100100 | 1010100 | 10101 | 101011110 | 1100100 | 101000 |
Color Harmonies of #CA0020
Complementary color
Monochromatic Colors of #CA0020
Black with #CA0020
Text Example
Text Example
White with #CA0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0020; }
p { color: rgb(202,0,32); }
H1.HeaderClassName
{
color: #CA0020;
}
.AnyTagClassName
{
color: #CA0020;
}
</style>
background-color css
<style>
a { background-color: #CA0020; }
a { background-color: rgb(202,0,32); }
div.DivClassName
{
background-color: #CA0020;
}
.BgClassName
{
background-color: #CA0020;
}
</style>
border-color css
<style>
span { border-color: #CA0020; }
span { border-color: rgb(202,0,32); }
td.TdClassName
{
border-color: #CA0020;
}
.TagClassName
{
border-color: #CA0020;
}
</style>