Shades of Cardinal #C0153B
Tints of Cardinal #C0153B
RGB
CMYK
RGB Variations
Color information
#C0153B (or 0xC0153B) is known color: Cardinal. HEX triplet: C0, 15 and 3B. RGB value is (192,21,59). Sum of RGB (Red+Green+Blue) = 192+21+59=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0153B is #3FEAC4. Grayscale: #4C4C4C. Windows color (decimal): -4188869 or 3872192. OLE color: 3872192.
HSL color Cylindrical-coordinate representation of color #C0153B: hue angle of 346.67º 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 #C0153B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 59 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.25 |
| HSL | 346.67º | 0.8% | 0.42% | - |
| HSV(B) | 346.67º | 0.89% | 0.75% | - |
| XYZ | 22.8 | 12.06 | 5.26 | - |
| YUV | 76.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 59 | 0 | 0.89 | 0.69 | 0.25 | 346.67 | 0.8 | 0.42 |
| Hex | C0 | 15 | 3B | 0 | 59 | 45 | 19 | 15B | 50 | 2A |
| Octal | 300 | 25 | 73 | 0 | 131 | 105 | 31 | 533 | 120 | 52 |
| Binary | 11000000 | 10101 | 111011 | 0 | 1011001 | 1000101 | 11001 | 101011011 | 1010000 | 101010 |
Color Harmonies of #C0153B
Complementary color
Monochromatic Colors of #C0153B
Black with #C0153B
Text Example
Text Example
White with #C0153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0153B; }
p { color: rgb(192,21,59); }
H1.HeaderClassName
{
color: #C0153B;
}
.AnyTagClassName
{
color: #C0153B;
}
</style>
background-color css
<style>
a { background-color: #C0153B; }
a { background-color: rgb(192,21,59); }
div.DivClassName
{
background-color: #C0153B;
}
.BgClassName
{
background-color: #C0153B;
}
</style>
border-color css
<style>
span { border-color: #C0153B; }
span { border-color: rgb(192,21,59); }
td.TdClassName
{
border-color: #C0153B;
}
.TagClassName
{
border-color: #C0153B;
}
</style>