Shades of Venetian Red #CA030C
Tints of Venetian Red #CA030C
RGB
CMYK
RGB Variations
Color information
#CA030C (or 0xCA030C) is known color: Venetian Red. HEX triplet: CA, 03 and 0C. RGB value is (202,3,12). Sum of RGB (Red+Green+Blue) = 202+3+12=217 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.09% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 202 - color contains mainly: red. Hex color #CA030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA030C is #35FCF3. Grayscale: #3F3F3F. Windows color (decimal): -3538164 or 787402. OLE color: 787402.
HSL color Cylindrical-coordinate representation of color #CA030C: hue angle of 357.29º 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 #CA030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.21 |
| HSL | 357.29º | 0.97% | 0.4% | - |
| HSV(B) | 357.29º | 0.99% | 0.79% | - |
| XYZ | 24.46 | 12.65 | 1.5 | - |
| YUV | 63.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 12 | 0 | 0.99 | 0.94 | 0.21 | 357.29 | 0.97 | 0.4 |
| Hex | CA | 3 | C | 0 | 63 | 5E | 15 | 165 | 61 | 28 |
| Octal | 312 | 3 | 14 | 0 | 143 | 136 | 25 | 545 | 141 | 50 |
| Binary | 11001010 | 11 | 1100 | 0 | 1100011 | 1011110 | 10101 | 101100101 | 1100001 | 101000 |
Color Harmonies of #CA030C
Complementary color
Monochromatic Colors of #CA030C
Black with #CA030C
Text Example
Text Example
White with #CA030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA030C; }
p { color: rgb(202,3,12); }
H1.HeaderClassName
{
color: #CA030C;
}
.AnyTagClassName
{
color: #CA030C;
}
</style>
background-color css
<style>
a { background-color: #CA030C; }
a { background-color: rgb(202,3,12); }
div.DivClassName
{
background-color: #CA030C;
}
.BgClassName
{
background-color: #CA030C;
}
</style>
border-color css
<style>
span { border-color: #CA030C; }
span { border-color: rgb(202,3,12); }
td.TdClassName
{
border-color: #CA030C;
}
.TagClassName
{
border-color: #CA030C;
}
</style>