Shades of Cardinal #C0202B
Tints of Cardinal #C0202B
RGB
CMYK
RGB Variations
Color information
#C0202B (or 0xC0202B) is known color: Cardinal. HEX triplet: C0, 20 and 2B. RGB value is (192,32,43). Sum of RGB (Red+Green+Blue) = 192+32+43=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C0202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0202B is #3FDFD4. Grayscale: #515151. Windows color (decimal): -4186069 or 2826432. OLE color: 2826432.
HSL color Cylindrical-coordinate representation of color #C0202B: hue angle of 355.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 #C0202B is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 43 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.25 |
| HSL | 355.88º | 0.71% | 0.44% | - |
| HSV(B) | 355.88º | 0.83% | 0.75% | - |
| XYZ | 22.69 | 12.41 | 3.49 | - |
| YUV | 81.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 43 | 0 | 0.83 | 0.78 | 0.25 | 355.88 | 0.71 | 0.44 |
| Hex | C0 | 20 | 2B | 0 | 53 | 4E | 19 | 164 | 47 | 2C |
| Octal | 300 | 40 | 53 | 0 | 123 | 116 | 31 | 544 | 107 | 54 |
| Binary | 11000000 | 100000 | 101011 | 0 | 1010011 | 1001110 | 11001 | 101100100 | 1000111 | 101100 |
Color Harmonies of #C0202B
Complementary color
Monochromatic Colors of #C0202B
Black with #C0202B
Text Example
Text Example
White with #C0202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0202B; }
p { color: rgb(192,32,43); }
H1.HeaderClassName
{
color: #C0202B;
}
.AnyTagClassName
{
color: #C0202B;
}
</style>
background-color css
<style>
a { background-color: #C0202B; }
a { background-color: rgb(192,32,43); }
div.DivClassName
{
background-color: #C0202B;
}
.BgClassName
{
background-color: #C0202B;
}
</style>
border-color css
<style>
span { border-color: #C0202B; }
span { border-color: rgb(192,32,43); }
td.TdClassName
{
border-color: #C0202B;
}
.TagClassName
{
border-color: #C0202B;
}
</style>