Shades of Cardinal #C32045
Tints of Cardinal #C32045
RGB
CMYK
RGB Variations
Color information
#C32045 (or 0xC32045) is known color: Cardinal. HEX triplet: C3, 20 and 45. RGB value is (195,32,69). Sum of RGB (Red+Green+Blue) = 195+32+69=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C32045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32045 is #3CDFBA. Grayscale: #545454. Windows color (decimal): -3989435 or 4530371. OLE color: 4530371.
HSL color Cylindrical-coordinate representation of color #C32045: hue angle of 346.38º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32045 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 69 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.24 |
| HSL | 346.38º | 0.72% | 0.45% | - |
| HSV(B) | 346.38º | 0.84% | 0.76% | - |
| XYZ | 24.1 | 13.06 | 6.88 | - |
| YUV | 84.96 | 119 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 69 | 0 | 0.84 | 0.65 | 0.24 | 346.38 | 0.72 | 0.45 |
| Hex | C3 | 20 | 45 | 0 | 54 | 41 | 18 | 15A | 48 | 2D |
| Octal | 303 | 40 | 105 | 0 | 124 | 101 | 30 | 532 | 110 | 55 |
| Binary | 11000011 | 100000 | 1000101 | 0 | 1010100 | 1000001 | 11000 | 101011010 | 1001000 | 101101 |
Color Harmonies of #C32045
Complementary color
Monochromatic Colors of #C32045
Black with #C32045
Text Example
Text Example
White with #C32045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32045; }
p { color: rgb(195,32,69); }
H1.HeaderClassName
{
color: #C32045;
}
.AnyTagClassName
{
color: #C32045;
}
</style>
background-color css
<style>
a { background-color: #C32045; }
a { background-color: rgb(195,32,69); }
div.DivClassName
{
background-color: #C32045;
}
.BgClassName
{
background-color: #C32045;
}
</style>
border-color css
<style>
span { border-color: #C32045; }
span { border-color: rgb(195,32,69); }
td.TdClassName
{
border-color: #C32045;
}
.TagClassName
{
border-color: #C32045;
}
</style>