Shades of Cardinal #AE2434
Tints of Cardinal #AE2434
RGB
CMYK
RGB Variations
Color information
#AE2434 (or 0xAE2434) is known color: Cardinal. HEX triplet: AE, 24 and 34. RGB value is (174,36,52). Sum of RGB (Red+Green+Blue) = 174+36+52=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2434 is #51DBCB. Grayscale: #4F4F4F. Windows color (decimal): -5364684 or 3417262. OLE color: 3417262.
HSL color Cylindrical-coordinate representation of color #AE2434: hue angle of 353.04º 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 #AE2434 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 52 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.32 |
| HSL | 353.04º | 0.66% | 0.41% | - |
| HSV(B) | 353.04º | 0.79% | 0.68% | - |
| XYZ | 18.71 | 10.51 | 4.29 | - |
| YUV | 79.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 52 | 0 | 0.79 | 0.70 | 0.32 | 353.04 | 0.66 | 0.41 |
| Hex | AE | 24 | 34 | 0 | 4F | 46 | 20 | 161 | 42 | 29 |
| Octal | 256 | 44 | 64 | 0 | 117 | 106 | 40 | 541 | 102 | 51 |
| Binary | 10101110 | 100100 | 110100 | 0 | 1001111 | 1000110 | 100000 | 101100001 | 1000010 | 101001 |
Color Harmonies of #AE2434
Complementary color
Monochromatic Colors of #AE2434
Black with #AE2434
Text Example
Text Example
White with #AE2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2434; }
p { color: rgb(174,36,52); }
H1.HeaderClassName
{
color: #AE2434;
}
.AnyTagClassName
{
color: #AE2434;
}
</style>
background-color css
<style>
a { background-color: #AE2434; }
a { background-color: rgb(174,36,52); }
div.DivClassName
{
background-color: #AE2434;
}
.BgClassName
{
background-color: #AE2434;
}
</style>
border-color css
<style>
span { border-color: #AE2434; }
span { border-color: rgb(174,36,52); }
td.TdClassName
{
border-color: #AE2434;
}
.TagClassName
{
border-color: #AE2434;
}
</style>