Shades of Cardinal #C0203B
Tints of Cardinal #C0203B
RGB
CMYK
RGB Variations
Color information
#C0203B (or 0xC0203B) is known color: Cardinal. HEX triplet: C0, 20 and 3B. RGB value is (192,32,59). Sum of RGB (Red+Green+Blue) = 192+32+59=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0203B is #3FDFC4. Grayscale: #525252. Windows color (decimal): -4186053 or 3875008. OLE color: 3875008.
HSL color Cylindrical-coordinate representation of color #C0203B: hue angle of 349.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0203B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 59 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.25 |
| HSL | 349.88º | 0.71% | 0.44% | - |
| HSV(B) | 349.88º | 0.83% | 0.75% | - |
| XYZ | 23.04 | 12.56 | 5.35 | - |
| YUV | 82.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 59 | 0 | 0.83 | 0.69 | 0.25 | 349.88 | 0.71 | 0.44 |
| Hex | C0 | 20 | 3B | 0 | 53 | 45 | 19 | 15E | 47 | 2C |
| Octal | 300 | 40 | 73 | 0 | 123 | 105 | 31 | 536 | 107 | 54 |
| Binary | 11000000 | 100000 | 111011 | 0 | 1010011 | 1000101 | 11001 | 101011110 | 1000111 | 101100 |
Color Harmonies of #C0203B
Complementary color
Monochromatic Colors of #C0203B
Black with #C0203B
Text Example
Text Example
White with #C0203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0203B; }
p { color: rgb(192,32,59); }
H1.HeaderClassName
{
color: #C0203B;
}
.AnyTagClassName
{
color: #C0203B;
}
</style>
background-color css
<style>
a { background-color: #C0203B; }
a { background-color: rgb(192,32,59); }
div.DivClassName
{
background-color: #C0203B;
}
.BgClassName
{
background-color: #C0203B;
}
</style>
border-color css
<style>
span { border-color: #C0203B; }
span { border-color: rgb(192,32,59); }
td.TdClassName
{
border-color: #C0203B;
}
.TagClassName
{
border-color: #C0203B;
}
</style>