Shades of Cardinal #C02638
Tints of Cardinal #C02638
RGB
CMYK
RGB Variations
Color information
#C02638 (or 0xC02638) is known color: Cardinal. HEX triplet: C0, 26 and 38. RGB value is (192,38,56). Sum of RGB (Red+Green+Blue) = 192+38+56=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C02638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02638 is #3FD9C7. Grayscale: #565656. Windows color (decimal): -4184520 or 3679936. OLE color: 3679936.
HSL color Cylindrical-coordinate representation of color #C02638: hue angle of 352.99º 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 #C02638 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 56 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.25 |
| HSL | 352.99º | 0.67% | 0.45% | - |
| HSV(B) | 352.99º | 0.8% | 0.75% | - |
| XYZ | 23.15 | 12.88 | 5.01 | - |
| YUV | 86.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 56 | 0 | 0.80 | 0.71 | 0.25 | 352.99 | 0.67 | 0.45 |
| Hex | C0 | 26 | 38 | 0 | 50 | 47 | 19 | 161 | 43 | 2D |
| Octal | 300 | 46 | 70 | 0 | 120 | 107 | 31 | 541 | 103 | 55 |
| Binary | 11000000 | 100110 | 111000 | 0 | 1010000 | 1000111 | 11001 | 101100001 | 1000011 | 101101 |
Color Harmonies of #C02638
Complementary color
Monochromatic Colors of #C02638
Black with #C02638
Text Example
Text Example
White with #C02638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02638; }
p { color: rgb(192,38,56); }
H1.HeaderClassName
{
color: #C02638;
}
.AnyTagClassName
{
color: #C02638;
}
</style>
background-color css
<style>
a { background-color: #C02638; }
a { background-color: rgb(192,38,56); }
div.DivClassName
{
background-color: #C02638;
}
.BgClassName
{
background-color: #C02638;
}
</style>
border-color css
<style>
span { border-color: #C02638; }
span { border-color: rgb(192,38,56); }
td.TdClassName
{
border-color: #C02638;
}
.TagClassName
{
border-color: #C02638;
}
</style>