Shades of Cardinal #AE283A
Tints of Cardinal #AE283A
RGB
CMYK
RGB Variations
Color information
#AE283A (or 0xAE283A) is known color: Cardinal. HEX triplet: AE, 28 and 3A. RGB value is (174,40,58). Sum of RGB (Red+Green+Blue) = 174+40+58=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE283A is #51D7C5. Grayscale: #525252. Windows color (decimal): -5363654 or 3811502. OLE color: 3811502.
HSL color Cylindrical-coordinate representation of color #AE283A: hue angle of 351.94º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE283A is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 58 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.32 |
| HSL | 351.94º | 0.63% | 0.42% | - |
| HSV(B) | 351.94º | 0.77% | 0.68% | - |
| XYZ | 18.98 | 10.82 | 5.09 | - |
| YUV | 82.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 58 | 0 | 0.77 | 0.67 | 0.32 | 351.94 | 0.63 | 0.42 |
| Hex | AE | 28 | 3A | 0 | 4D | 43 | 20 | 160 | 3F | 2A |
| Octal | 256 | 50 | 72 | 0 | 115 | 103 | 40 | 540 | 77 | 52 |
| Binary | 10101110 | 101000 | 111010 | 0 | 1001101 | 1000011 | 100000 | 101100000 | 111111 | 101010 |
Color Harmonies of #AE283A
Complementary color
Monochromatic Colors of #AE283A
Black with #AE283A
Text Example
Text Example
White with #AE283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE283A; }
p { color: rgb(174,40,58); }
H1.HeaderClassName
{
color: #AE283A;
}
.AnyTagClassName
{
color: #AE283A;
}
</style>
background-color css
<style>
a { background-color: #AE283A; }
a { background-color: rgb(174,40,58); }
div.DivClassName
{
background-color: #AE283A;
}
.BgClassName
{
background-color: #AE283A;
}
</style>
border-color css
<style>
span { border-color: #AE283A; }
span { border-color: rgb(174,40,58); }
td.TdClassName
{
border-color: #AE283A;
}
.TagClassName
{
border-color: #AE283A;
}
</style>