Shades of Cardinal #AE1A28
Tints of Cardinal #AE1A28
RGB
CMYK
RGB Variations
Color information
#AE1A28 (or 0xAE1A28) is known color: Cardinal. HEX triplet: AE, 1A and 28. RGB value is (174,26,40). Sum of RGB (Red+Green+Blue) = 174+26+40=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A28 is #51E5D7. Grayscale: #474747. Windows color (decimal): -5367256 or 2628270. OLE color: 2628270.
HSL color Cylindrical-coordinate representation of color #AE1A28: hue angle of 354.32º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A28 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 40 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.32 |
| HSL | 354.32º | 0.74% | 0.39% | - |
| HSV(B) | 354.32º | 0.85% | 0.68% | - |
| XYZ | 18.21 | 9.89 | 2.96 | - |
| YUV | 71.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 40 | 0 | 0.85 | 0.77 | 0.32 | 354.32 | 0.74 | 0.39 |
| Hex | AE | 1A | 28 | 0 | 55 | 4D | 20 | 162 | 4A | 27 |
| Octal | 256 | 32 | 50 | 0 | 125 | 115 | 40 | 542 | 112 | 47 |
| Binary | 10101110 | 11010 | 101000 | 0 | 1010101 | 1001101 | 100000 | 101100010 | 1001010 | 100111 |
Color Harmonies of #AE1A28
Complementary color
Monochromatic Colors of #AE1A28
Black with #AE1A28
Text Example
Text Example
White with #AE1A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A28; }
p { color: rgb(174,26,40); }
H1.HeaderClassName
{
color: #AE1A28;
}
.AnyTagClassName
{
color: #AE1A28;
}
</style>
background-color css
<style>
a { background-color: #AE1A28; }
a { background-color: rgb(174,26,40); }
div.DivClassName
{
background-color: #AE1A28;
}
.BgClassName
{
background-color: #AE1A28;
}
</style>
border-color css
<style>
span { border-color: #AE1A28; }
span { border-color: rgb(174,26,40); }
td.TdClassName
{
border-color: #AE1A28;
}
.TagClassName
{
border-color: #AE1A28;
}
</style>