Shades of Cardinal #AE143D
Tints of Cardinal #AE143D
RGB
CMYK
RGB Variations
Color information
#AE143D (or 0xAE143D) is known color: Cardinal. HEX triplet: AE, 14 and 3D. RGB value is (174,20,61). Sum of RGB (Red+Green+Blue) = 174+20+61=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE143D is #51EBC2. Grayscale: #464646. Windows color (decimal): -5368771 or 4002990. OLE color: 4002990.
HSL color Cylindrical-coordinate representation of color #AE143D: hue angle of 344.03º 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 #AE143D is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 61 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.32 |
| HSL | 344.03º | 0.79% | 0.38% | - |
| HSV(B) | 344.03º | 0.89% | 0.68% | - |
| XYZ | 18.55 | 9.84 | 5.34 | - |
| YUV | 70.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 61 | 0 | 0.89 | 0.65 | 0.32 | 344.03 | 0.79 | 0.38 |
| Hex | AE | 14 | 3D | 0 | 59 | 41 | 20 | 158 | 4F | 26 |
| Octal | 256 | 24 | 75 | 0 | 131 | 101 | 40 | 530 | 117 | 46 |
| Binary | 10101110 | 10100 | 111101 | 0 | 1011001 | 1000001 | 100000 | 101011000 | 1001111 | 100110 |
Color Harmonies of #AE143D
Complementary color
Monochromatic Colors of #AE143D
Black with #AE143D
Text Example
Text Example
White with #AE143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE143D; }
p { color: rgb(174,20,61); }
H1.HeaderClassName
{
color: #AE143D;
}
.AnyTagClassName
{
color: #AE143D;
}
</style>
background-color css
<style>
a { background-color: #AE143D; }
a { background-color: rgb(174,20,61); }
div.DivClassName
{
background-color: #AE143D;
}
.BgClassName
{
background-color: #AE143D;
}
</style>
border-color css
<style>
span { border-color: #AE143D; }
span { border-color: rgb(174,20,61); }
td.TdClassName
{
border-color: #AE143D;
}
.TagClassName
{
border-color: #AE143D;
}
</style>