Shades of Cardinal #C10536
Tints of Cardinal #C10536
RGB
CMYK
RGB Variations
Color information
#C10536 (or 0xC10536) is known color: Cardinal. HEX triplet: C1, 05 and 36. RGB value is (193,5,54). Sum of RGB (Red+Green+Blue) = 193+5+54=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C10536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10536 is #3EFAC9. Grayscale: #424242. Windows color (decimal): -4127434 or 3540417. OLE color: 3540417.
HSL color Cylindrical-coordinate representation of color #C10536: hue angle of 344.36º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10536 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 54 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.24 |
| HSL | 344.36º | 0.95% | 0.39% | - |
| HSV(B) | 344.36º | 0.97% | 0.76% | - |
| XYZ | 22.71 | 11.71 | 4.55 | - |
| YUV | 66.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 54 | 0 | 0.97 | 0.72 | 0.24 | 344.36 | 0.95 | 0.39 |
| Hex | C1 | 5 | 36 | 0 | 61 | 48 | 18 | 158 | 5F | 27 |
| Octal | 301 | 5 | 66 | 0 | 141 | 110 | 30 | 530 | 137 | 47 |
| Binary | 11000001 | 101 | 110110 | 0 | 1100001 | 1001000 | 11000 | 101011000 | 1011111 | 100111 |
Color Harmonies of #C10536
Complementary color
Monochromatic Colors of #C10536
Black with #C10536
Text Example
Text Example
White with #C10536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10536; }
p { color: rgb(193,5,54); }
H1.HeaderClassName
{
color: #C10536;
}
.AnyTagClassName
{
color: #C10536;
}
</style>
background-color css
<style>
a { background-color: #C10536; }
a { background-color: rgb(193,5,54); }
div.DivClassName
{
background-color: #C10536;
}
.BgClassName
{
background-color: #C10536;
}
</style>
border-color css
<style>
span { border-color: #C10536; }
span { border-color: rgb(193,5,54); }
td.TdClassName
{
border-color: #C10536;
}
.TagClassName
{
border-color: #C10536;
}
</style>