Shades of Cardinal #C60438
Tints of Cardinal #C60438
RGB
CMYK
RGB Variations
Color information
#C60438 (or 0xC60438) is known color: Cardinal. HEX triplet: C6, 04 and 38. RGB value is (198,4,56). Sum of RGB (Red+Green+Blue) = 198+4+56=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C60438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60438 is #39FBC7. Grayscale: #434343. Windows color (decimal): -3800008 or 3671238. OLE color: 3671238.
HSL color Cylindrical-coordinate representation of color #C60438: hue angle of 343.92º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60438 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.22 |
| HSL | 343.92º | 0.96% | 0.4% | - |
| HSV(B) | 343.92º | 0.98% | 0.78% | - |
| XYZ | 24.05 | 12.38 | 4.86 | - |
| YUV | 67.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 56 | 0 | 0.98 | 0.72 | 0.22 | 343.92 | 0.96 | 0.4 |
| Hex | C6 | 4 | 38 | 0 | 62 | 48 | 16 | 158 | 60 | 28 |
| Octal | 306 | 4 | 70 | 0 | 142 | 110 | 26 | 530 | 140 | 50 |
| Binary | 11000110 | 100 | 111000 | 0 | 1100010 | 1001000 | 10110 | 101011000 | 1100000 | 101000 |
Color Harmonies of #C60438
Complementary color
Monochromatic Colors of #C60438
Black with #C60438
Text Example
Text Example
White with #C60438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60438; }
p { color: rgb(198,4,56); }
H1.HeaderClassName
{
color: #C60438;
}
.AnyTagClassName
{
color: #C60438;
}
</style>
background-color css
<style>
a { background-color: #C60438; }
a { background-color: rgb(198,4,56); }
div.DivClassName
{
background-color: #C60438;
}
.BgClassName
{
background-color: #C60438;
}
</style>
border-color css
<style>
span { border-color: #C60438; }
span { border-color: rgb(198,4,56); }
td.TdClassName
{
border-color: #C60438;
}
.TagClassName
{
border-color: #C60438;
}
</style>