Shades of Cardinal #C00A41
Tints of Cardinal #C00A41
RGB
CMYK
RGB Variations
Color information
#C00A41 (or 0xC00A41) is known color: Cardinal. HEX triplet: C0, 0A and 41. RGB value is (192,10,65). Sum of RGB (Red+Green+Blue) = 192+10+65=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A41 is #3FF5BE. Grayscale: #464646. Windows color (decimal): -4191679 or 4262592. OLE color: 4262592.
HSL color Cylindrical-coordinate representation of color #C00A41: hue angle of 341.87º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A41 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 65 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.25 |
| HSL | 341.87º | 0.9% | 0.4% | - |
| HSV(B) | 341.87º | 0.95% | 0.75% | - |
| XYZ | 22.8 | 11.81 | 6.08 | - |
| YUV | 70.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 65 | 0 | 0.95 | 0.66 | 0.25 | 341.87 | 0.9 | 0.4 |
| Hex | C0 | A | 41 | 0 | 5F | 42 | 19 | 156 | 5A | 28 |
| Octal | 300 | 12 | 101 | 0 | 137 | 102 | 31 | 526 | 132 | 50 |
| Binary | 11000000 | 1010 | 1000001 | 0 | 1011111 | 1000010 | 11001 | 101010110 | 1011010 | 101000 |
Color Harmonies of #C00A41
Complementary color
Monochromatic Colors of #C00A41
Black with #C00A41
Text Example
Text Example
White with #C00A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A41; }
p { color: rgb(192,10,65); }
H1.HeaderClassName
{
color: #C00A41;
}
.AnyTagClassName
{
color: #C00A41;
}
</style>
background-color css
<style>
a { background-color: #C00A41; }
a { background-color: rgb(192,10,65); }
div.DivClassName
{
background-color: #C00A41;
}
.BgClassName
{
background-color: #C00A41;
}
</style>
border-color css
<style>
span { border-color: #C00A41; }
span { border-color: rgb(192,10,65); }
td.TdClassName
{
border-color: #C00A41;
}
.TagClassName
{
border-color: #C00A41;
}
</style>