Shades of Cardinal #C6043A
Tints of Cardinal #C6043A
RGB
CMYK
RGB Variations
Color information
#C6043A (or 0xC6043A) is known color: Cardinal. HEX triplet: C6, 04 and 3A. RGB value is (198,4,58). Sum of RGB (Red+Green+Blue) = 198+4+58=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6043A is #39FBC5. Grayscale: #444444. Windows color (decimal): -3800006 or 3802310. OLE color: 3802310.
HSL color Cylindrical-coordinate representation of color #C6043A: hue angle of 343.3º 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 #C6043A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.22 |
| HSL | 343.3º | 0.96% | 0.4% | - |
| HSV(B) | 343.3º | 0.98% | 0.78% | - |
| XYZ | 24.1 | 12.4 | 5.13 | - |
| YUV | 68.16 | 122.27 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 58 | 0 | 0.98 | 0.71 | 0.22 | 343.3 | 0.96 | 0.4 |
| Hex | C6 | 4 | 3A | 0 | 62 | 47 | 16 | 157 | 60 | 28 |
| Octal | 306 | 4 | 72 | 0 | 142 | 107 | 26 | 527 | 140 | 50 |
| Binary | 11000110 | 100 | 111010 | 0 | 1100010 | 1000111 | 10110 | 101010111 | 1100000 | 101000 |
Color Harmonies of #C6043A
Complementary color
Monochromatic Colors of #C6043A
Black with #C6043A
Text Example
Text Example
White with #C6043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6043A; }
p { color: rgb(198,4,58); }
H1.HeaderClassName
{
color: #C6043A;
}
.AnyTagClassName
{
color: #C6043A;
}
</style>
background-color css
<style>
a { background-color: #C6043A; }
a { background-color: rgb(198,4,58); }
div.DivClassName
{
background-color: #C6043A;
}
.BgClassName
{
background-color: #C6043A;
}
</style>
border-color css
<style>
span { border-color: #C6043A; }
span { border-color: rgb(198,4,58); }
td.TdClassName
{
border-color: #C6043A;
}
.TagClassName
{
border-color: #C6043A;
}
</style>