Shades of Cardinal #C3162D
Tints of Cardinal #C3162D
RGB
CMYK
RGB Variations
Color information
#C3162D (or 0xC3162D) is known color: Cardinal. HEX triplet: C3, 16 and 2D. RGB value is (195,22,45). Sum of RGB (Red+Green+Blue) = 195+22+45=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3162D is #3CE9D2. Grayscale: #4C4C4C. Windows color (decimal): -3992019 or 2954947. OLE color: 2954947.
HSL color Cylindrical-coordinate representation of color #C3162D: hue angle of 352.02º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3162D is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 45 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.24 |
| HSL | 352.02º | 0.8% | 0.43% | - |
| HSV(B) | 352.02º | 0.89% | 0.76% | - |
| XYZ | 23.27 | 12.37 | 3.64 | - |
| YUV | 76.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 45 | 0 | 0.89 | 0.77 | 0.24 | 352.02 | 0.8 | 0.43 |
| Hex | C3 | 16 | 2D | 0 | 59 | 4D | 18 | 160 | 50 | 2B |
| Octal | 303 | 26 | 55 | 0 | 131 | 115 | 30 | 540 | 120 | 53 |
| Binary | 11000011 | 10110 | 101101 | 0 | 1011001 | 1001101 | 11000 | 101100000 | 1010000 | 101011 |
Color Harmonies of #C3162D
Complementary color
Monochromatic Colors of #C3162D
Black with #C3162D
Text Example
Text Example
White with #C3162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3162D; }
p { color: rgb(195,22,45); }
H1.HeaderClassName
{
color: #C3162D;
}
.AnyTagClassName
{
color: #C3162D;
}
</style>
background-color css
<style>
a { background-color: #C3162D; }
a { background-color: rgb(195,22,45); }
div.DivClassName
{
background-color: #C3162D;
}
.BgClassName
{
background-color: #C3162D;
}
</style>
border-color css
<style>
span { border-color: #C3162D; }
span { border-color: rgb(195,22,45); }
td.TdClassName
{
border-color: #C3162D;
}
.TagClassName
{
border-color: #C3162D;
}
</style>