Shades of Cardinal #C32146
Tints of Cardinal #C32146
RGB
CMYK
RGB Variations
Color information
#C32146 (or 0xC32146) is known color: Cardinal. HEX triplet: C3, 21 and 46. RGB value is (195,33,70). Sum of RGB (Red+Green+Blue) = 195+33+70=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C32146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32146 is #3CDEB9. Grayscale: #555555. Windows color (decimal): -3989178 or 4596163. OLE color: 4596163.
HSL color Cylindrical-coordinate representation of color #C32146: hue angle of 346.3º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32146 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 70 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.24 |
| HSL | 346.3º | 0.71% | 0.45% | - |
| HSV(B) | 346.3º | 0.83% | 0.76% | - |
| XYZ | 24.16 | 13.13 | 7.06 | - |
| YUV | 85.66 | 119.17 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 70 | 0 | 0.83 | 0.64 | 0.24 | 346.3 | 0.71 | 0.45 |
| Hex | C3 | 21 | 46 | 0 | 53 | 40 | 18 | 15A | 47 | 2D |
| Octal | 303 | 41 | 106 | 0 | 123 | 100 | 30 | 532 | 107 | 55 |
| Binary | 11000011 | 100001 | 1000110 | 0 | 1010011 | 1000000 | 11000 | 101011010 | 1000111 | 101101 |
Color Harmonies of #C32146
Complementary color
Monochromatic Colors of #C32146
Black with #C32146
Text Example
Text Example
White with #C32146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32146; }
p { color: rgb(195,33,70); }
H1.HeaderClassName
{
color: #C32146;
}
.AnyTagClassName
{
color: #C32146;
}
</style>
background-color css
<style>
a { background-color: #C32146; }
a { background-color: rgb(195,33,70); }
div.DivClassName
{
background-color: #C32146;
}
.BgClassName
{
background-color: #C32146;
}
</style>
border-color css
<style>
span { border-color: #C32146; }
span { border-color: rgb(195,33,70); }
td.TdClassName
{
border-color: #C32146;
}
.TagClassName
{
border-color: #C32146;
}
</style>