Shades of Cardinal #AE153A
Tints of Cardinal #AE153A
RGB
CMYK
RGB Variations
Color information
#AE153A (or 0xAE153A) is known color: Cardinal. HEX triplet: AE, 15 and 3A. RGB value is (174,21,58). Sum of RGB (Red+Green+Blue) = 174+21+58=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE153A is #51EAC5. Grayscale: #464646. Windows color (decimal): -5368518 or 3806638. OLE color: 3806638.
HSL color Cylindrical-coordinate representation of color #AE153A: hue angle of 345.49º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE153A is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 58 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.32 |
| HSL | 345.49º | 0.78% | 0.38% | - |
| HSV(B) | 345.49º | 0.88% | 0.68% | - |
| XYZ | 18.49 | 9.84 | 4.93 | - |
| YUV | 70.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 58 | 0 | 0.88 | 0.67 | 0.32 | 345.49 | 0.78 | 0.38 |
| Hex | AE | 15 | 3A | 0 | 58 | 43 | 20 | 159 | 4E | 26 |
| Octal | 256 | 25 | 72 | 0 | 130 | 103 | 40 | 531 | 116 | 46 |
| Binary | 10101110 | 10101 | 111010 | 0 | 1011000 | 1000011 | 100000 | 101011001 | 1001110 | 100110 |
Color Harmonies of #AE153A
Complementary color
Monochromatic Colors of #AE153A
Black with #AE153A
Text Example
Text Example
White with #AE153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE153A; }
p { color: rgb(174,21,58); }
H1.HeaderClassName
{
color: #AE153A;
}
.AnyTagClassName
{
color: #AE153A;
}
</style>
background-color css
<style>
a { background-color: #AE153A; }
a { background-color: rgb(174,21,58); }
div.DivClassName
{
background-color: #AE153A;
}
.BgClassName
{
background-color: #AE153A;
}
</style>
border-color css
<style>
span { border-color: #AE153A; }
span { border-color: rgb(174,21,58); }
td.TdClassName
{
border-color: #AE153A;
}
.TagClassName
{
border-color: #AE153A;
}
</style>