Shades of Cardinal #AE143C
Tints of Cardinal #AE143C
RGB
CMYK
RGB Variations
Color information
#AE143C (or 0xAE143C) is known color: Cardinal. HEX triplet: AE, 14 and 3C. RGB value is (174,20,60). Sum of RGB (Red+Green+Blue) = 174+20+60=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE143C is #51EBC3. Grayscale: #464646. Windows color (decimal): -5368772 or 3937454. OLE color: 3937454.
HSL color Cylindrical-coordinate representation of color #AE143C: hue angle of 344.42º 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 #AE143C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 60 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.32 |
| HSL | 344.42º | 0.79% | 0.38% | - |
| HSV(B) | 344.42º | 0.89% | 0.68% | - |
| XYZ | 18.52 | 9.83 | 5.2 | - |
| YUV | 70.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 60 | 0 | 0.89 | 0.66 | 0.32 | 344.42 | 0.79 | 0.38 |
| Hex | AE | 14 | 3C | 0 | 59 | 42 | 20 | 158 | 4F | 26 |
| Octal | 256 | 24 | 74 | 0 | 131 | 102 | 40 | 530 | 117 | 46 |
| Binary | 10101110 | 10100 | 111100 | 0 | 1011001 | 1000010 | 100000 | 101011000 | 1001111 | 100110 |
Color Harmonies of #AE143C
Complementary color
Monochromatic Colors of #AE143C
Black with #AE143C
Text Example
Text Example
White with #AE143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE143C; }
p { color: rgb(174,20,60); }
H1.HeaderClassName
{
color: #AE143C;
}
.AnyTagClassName
{
color: #AE143C;
}
</style>
background-color css
<style>
a { background-color: #AE143C; }
a { background-color: rgb(174,20,60); }
div.DivClassName
{
background-color: #AE143C;
}
.BgClassName
{
background-color: #AE143C;
}
</style>
border-color css
<style>
span { border-color: #AE143C; }
span { border-color: rgb(174,20,60); }
td.TdClassName
{
border-color: #AE143C;
}
.TagClassName
{
border-color: #AE143C;
}
</style>