Shades of Venetian Red #CA032A
Tints of Venetian Red #CA032A
RGB
CMYK
RGB Variations
Color information
#CA032A (or 0xCA032A) is known color: Venetian Red. HEX triplet: CA, 03 and 2A. RGB value is (202,3,42). Sum of RGB (Red+Green+Blue) = 202+3+42=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA032A is #35FCD5. Grayscale: #424242. Windows color (decimal): -3538134 or 2753482. OLE color: 2753482.
HSL color Cylindrical-coordinate representation of color #CA032A: hue angle of 348.24º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA032A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.21 |
| HSL | 348.24º | 0.97% | 0.4% | - |
| HSV(B) | 348.24º | 0.99% | 0.79% | - |
| XYZ | 24.81 | 12.79 | 3.35 | - |
| YUV | 66.95 | 113.93 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 42 | 0 | 0.99 | 0.79 | 0.21 | 348.24 | 0.97 | 0.4 |
| Hex | CA | 3 | 2A | 0 | 63 | 4F | 15 | 15C | 61 | 28 |
| Octal | 312 | 3 | 52 | 0 | 143 | 117 | 25 | 534 | 141 | 50 |
| Binary | 11001010 | 11 | 101010 | 0 | 1100011 | 1001111 | 10101 | 101011100 | 1100001 | 101000 |
Color Harmonies of #CA032A
Complementary color
Monochromatic Colors of #CA032A
Black with #CA032A
Text Example
Text Example
White with #CA032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA032A; }
p { color: rgb(202,3,42); }
H1.HeaderClassName
{
color: #CA032A;
}
.AnyTagClassName
{
color: #CA032A;
}
</style>
background-color css
<style>
a { background-color: #CA032A; }
a { background-color: rgb(202,3,42); }
div.DivClassName
{
background-color: #CA032A;
}
.BgClassName
{
background-color: #CA032A;
}
</style>
border-color css
<style>
span { border-color: #CA032A; }
span { border-color: rgb(202,3,42); }
td.TdClassName
{
border-color: #CA032A;
}
.TagClassName
{
border-color: #CA032A;
}
</style>