Shades of Cardinal #AE143A
Tints of Cardinal #AE143A
RGB
CMYK
RGB Variations
Color information
#AE143A (or 0xAE143A) is known color: Cardinal. HEX triplet: AE, 14 and 3A. RGB value is (174,20,58). Sum of RGB (Red+Green+Blue) = 174+20+58=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE143A is #51EBC5. Grayscale: #464646. Windows color (decimal): -5368774 or 3806382. OLE color: 3806382.
HSL color Cylindrical-coordinate representation of color #AE143A: hue angle of 345.19º 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 #AE143A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 58 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.32 |
| HSL | 345.19º | 0.79% | 0.38% | - |
| HSV(B) | 345.19º | 0.89% | 0.68% | - |
| XYZ | 18.47 | 9.8 | 4.92 | - |
| YUV | 70.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 58 | 0 | 0.89 | 0.67 | 0.32 | 345.19 | 0.79 | 0.38 |
| Hex | AE | 14 | 3A | 0 | 59 | 43 | 20 | 159 | 4F | 26 |
| Octal | 256 | 24 | 72 | 0 | 131 | 103 | 40 | 531 | 117 | 46 |
| Binary | 10101110 | 10100 | 111010 | 0 | 1011001 | 1000011 | 100000 | 101011001 | 1001111 | 100110 |
Color Harmonies of #AE143A
Complementary color
Monochromatic Colors of #AE143A
Black with #AE143A
Text Example
Text Example
White with #AE143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE143A; }
p { color: rgb(174,20,58); }
H1.HeaderClassName
{
color: #AE143A;
}
.AnyTagClassName
{
color: #AE143A;
}
</style>
background-color css
<style>
a { background-color: #AE143A; }
a { background-color: rgb(174,20,58); }
div.DivClassName
{
background-color: #AE143A;
}
.BgClassName
{
background-color: #AE143A;
}
</style>
border-color css
<style>
span { border-color: #AE143A; }
span { border-color: rgb(174,20,58); }
td.TdClassName
{
border-color: #AE143A;
}
.TagClassName
{
border-color: #AE143A;
}
</style>