Shades of Cardinal #C0153A
Tints of Cardinal #C0153A
RGB
CMYK
RGB Variations
Color information
#C0153A (or 0xC0153A) is known color: Cardinal. HEX triplet: C0, 15 and 3A. RGB value is (192,21,58). Sum of RGB (Red+Green+Blue) = 192+21+58=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0153A is #3FEAC5. Grayscale: #4C4C4C. Windows color (decimal): -4188870 or 3806656. OLE color: 3806656.
HSL color Cylindrical-coordinate representation of color #C0153A: hue angle of 347.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0153A is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 58 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.25 |
| HSL | 347.02º | 0.8% | 0.42% | - |
| HSV(B) | 347.02º | 0.89% | 0.75% | - |
| XYZ | 22.77 | 12.05 | 5.13 | - |
| YUV | 76.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 58 | 0 | 0.89 | 0.70 | 0.25 | 347.02 | 0.8 | 0.42 |
| Hex | C0 | 15 | 3A | 0 | 59 | 46 | 19 | 15B | 50 | 2A |
| Octal | 300 | 25 | 72 | 0 | 131 | 106 | 31 | 533 | 120 | 52 |
| Binary | 11000000 | 10101 | 111010 | 0 | 1011001 | 1000110 | 11001 | 101011011 | 1010000 | 101010 |
Color Harmonies of #C0153A
Complementary color
Monochromatic Colors of #C0153A
Black with #C0153A
Text Example
Text Example
White with #C0153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0153A; }
p { color: rgb(192,21,58); }
H1.HeaderClassName
{
color: #C0153A;
}
.AnyTagClassName
{
color: #C0153A;
}
</style>
background-color css
<style>
a { background-color: #C0153A; }
a { background-color: rgb(192,21,58); }
div.DivClassName
{
background-color: #C0153A;
}
.BgClassName
{
background-color: #C0153A;
}
</style>
border-color css
<style>
span { border-color: #C0153A; }
span { border-color: rgb(192,21,58); }
td.TdClassName
{
border-color: #C0153A;
}
.TagClassName
{
border-color: #C0153A;
}
</style>