Shades of Cardinal #C02636
Tints of Cardinal #C02636
RGB
CMYK
RGB Variations
Color information
#C02636 (or 0xC02636) is known color: Cardinal. HEX triplet: C0, 26 and 36. RGB value is (192,38,54). Sum of RGB (Red+Green+Blue) = 192+38+54=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C02636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02636 is #3FD9C9. Grayscale: #555555. Windows color (decimal): -4184522 or 3548864. OLE color: 3548864.
HSL color Cylindrical-coordinate representation of color #C02636: hue angle of 353.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02636 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 54 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.25 |
| HSL | 353.77º | 0.67% | 0.45% | - |
| HSV(B) | 353.77º | 0.8% | 0.75% | - |
| XYZ | 23.1 | 12.86 | 4.75 | - |
| YUV | 85.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 54 | 0 | 0.80 | 0.72 | 0.25 | 353.77 | 0.67 | 0.45 |
| Hex | C0 | 26 | 36 | 0 | 50 | 48 | 19 | 162 | 43 | 2D |
| Octal | 300 | 46 | 66 | 0 | 120 | 110 | 31 | 542 | 103 | 55 |
| Binary | 11000000 | 100110 | 110110 | 0 | 1010000 | 1001000 | 11001 | 101100010 | 1000011 | 101101 |
Color Harmonies of #C02636
Complementary color
Monochromatic Colors of #C02636
Black with #C02636
Text Example
Text Example
White with #C02636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02636; }
p { color: rgb(192,38,54); }
H1.HeaderClassName
{
color: #C02636;
}
.AnyTagClassName
{
color: #C02636;
}
</style>
background-color css
<style>
a { background-color: #C02636; }
a { background-color: rgb(192,38,54); }
div.DivClassName
{
background-color: #C02636;
}
.BgClassName
{
background-color: #C02636;
}
</style>
border-color css
<style>
span { border-color: #C02636; }
span { border-color: rgb(192,38,54); }
td.TdClassName
{
border-color: #C02636;
}
.TagClassName
{
border-color: #C02636;
}
</style>