Shades of Venetian Red #CA0A20
Tints of Venetian Red #CA0A20
RGB
CMYK
RGB Variations
Color information
#CA0A20 (or 0xCA0A20) is known color: Venetian Red. HEX triplet: CA, 0A and 20. RGB value is (202,10,32). Sum of RGB (Red+Green+Blue) = 202+10+32=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0A20 is #35F5DF. Grayscale: #464646. Windows color (decimal): -3536352 or 2099914. OLE color: 2099914.
HSL color Cylindrical-coordinate representation of color #CA0A20: hue angle of 353.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0A20 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 32 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.21 |
| HSL | 353.13º | 0.91% | 0.42% | - |
| HSV(B) | 353.13º | 0.95% | 0.79% | - |
| XYZ | 24.73 | 12.88 | 2.55 | - |
| YUV | 69.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 32 | 0 | 0.95 | 0.84 | 0.21 | 353.13 | 0.91 | 0.42 |
| Hex | CA | A | 20 | 0 | 5F | 54 | 15 | 161 | 5B | 2A |
| Octal | 312 | 12 | 40 | 0 | 137 | 124 | 25 | 541 | 133 | 52 |
| Binary | 11001010 | 1010 | 100000 | 0 | 1011111 | 1010100 | 10101 | 101100001 | 1011011 | 101010 |
Color Harmonies of #CA0A20
Complementary color
Monochromatic Colors of #CA0A20
Black with #CA0A20
Text Example
Text Example
White with #CA0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0A20; }
p { color: rgb(202,10,32); }
H1.HeaderClassName
{
color: #CA0A20;
}
.AnyTagClassName
{
color: #CA0A20;
}
</style>
background-color css
<style>
a { background-color: #CA0A20; }
a { background-color: rgb(202,10,32); }
div.DivClassName
{
background-color: #CA0A20;
}
.BgClassName
{
background-color: #CA0A20;
}
</style>
border-color css
<style>
span { border-color: #CA0A20; }
span { border-color: rgb(202,10,32); }
td.TdClassName
{
border-color: #CA0A20;
}
.TagClassName
{
border-color: #CA0A20;
}
</style>