Shades of Cardinal #C3202B
Tints of Cardinal #C3202B
RGB
CMYK
RGB Variations
Color information
#C3202B (or 0xC3202B) is known color: Cardinal. HEX triplet: C3, 20 and 2B. RGB value is (195,32,43). Sum of RGB (Red+Green+Blue) = 195+32+43=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C3202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3202B is #3CDFD4. Grayscale: #525252. Windows color (decimal): -3989461 or 2826435. OLE color: 2826435.
HSL color Cylindrical-coordinate representation of color #C3202B: hue angle of 355.95º 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 #C3202B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 43 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.24 |
| HSL | 355.95º | 0.72% | 0.45% | - |
| HSV(B) | 355.95º | 0.84% | 0.76% | - |
| XYZ | 23.46 | 12.81 | 3.52 | - |
| YUV | 81.99 | 106 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 43 | 0 | 0.84 | 0.78 | 0.24 | 355.95 | 0.72 | 0.45 |
| Hex | C3 | 20 | 2B | 0 | 54 | 4E | 18 | 164 | 48 | 2D |
| Octal | 303 | 40 | 53 | 0 | 124 | 116 | 30 | 544 | 110 | 55 |
| Binary | 11000011 | 100000 | 101011 | 0 | 1010100 | 1001110 | 11000 | 101100100 | 1001000 | 101101 |
Color Harmonies of #C3202B
Complementary color
Monochromatic Colors of #C3202B
Black with #C3202B
Text Example
Text Example
White with #C3202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3202B; }
p { color: rgb(195,32,43); }
H1.HeaderClassName
{
color: #C3202B;
}
.AnyTagClassName
{
color: #C3202B;
}
</style>
background-color css
<style>
a { background-color: #C3202B; }
a { background-color: rgb(195,32,43); }
div.DivClassName
{
background-color: #C3202B;
}
.BgClassName
{
background-color: #C3202B;
}
</style>
border-color css
<style>
span { border-color: #C3202B; }
span { border-color: rgb(195,32,43); }
td.TdClassName
{
border-color: #C3202B;
}
.TagClassName
{
border-color: #C3202B;
}
</style>