Shades of Cardinal #C10045
Tints of Cardinal #C10045
RGB
CMYK
RGB Variations
Color information
#C10045 (or 0xC10045) is known color: Cardinal. HEX triplet: C1, 00 and 45. RGB value is (193,0,69). Sum of RGB (Red+Green+Blue) = 193+0+69=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10045 is #3EFFBA. Grayscale: #414141. Windows color (decimal): -4128699 or 4522177. OLE color: 4522177.
HSL color Cylindrical-coordinate representation of color #C10045: hue angle of 338.55º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10045 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.64 | 0.24 |
| HSL | 338.55º | 1% | 0.38% | - |
| HSV(B) | 338.55º | 1% | 0.76% | - |
| XYZ | 23.07 | 11.77 | 6.69 | - |
| YUV | 65.57 | 129.94 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 69 | 0 | 1 | 0.64 | 0.24 | 338.55 | 1 | 0.38 |
| Hex | C1 | 0 | 45 | 0 | 64 | 40 | 18 | 153 | 64 | 26 |
| Octal | 301 | 0 | 105 | 0 | 144 | 100 | 30 | 523 | 144 | 46 |
| Binary | 11000001 | 0 | 1000101 | 0 | 1100100 | 1000000 | 11000 | 101010011 | 1100100 | 100110 |
Color Harmonies of #C10045
Complementary color
Monochromatic Colors of #C10045
Black with #C10045
Text Example
Text Example
White with #C10045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10045; }
p { color: rgb(193,0,69); }
H1.HeaderClassName
{
color: #C10045;
}
.AnyTagClassName
{
color: #C10045;
}
</style>
background-color css
<style>
a { background-color: #C10045; }
a { background-color: rgb(193,0,69); }
div.DivClassName
{
background-color: #C10045;
}
.BgClassName
{
background-color: #C10045;
}
</style>
border-color css
<style>
span { border-color: #C10045; }
span { border-color: rgb(193,0,69); }
td.TdClassName
{
border-color: #C10045;
}
.TagClassName
{
border-color: #C10045;
}
</style>