Shades of Cardinal #C50A45
Tints of Cardinal #C50A45
RGB
CMYK
RGB Variations
Color information
#C50A45 (or 0xC50A45) is known color: Cardinal. HEX triplet: C5, 0A and 45. RGB value is (197,10,69). Sum of RGB (Red+Green+Blue) = 197+10+69=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50A45 is #3AF5BA. Grayscale: #484848. Windows color (decimal): -3863995 or 4524741. OLE color: 4524741.
HSL color Cylindrical-coordinate representation of color #C50A45: hue angle of 341.07º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A45 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 69 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.23 |
| HSL | 341.07º | 0.9% | 0.41% | - |
| HSV(B) | 341.07º | 0.95% | 0.77% | - |
| XYZ | 24.21 | 12.52 | 6.77 | - |
| YUV | 72.64 | 125.95 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 69 | 0 | 0.95 | 0.65 | 0.23 | 341.07 | 0.9 | 0.41 |
| Hex | C5 | A | 45 | 0 | 5F | 41 | 17 | 155 | 5A | 29 |
| Octal | 305 | 12 | 105 | 0 | 137 | 101 | 27 | 525 | 132 | 51 |
| Binary | 11000101 | 1010 | 1000101 | 0 | 1011111 | 1000001 | 10111 | 101010101 | 1011010 | 101001 |
Color Harmonies of #C50A45
Complementary color
Monochromatic Colors of #C50A45
Black with #C50A45
Text Example
Text Example
White with #C50A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A45; }
p { color: rgb(197,10,69); }
H1.HeaderClassName
{
color: #C50A45;
}
.AnyTagClassName
{
color: #C50A45;
}
</style>
background-color css
<style>
a { background-color: #C50A45; }
a { background-color: rgb(197,10,69); }
div.DivClassName
{
background-color: #C50A45;
}
.BgClassName
{
background-color: #C50A45;
}
</style>
border-color css
<style>
span { border-color: #C50A45; }
span { border-color: rgb(197,10,69); }
td.TdClassName
{
border-color: #C50A45;
}
.TagClassName
{
border-color: #C50A45;
}
</style>