Shades of Cardinal #AE142C
Tints of Cardinal #AE142C
RGB
CMYK
RGB Variations
Color information
#AE142C (or 0xAE142C) is known color: Cardinal. HEX triplet: AE, 14 and 2C. RGB value is (174,20,44). Sum of RGB (Red+Green+Blue) = 174+20+44=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE142C is #51EBD3. Grayscale: #444444. Windows color (decimal): -5368788 or 2888878. OLE color: 2888878.
HSL color Cylindrical-coordinate representation of color #AE142C: hue angle of 350.65º degrees, saturation: 0.79, 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 #AE142C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 44 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.32 |
| HSL | 350.65º | 0.79% | 0.38% | - |
| HSV(B) | 350.65º | 0.89% | 0.68% | - |
| XYZ | 18.16 | 9.68 | 3.29 | - |
| YUV | 68.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 44 | 0 | 0.89 | 0.75 | 0.32 | 350.65 | 0.79 | 0.38 |
| Hex | AE | 14 | 2C | 0 | 59 | 4B | 20 | 15F | 4F | 26 |
| Octal | 256 | 24 | 54 | 0 | 131 | 113 | 40 | 537 | 117 | 46 |
| Binary | 10101110 | 10100 | 101100 | 0 | 1011001 | 1001011 | 100000 | 101011111 | 1001111 | 100110 |
Color Harmonies of #AE142C
Complementary color
Monochromatic Colors of #AE142C
Black with #AE142C
Text Example
Text Example
White with #AE142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE142C; }
p { color: rgb(174,20,44); }
H1.HeaderClassName
{
color: #AE142C;
}
.AnyTagClassName
{
color: #AE142C;
}
</style>
background-color css
<style>
a { background-color: #AE142C; }
a { background-color: rgb(174,20,44); }
div.DivClassName
{
background-color: #AE142C;
}
.BgClassName
{
background-color: #AE142C;
}
</style>
border-color css
<style>
span { border-color: #AE142C; }
span { border-color: rgb(174,20,44); }
td.TdClassName
{
border-color: #AE142C;
}
.TagClassName
{
border-color: #AE142C;
}
</style>