Shades of Venetian Red #CA0522
Tints of Venetian Red #CA0522
RGB
CMYK
RGB Variations
Color information
#CA0522 (or 0xCA0522) is known color: Venetian Red. HEX triplet: CA, 05 and 22. RGB value is (202,5,34). Sum of RGB (Red+Green+Blue) = 202+5+34=241 (31% of max value = 765). Red value is 202 (79.30% from 255 or 83.82% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0522 is #35FADD. Grayscale: #434343. Windows color (decimal): -3537630 or 2229706. OLE color: 2229706.
HSL color Cylindrical-coordinate representation of color #CA0522: hue angle of 351.17º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0522 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 34 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.21 |
| HSL | 351.17º | 0.95% | 0.41% | - |
| HSV(B) | 351.17º | 0.98% | 0.79% | - |
| XYZ | 24.7 | 12.78 | 2.68 | - |
| YUV | 67.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 34 | 0 | 0.98 | 0.83 | 0.21 | 351.17 | 0.95 | 0.41 |
| Hex | CA | 5 | 22 | 0 | 62 | 53 | 15 | 15F | 5F | 29 |
| Octal | 312 | 5 | 42 | 0 | 142 | 123 | 25 | 537 | 137 | 51 |
| Binary | 11001010 | 101 | 100010 | 0 | 1100010 | 1010011 | 10101 | 101011111 | 1011111 | 101001 |
Color Harmonies of #CA0522
Complementary color
Monochromatic Colors of #CA0522
Black with #CA0522
Text Example
Text Example
White with #CA0522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0522; }
p { color: rgb(202,5,34); }
H1.HeaderClassName
{
color: #CA0522;
}
.AnyTagClassName
{
color: #CA0522;
}
</style>
background-color css
<style>
a { background-color: #CA0522; }
a { background-color: rgb(202,5,34); }
div.DivClassName
{
background-color: #CA0522;
}
.BgClassName
{
background-color: #CA0522;
}
</style>
border-color css
<style>
span { border-color: #CA0522; }
span { border-color: rgb(202,5,34); }
td.TdClassName
{
border-color: #CA0522;
}
.TagClassName
{
border-color: #CA0522;
}
</style>