Shades of Cardinal #AE2028
Tints of Cardinal #AE2028
RGB
CMYK
RGB Variations
Color information
#AE2028 (or 0xAE2028) is known color: Cardinal. HEX triplet: AE, 20 and 28. RGB value is (174,32,40). Sum of RGB (Red+Green+Blue) = 174+32+40=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2028 is #51DFD7. Grayscale: #4B4B4B. Windows color (decimal): -5365720 or 2629806. OLE color: 2629806.
HSL color Cylindrical-coordinate representation of color #AE2028: hue angle of 356.62º 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 #AE2028 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 40 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.32 |
| HSL | 356.62º | 0.69% | 0.4% | - |
| HSV(B) | 356.62º | 0.82% | 0.68% | - |
| XYZ | 18.36 | 10.18 | 3.01 | - |
| YUV | 75.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 40 | 0 | 0.82 | 0.77 | 0.32 | 356.62 | 0.69 | 0.4 |
| Hex | AE | 20 | 28 | 0 | 52 | 4D | 20 | 165 | 45 | 28 |
| Octal | 256 | 40 | 50 | 0 | 122 | 115 | 40 | 545 | 105 | 50 |
| Binary | 10101110 | 100000 | 101000 | 0 | 1010010 | 1001101 | 100000 | 101100101 | 1000101 | 101000 |
Color Harmonies of #AE2028
Complementary color
Monochromatic Colors of #AE2028
Black with #AE2028
Text Example
Text Example
White with #AE2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2028; }
p { color: rgb(174,32,40); }
H1.HeaderClassName
{
color: #AE2028;
}
.AnyTagClassName
{
color: #AE2028;
}
</style>
background-color css
<style>
a { background-color: #AE2028; }
a { background-color: rgb(174,32,40); }
div.DivClassName
{
background-color: #AE2028;
}
.BgClassName
{
background-color: #AE2028;
}
</style>
border-color css
<style>
span { border-color: #AE2028; }
span { border-color: rgb(174,32,40); }
td.TdClassName
{
border-color: #AE2028;
}
.TagClassName
{
border-color: #AE2028;
}
</style>