Shades of Cardinal #AE202D
Tints of Cardinal #AE202D
RGB
CMYK
RGB Variations
Color information
#AE202D (or 0xAE202D) is known color: Cardinal. HEX triplet: AE, 20 and 2D. RGB value is (174,32,45). Sum of RGB (Red+Green+Blue) = 174+32+45=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE202D is #51DFD2. Grayscale: #4C4C4C. Windows color (decimal): -5365715 or 2957486. OLE color: 2957486.
HSL color Cylindrical-coordinate representation of color #AE202D: hue angle of 354.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE202D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 45 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.32 |
| HSL | 354.51º | 0.69% | 0.4% | - |
| HSV(B) | 354.51º | 0.82% | 0.68% | - |
| XYZ | 18.45 | 10.22 | 3.48 | - |
| YUV | 75.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 45 | 0 | 0.82 | 0.74 | 0.32 | 354.51 | 0.69 | 0.4 |
| Hex | AE | 20 | 2D | 0 | 52 | 4A | 20 | 163 | 45 | 28 |
| Octal | 256 | 40 | 55 | 0 | 122 | 112 | 40 | 543 | 105 | 50 |
| Binary | 10101110 | 100000 | 101101 | 0 | 1010010 | 1001010 | 100000 | 101100011 | 1000101 | 101000 |
Color Harmonies of #AE202D
Complementary color
Monochromatic Colors of #AE202D
Black with #AE202D
Text Example
Text Example
White with #AE202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE202D; }
p { color: rgb(174,32,45); }
H1.HeaderClassName
{
color: #AE202D;
}
.AnyTagClassName
{
color: #AE202D;
}
</style>
background-color css
<style>
a { background-color: #AE202D; }
a { background-color: rgb(174,32,45); }
div.DivClassName
{
background-color: #AE202D;
}
.BgClassName
{
background-color: #AE202D;
}
</style>
border-color css
<style>
span { border-color: #AE202D; }
span { border-color: rgb(174,32,45); }
td.TdClassName
{
border-color: #AE202D;
}
.TagClassName
{
border-color: #AE202D;
}
</style>