Shades of Cardinal #C02038
Tints of Cardinal #C02038
RGB
CMYK
RGB Variations
Color information
#C02038 (or 0xC02038) is known color: Cardinal. HEX triplet: C0, 20 and 38. RGB value is (192,32,56). Sum of RGB (Red+Green+Blue) = 192+32+56=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C02038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02038 is #3FDFC7. Grayscale: #525252. Windows color (decimal): -4186056 or 3678400. OLE color: 3678400.
HSL color Cylindrical-coordinate representation of color #C02038: hue angle of 351º 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 #C02038 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 56 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.25 |
| HSL | 351º | 0.71% | 0.44% | - |
| HSV(B) | 351º | 0.83% | 0.75% | - |
| XYZ | 22.97 | 12.53 | 4.95 | - |
| YUV | 82.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 56 | 0 | 0.83 | 0.71 | 0.25 | 351 | 0.71 | 0.44 |
| Hex | C0 | 20 | 38 | 0 | 53 | 47 | 19 | 15F | 47 | 2C |
| Octal | 300 | 40 | 70 | 0 | 123 | 107 | 31 | 537 | 107 | 54 |
| Binary | 11000000 | 100000 | 111000 | 0 | 1010011 | 1000111 | 11001 | 101011111 | 1000111 | 101100 |
Color Harmonies of #C02038
Complementary color
Monochromatic Colors of #C02038
Black with #C02038
Text Example
Text Example
White with #C02038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02038; }
p { color: rgb(192,32,56); }
H1.HeaderClassName
{
color: #C02038;
}
.AnyTagClassName
{
color: #C02038;
}
</style>
background-color css
<style>
a { background-color: #C02038; }
a { background-color: rgb(192,32,56); }
div.DivClassName
{
background-color: #C02038;
}
.BgClassName
{
background-color: #C02038;
}
</style>
border-color css
<style>
span { border-color: #C02038; }
span { border-color: rgb(192,32,56); }
td.TdClassName
{
border-color: #C02038;
}
.TagClassName
{
border-color: #C02038;
}
</style>