Shades of Cardinal #C02936
Tints of Cardinal #C02936
RGB
CMYK
RGB Variations
Color information
#C02936 (or 0xC02936) is known color: Cardinal. HEX triplet: C0, 29 and 36. RGB value is (192,41,54). Sum of RGB (Red+Green+Blue) = 192+41+54=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C02936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02936 is #3FD6C9. Grayscale: #575757. Windows color (decimal): -4183754 or 3549632. OLE color: 3549632.
HSL color Cylindrical-coordinate representation of color #C02936: hue angle of 354.83º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02936 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 54 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.25 |
| HSL | 354.83º | 0.65% | 0.46% | - |
| HSV(B) | 354.83º | 0.79% | 0.75% | - |
| XYZ | 23.2 | 13.06 | 4.79 | - |
| YUV | 87.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 54 | 0 | 0.79 | 0.72 | 0.25 | 354.83 | 0.65 | 0.46 |
| Hex | C0 | 29 | 36 | 0 | 4F | 48 | 19 | 163 | 41 | 2E |
| Octal | 300 | 51 | 66 | 0 | 117 | 110 | 31 | 543 | 101 | 56 |
| Binary | 11000000 | 101001 | 110110 | 0 | 1001111 | 1001000 | 11001 | 101100011 | 1000001 | 101110 |
Color Harmonies of #C02936
Complementary color
Monochromatic Colors of #C02936
Black with #C02936
Text Example
Text Example
White with #C02936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02936; }
p { color: rgb(192,41,54); }
H1.HeaderClassName
{
color: #C02936;
}
.AnyTagClassName
{
color: #C02936;
}
</style>
background-color css
<style>
a { background-color: #C02936; }
a { background-color: rgb(192,41,54); }
div.DivClassName
{
background-color: #C02936;
}
.BgClassName
{
background-color: #C02936;
}
</style>
border-color css
<style>
span { border-color: #C02936; }
span { border-color: rgb(192,41,54); }
td.TdClassName
{
border-color: #C02936;
}
.TagClassName
{
border-color: #C02936;
}
</style>