Shades of Cardinal #C3122D
Tints of Cardinal #C3122D
RGB
CMYK
RGB Variations
Color information
#C3122D (or 0xC3122D) is known color: Cardinal. HEX triplet: C3, 12 and 2D. RGB value is (195,18,45). Sum of RGB (Red+Green+Blue) = 195+18+45=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3122D is #3CEDD2. Grayscale: #4A4A4A. Windows color (decimal): -3993043 or 2953923. OLE color: 2953923.
HSL color Cylindrical-coordinate representation of color #C3122D: hue angle of 350.85º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3122D is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 45 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.24 |
| HSL | 350.85º | 0.83% | 0.42% | - |
| HSV(B) | 350.85º | 0.91% | 0.76% | - |
| XYZ | 23.2 | 12.22 | 3.62 | - |
| YUV | 74 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 45 | 0 | 0.91 | 0.77 | 0.24 | 350.85 | 0.83 | 0.42 |
| Hex | C3 | 12 | 2D | 0 | 5B | 4D | 18 | 15F | 53 | 2A |
| Octal | 303 | 22 | 55 | 0 | 133 | 115 | 30 | 537 | 123 | 52 |
| Binary | 11000011 | 10010 | 101101 | 0 | 1011011 | 1001101 | 11000 | 101011111 | 1010011 | 101010 |
Color Harmonies of #C3122D
Complementary color
Monochromatic Colors of #C3122D
Black with #C3122D
Text Example
Text Example
White with #C3122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3122D; }
p { color: rgb(195,18,45); }
H1.HeaderClassName
{
color: #C3122D;
}
.AnyTagClassName
{
color: #C3122D;
}
</style>
background-color css
<style>
a { background-color: #C3122D; }
a { background-color: rgb(195,18,45); }
div.DivClassName
{
background-color: #C3122D;
}
.BgClassName
{
background-color: #C3122D;
}
</style>
border-color css
<style>
span { border-color: #C3122D; }
span { border-color: rgb(195,18,45); }
td.TdClassName
{
border-color: #C3122D;
}
.TagClassName
{
border-color: #C3122D;
}
</style>