Shades of Cardinal #AE243A
Tints of Cardinal #AE243A
RGB
CMYK
RGB Variations
Color information
#AE243A (or 0xAE243A) is known color: Cardinal. HEX triplet: AE, 24 and 3A. RGB value is (174,36,58). Sum of RGB (Red+Green+Blue) = 174+36+58=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE243A is #51DBC5. Grayscale: #4F4F4F. Windows color (decimal): -5364678 or 3810478. OLE color: 3810478.
HSL color Cylindrical-coordinate representation of color #AE243A: hue angle of 350.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE243A is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 58 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.32 |
| HSL | 350.43º | 0.66% | 0.41% | - |
| HSV(B) | 350.43º | 0.79% | 0.68% | - |
| XYZ | 18.85 | 10.57 | 5.05 | - |
| YUV | 79.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 58 | 0 | 0.79 | 0.67 | 0.32 | 350.43 | 0.66 | 0.41 |
| Hex | AE | 24 | 3A | 0 | 4F | 43 | 20 | 15E | 42 | 29 |
| Octal | 256 | 44 | 72 | 0 | 117 | 103 | 40 | 536 | 102 | 51 |
| Binary | 10101110 | 100100 | 111010 | 0 | 1001111 | 1000011 | 100000 | 101011110 | 1000010 | 101001 |
Color Harmonies of #AE243A
Complementary color
Monochromatic Colors of #AE243A
Black with #AE243A
Text Example
Text Example
White with #AE243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE243A; }
p { color: rgb(174,36,58); }
H1.HeaderClassName
{
color: #AE243A;
}
.AnyTagClassName
{
color: #AE243A;
}
</style>
background-color css
<style>
a { background-color: #AE243A; }
a { background-color: rgb(174,36,58); }
div.DivClassName
{
background-color: #AE243A;
}
.BgClassName
{
background-color: #AE243A;
}
</style>
border-color css
<style>
span { border-color: #AE243A; }
span { border-color: rgb(174,36,58); }
td.TdClassName
{
border-color: #AE243A;
}
.TagClassName
{
border-color: #AE243A;
}
</style>