Shades of Cardinal #C70A4A
Tints of Cardinal #C70A4A
RGB
CMYK
RGB Variations
Color information
#C70A4A (or 0xC70A4A) is known color: Cardinal. HEX triplet: C7, 0A and 4A. RGB value is (199,10,74). Sum of RGB (Red+Green+Blue) = 199+10+74=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70A4A is #38F5B5. Grayscale: #494949. Windows color (decimal): -3732918 or 4852423. OLE color: 4852423.
HSL color Cylindrical-coordinate representation of color #C70A4A: hue angle of 339.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A4A is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 74 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.22 |
| HSL | 339.68º | 0.9% | 0.41% | - |
| HSV(B) | 339.68º | 0.95% | 0.78% | - |
| XYZ | 24.9 | 12.85 | 7.65 | - |
| YUV | 73.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 74 | 0 | 0.95 | 0.63 | 0.22 | 339.68 | 0.9 | 0.41 |
| Hex | C7 | A | 4A | 0 | 5F | 3F | 16 | 154 | 5A | 29 |
| Octal | 307 | 12 | 112 | 0 | 137 | 77 | 26 | 524 | 132 | 51 |
| Binary | 11000111 | 1010 | 1001010 | 0 | 1011111 | 111111 | 10110 | 101010100 | 1011010 | 101001 |
Color Harmonies of #C70A4A
Complementary color
Monochromatic Colors of #C70A4A
Black with #C70A4A
Text Example
Text Example
White with #C70A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A4A; }
p { color: rgb(199,10,74); }
H1.HeaderClassName
{
color: #C70A4A;
}
.AnyTagClassName
{
color: #C70A4A;
}
</style>
background-color css
<style>
a { background-color: #C70A4A; }
a { background-color: rgb(199,10,74); }
div.DivClassName
{
background-color: #C70A4A;
}
.BgClassName
{
background-color: #C70A4A;
}
</style>
border-color css
<style>
span { border-color: #C70A4A; }
span { border-color: rgb(199,10,74); }
td.TdClassName
{
border-color: #C70A4A;
}
.TagClassName
{
border-color: #C70A4A;
}
</style>