Shades of Cardinal #AE153C
Tints of Cardinal #AE153C
RGB
CMYK
RGB Variations
Color information
#AE153C (or 0xAE153C) is known color: Cardinal. HEX triplet: AE, 15 and 3C. RGB value is (174,21,60). Sum of RGB (Red+Green+Blue) = 174+21+60=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE153C is #51EAC3. Grayscale: #474747. Windows color (decimal): -5368516 or 3937710. OLE color: 3937710.
HSL color Cylindrical-coordinate representation of color #AE153C: hue angle of 344.71º 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 #AE153C is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 60 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.32 |
| HSL | 344.71º | 0.78% | 0.38% | - |
| HSV(B) | 344.71º | 0.88% | 0.68% | - |
| XYZ | 18.54 | 9.86 | 5.2 | - |
| YUV | 71.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 60 | 0 | 0.88 | 0.66 | 0.32 | 344.71 | 0.78 | 0.38 |
| Hex | AE | 15 | 3C | 0 | 58 | 42 | 20 | 159 | 4E | 26 |
| Octal | 256 | 25 | 74 | 0 | 130 | 102 | 40 | 531 | 116 | 46 |
| Binary | 10101110 | 10101 | 111100 | 0 | 1011000 | 1000010 | 100000 | 101011001 | 1001110 | 100110 |
Color Harmonies of #AE153C
Complementary color
Monochromatic Colors of #AE153C
Black with #AE153C
Text Example
Text Example
White with #AE153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE153C; }
p { color: rgb(174,21,60); }
H1.HeaderClassName
{
color: #AE153C;
}
.AnyTagClassName
{
color: #AE153C;
}
</style>
background-color css
<style>
a { background-color: #AE153C; }
a { background-color: rgb(174,21,60); }
div.DivClassName
{
background-color: #AE153C;
}
.BgClassName
{
background-color: #AE153C;
}
</style>
border-color css
<style>
span { border-color: #AE153C; }
span { border-color: rgb(174,21,60); }
td.TdClassName
{
border-color: #AE153C;
}
.TagClassName
{
border-color: #AE153C;
}
</style>