Shades of Cardinal #AE152D
Tints of Cardinal #AE152D
RGB
CMYK
RGB Variations
Color information
#AE152D (or 0xAE152D) is known color: Cardinal. HEX triplet: AE, 15 and 2D. RGB value is (174,21,45). Sum of RGB (Red+Green+Blue) = 174+21+45=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE152D is #51EAD2. Grayscale: #454545. Windows color (decimal): -5368531 or 2954670. OLE color: 2954670.
HSL color Cylindrical-coordinate representation of color #AE152D: hue angle of 350.59º 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 #AE152D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 45 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.32 |
| HSL | 350.59º | 0.78% | 0.38% | - |
| HSV(B) | 350.59º | 0.88% | 0.68% | - |
| XYZ | 18.2 | 9.72 | 3.4 | - |
| YUV | 69.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 45 | 0 | 0.88 | 0.74 | 0.32 | 350.59 | 0.78 | 0.38 |
| Hex | AE | 15 | 2D | 0 | 58 | 4A | 20 | 15F | 4E | 26 |
| Octal | 256 | 25 | 55 | 0 | 130 | 112 | 40 | 537 | 116 | 46 |
| Binary | 10101110 | 10101 | 101101 | 0 | 1011000 | 1001010 | 100000 | 101011111 | 1001110 | 100110 |
Color Harmonies of #AE152D
Complementary color
Monochromatic Colors of #AE152D
Black with #AE152D
Text Example
Text Example
White with #AE152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE152D; }
p { color: rgb(174,21,45); }
H1.HeaderClassName
{
color: #AE152D;
}
.AnyTagClassName
{
color: #AE152D;
}
</style>
background-color css
<style>
a { background-color: #AE152D; }
a { background-color: rgb(174,21,45); }
div.DivClassName
{
background-color: #AE152D;
}
.BgClassName
{
background-color: #AE152D;
}
</style>
border-color css
<style>
span { border-color: #AE152D; }
span { border-color: rgb(174,21,45); }
td.TdClassName
{
border-color: #AE152D;
}
.TagClassName
{
border-color: #AE152D;
}
</style>