Shades of Cardinal #C72032
Tints of Cardinal #C72032
RGB
CMYK
RGB Variations
Color information
#C72032 (or 0xC72032) is known color: Cardinal. HEX triplet: C7, 20 and 32. RGB value is (199,32,50). Sum of RGB (Red+Green+Blue) = 199+32+50=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C72032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72032 is #38DFCD. Grayscale: #545454. Windows color (decimal): -3727310 or 3285191. OLE color: 3285191.
HSL color Cylindrical-coordinate representation of color #C72032: hue angle of 353.53º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72032 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 50 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.22 |
| HSL | 353.53º | 0.72% | 0.45% | - |
| HSV(B) | 353.53º | 0.84% | 0.78% | - |
| XYZ | 24.65 | 13.41 | 4.31 | - |
| YUV | 83.99 | 108.83 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 50 | 0 | 0.84 | 0.75 | 0.22 | 353.53 | 0.72 | 0.45 |
| Hex | C7 | 20 | 32 | 0 | 54 | 4B | 16 | 162 | 48 | 2D |
| Octal | 307 | 40 | 62 | 0 | 124 | 113 | 26 | 542 | 110 | 55 |
| Binary | 11000111 | 100000 | 110010 | 0 | 1010100 | 1001011 | 10110 | 101100010 | 1001000 | 101101 |
Color Harmonies of #C72032
Complementary color
Monochromatic Colors of #C72032
Black with #C72032
Text Example
Text Example
White with #C72032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72032; }
p { color: rgb(199,32,50); }
H1.HeaderClassName
{
color: #C72032;
}
.AnyTagClassName
{
color: #C72032;
}
</style>
background-color css
<style>
a { background-color: #C72032; }
a { background-color: rgb(199,32,50); }
div.DivClassName
{
background-color: #C72032;
}
.BgClassName
{
background-color: #C72032;
}
</style>
border-color css
<style>
span { border-color: #C72032; }
span { border-color: rgb(199,32,50); }
td.TdClassName
{
border-color: #C72032;
}
.TagClassName
{
border-color: #C72032;
}
</style>