Shades of Cardinal #AE293A
Tints of Cardinal #AE293A
RGB
CMYK
RGB Variations
Color information
#AE293A (or 0xAE293A) is known color: Cardinal. HEX triplet: AE, 29 and 3A. RGB value is (174,41,58). Sum of RGB (Red+Green+Blue) = 174+41+58=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE293A is #51D6C5. Grayscale: #525252. Windows color (decimal): -5363398 or 3811758. OLE color: 3811758.
HSL color Cylindrical-coordinate representation of color #AE293A: hue angle of 352.33º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE293A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 58 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.32 |
| HSL | 352.33º | 0.62% | 0.42% | - |
| HSV(B) | 352.33º | 0.76% | 0.68% | - |
| XYZ | 19.01 | 10.89 | 5.1 | - |
| YUV | 82.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 58 | 0 | 0.76 | 0.67 | 0.32 | 352.33 | 0.62 | 0.42 |
| Hex | AE | 29 | 3A | 0 | 4C | 43 | 20 | 160 | 3E | 2A |
| Octal | 256 | 51 | 72 | 0 | 114 | 103 | 40 | 540 | 76 | 52 |
| Binary | 10101110 | 101001 | 111010 | 0 | 1001100 | 1000011 | 100000 | 101100000 | 111110 | 101010 |
Color Harmonies of #AE293A
Complementary color
Monochromatic Colors of #AE293A
Black with #AE293A
Text Example
Text Example
White with #AE293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE293A; }
p { color: rgb(174,41,58); }
H1.HeaderClassName
{
color: #AE293A;
}
.AnyTagClassName
{
color: #AE293A;
}
</style>
background-color css
<style>
a { background-color: #AE293A; }
a { background-color: rgb(174,41,58); }
div.DivClassName
{
background-color: #AE293A;
}
.BgClassName
{
background-color: #AE293A;
}
</style>
border-color css
<style>
span { border-color: #AE293A; }
span { border-color: rgb(174,41,58); }
td.TdClassName
{
border-color: #AE293A;
}
.TagClassName
{
border-color: #AE293A;
}
</style>