Shades of Venetian Red #CA050A
Tints of Venetian Red #CA050A
RGB
CMYK
RGB Variations
Color information
#CA050A (or 0xCA050A) is known color: Venetian Red. HEX triplet: CA, 05 and 0A. RGB value is (202,5,10). Sum of RGB (Red+Green+Blue) = 202+5+10=217 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.09% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 202 - color contains mainly: red. Hex color #CA050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA050A is #35FAF5. Grayscale: #404040. Windows color (decimal): -3537654 or 656842. OLE color: 656842.
HSL color Cylindrical-coordinate representation of color #CA050A: hue angle of 358.48º 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 #CA050A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 10 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.21 |
| HSL | 358.48º | 0.95% | 0.41% | - |
| HSV(B) | 358.48º | 0.98% | 0.79% | - |
| XYZ | 24.47 | 12.69 | 1.45 | - |
| YUV | 64.47 | 97.27 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 10 | 0 | 0.98 | 0.95 | 0.21 | 358.48 | 0.95 | 0.41 |
| Hex | CA | 5 | A | 0 | 62 | 5F | 15 | 166 | 5F | 29 |
| Octal | 312 | 5 | 12 | 0 | 142 | 137 | 25 | 546 | 137 | 51 |
| Binary | 11001010 | 101 | 1010 | 0 | 1100010 | 1011111 | 10101 | 101100110 | 1011111 | 101001 |
Color Harmonies of #CA050A
Complementary color
Monochromatic Colors of #CA050A
Black with #CA050A
Text Example
Text Example
White with #CA050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA050A; }
p { color: rgb(202,5,10); }
H1.HeaderClassName
{
color: #CA050A;
}
.AnyTagClassName
{
color: #CA050A;
}
</style>
background-color css
<style>
a { background-color: #CA050A; }
a { background-color: rgb(202,5,10); }
div.DivClassName
{
background-color: #CA050A;
}
.BgClassName
{
background-color: #CA050A;
}
</style>
border-color css
<style>
span { border-color: #CA050A; }
span { border-color: rgb(202,5,10); }
td.TdClassName
{
border-color: #CA050A;
}
.TagClassName
{
border-color: #CA050A;
}
</style>