Shades of Cardinal #C80A3A
Tints of Cardinal #C80A3A
RGB
CMYK
RGB Variations
Color information
#C80A3A (or 0xC80A3A) is known color: Cardinal. HEX triplet: C8, 0A and 3A. RGB value is (200,10,58). Sum of RGB (Red+Green+Blue) = 200+10+58=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A3A is #37F5C5. Grayscale: #484848. Windows color (decimal): -3667398 or 3803848. OLE color: 3803848.
HSL color Cylindrical-coordinate representation of color #C80A3A: hue angle of 344.84º 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 #C80A3A is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 58 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.22 |
| HSL | 344.84º | 0.9% | 0.41% | - |
| HSV(B) | 344.84º | 0.95% | 0.78% | - |
| XYZ | 24.69 | 12.8 | 5.17 | - |
| YUV | 72.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 58 | 0 | 0.95 | 0.71 | 0.22 | 344.84 | 0.9 | 0.41 |
| Hex | C8 | A | 3A | 0 | 5F | 47 | 16 | 159 | 5A | 29 |
| Octal | 310 | 12 | 72 | 0 | 137 | 107 | 26 | 531 | 132 | 51 |
| Binary | 11001000 | 1010 | 111010 | 0 | 1011111 | 1000111 | 10110 | 101011001 | 1011010 | 101001 |
Color Harmonies of #C80A3A
Complementary color
Monochromatic Colors of #C80A3A
Black with #C80A3A
Text Example
Text Example
White with #C80A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A3A; }
p { color: rgb(200,10,58); }
H1.HeaderClassName
{
color: #C80A3A;
}
.AnyTagClassName
{
color: #C80A3A;
}
</style>
background-color css
<style>
a { background-color: #C80A3A; }
a { background-color: rgb(200,10,58); }
div.DivClassName
{
background-color: #C80A3A;
}
.BgClassName
{
background-color: #C80A3A;
}
</style>
border-color css
<style>
span { border-color: #C80A3A; }
span { border-color: rgb(200,10,58); }
td.TdClassName
{
border-color: #C80A3A;
}
.TagClassName
{
border-color: #C80A3A;
}
</style>