Shades of Cardinal #C82036
Tints of Cardinal #C82036
RGB
CMYK
RGB Variations
Color information
#C82036 (or 0xC82036) is known color: Cardinal. HEX triplet: C8, 20 and 36. RGB value is (200,32,54). Sum of RGB (Red+Green+Blue) = 200+32+54=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C82036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82036 is #37DFC9. Grayscale: #545454. Windows color (decimal): -3661770 or 3547336. OLE color: 3547336.
HSL color Cylindrical-coordinate representation of color #C82036: hue angle of 352.14º 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 #C82036 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 54 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.22 |
| HSL | 352.14º | 0.72% | 0.45% | - |
| HSV(B) | 352.14º | 0.84% | 0.78% | - |
| XYZ | 25 | 13.58 | 4.79 | - |
| YUV | 84.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 54 | 0 | 0.84 | 0.73 | 0.22 | 352.14 | 0.72 | 0.45 |
| Hex | C8 | 20 | 36 | 0 | 54 | 49 | 16 | 160 | 48 | 2D |
| Octal | 310 | 40 | 66 | 0 | 124 | 111 | 26 | 540 | 110 | 55 |
| Binary | 11001000 | 100000 | 110110 | 0 | 1010100 | 1001001 | 10110 | 101100000 | 1001000 | 101101 |
Color Harmonies of #C82036
Complementary color
Monochromatic Colors of #C82036
Black with #C82036
Text Example
Text Example
White with #C82036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82036; }
p { color: rgb(200,32,54); }
H1.HeaderClassName
{
color: #C82036;
}
.AnyTagClassName
{
color: #C82036;
}
</style>
background-color css
<style>
a { background-color: #C82036; }
a { background-color: rgb(200,32,54); }
div.DivClassName
{
background-color: #C82036;
}
.BgClassName
{
background-color: #C82036;
}
</style>
border-color css
<style>
span { border-color: #C82036; }
span { border-color: rgb(200,32,54); }
td.TdClassName
{
border-color: #C82036;
}
.TagClassName
{
border-color: #C82036;
}
</style>