Shades of Cardinal #AE1329
Tints of Cardinal #AE1329
RGB
CMYK
RGB Variations
Color information
#AE1329 (or 0xAE1329) is known color: Cardinal. HEX triplet: AE, 13 and 29. RGB value is (174,19,41). Sum of RGB (Red+Green+Blue) = 174+19+41=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1329 is #51ECD6. Grayscale: #434343. Windows color (decimal): -5369047 or 2692014. OLE color: 2692014.
HSL color Cylindrical-coordinate representation of color #AE1329: hue angle of 351.48º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1329 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 41 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.32 |
| HSL | 351.48º | 0.8% | 0.38% | - |
| HSV(B) | 351.48º | 0.89% | 0.68% | - |
| XYZ | 18.09 | 9.62 | 3 | - |
| YUV | 67.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 41 | 0 | 0.89 | 0.76 | 0.32 | 351.48 | 0.8 | 0.38 |
| Hex | AE | 13 | 29 | 0 | 59 | 4C | 20 | 15F | 50 | 26 |
| Octal | 256 | 23 | 51 | 0 | 131 | 114 | 40 | 537 | 120 | 46 |
| Binary | 10101110 | 10011 | 101001 | 0 | 1011001 | 1001100 | 100000 | 101011111 | 1010000 | 100110 |
Color Harmonies of #AE1329
Complementary color
Monochromatic Colors of #AE1329
Black with #AE1329
Text Example
Text Example
White with #AE1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1329; }
p { color: rgb(174,19,41); }
H1.HeaderClassName
{
color: #AE1329;
}
.AnyTagClassName
{
color: #AE1329;
}
</style>
background-color css
<style>
a { background-color: #AE1329; }
a { background-color: rgb(174,19,41); }
div.DivClassName
{
background-color: #AE1329;
}
.BgClassName
{
background-color: #AE1329;
}
</style>
border-color css
<style>
span { border-color: #AE1329; }
span { border-color: rgb(174,19,41); }
td.TdClassName
{
border-color: #AE1329;
}
.TagClassName
{
border-color: #AE1329;
}
</style>