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