Shades of Cardinal #AE143B
Tints of Cardinal #AE143B
RGB
CMYK
RGB Variations
Color information
#AE143B (or 0xAE143B) is known color: Cardinal. HEX triplet: AE, 14 and 3B. RGB value is (174,20,59). Sum of RGB (Red+Green+Blue) = 174+20+59=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE143B is #51EBC4. Grayscale: #464646. Windows color (decimal): -5368773 or 3871918. OLE color: 3871918.
HSL color Cylindrical-coordinate representation of color #AE143B: hue angle of 344.81º 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 #AE143B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 59 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.32 |
| HSL | 344.81º | 0.79% | 0.38% | - |
| HSV(B) | 344.81º | 0.89% | 0.68% | - |
| XYZ | 18.5 | 9.81 | 5.06 | - |
| YUV | 70.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 59 | 0 | 0.89 | 0.66 | 0.32 | 344.81 | 0.79 | 0.38 |
| Hex | AE | 14 | 3B | 0 | 59 | 42 | 20 | 159 | 4F | 26 |
| Octal | 256 | 24 | 73 | 0 | 131 | 102 | 40 | 531 | 117 | 46 |
| Binary | 10101110 | 10100 | 111011 | 0 | 1011001 | 1000010 | 100000 | 101011001 | 1001111 | 100110 |
Color Harmonies of #AE143B
Complementary color
Monochromatic Colors of #AE143B
Black with #AE143B
Text Example
Text Example
White with #AE143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE143B; }
p { color: rgb(174,20,59); }
H1.HeaderClassName
{
color: #AE143B;
}
.AnyTagClassName
{
color: #AE143B;
}
</style>
background-color css
<style>
a { background-color: #AE143B; }
a { background-color: rgb(174,20,59); }
div.DivClassName
{
background-color: #AE143B;
}
.BgClassName
{
background-color: #AE143B;
}
</style>
border-color css
<style>
span { border-color: #AE143B; }
span { border-color: rgb(174,20,59); }
td.TdClassName
{
border-color: #AE143B;
}
.TagClassName
{
border-color: #AE143B;
}
</style>