Shades of Cardinal #AE242F
Tints of Cardinal #AE242F
RGB
CMYK
RGB Variations
Color information
#AE242F (or 0xAE242F) is known color: Cardinal. HEX triplet: AE, 24 and 2F. RGB value is (174,36,47). Sum of RGB (Red+Green+Blue) = 174+36+47=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE242F is #51DBD0. Grayscale: #4E4E4E. Windows color (decimal): -5364689 or 3089582. OLE color: 3089582.
HSL color Cylindrical-coordinate representation of color #AE242F: hue angle of 355.22º 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 #AE242F is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 47 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.32 |
| HSL | 355.22º | 0.66% | 0.41% | - |
| HSV(B) | 355.22º | 0.79% | 0.68% | - |
| XYZ | 18.6 | 10.47 | 3.73 | - |
| YUV | 78.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 47 | 0 | 0.79 | 0.73 | 0.32 | 355.22 | 0.66 | 0.41 |
| Hex | AE | 24 | 2F | 0 | 4F | 49 | 20 | 163 | 42 | 29 |
| Octal | 256 | 44 | 57 | 0 | 117 | 111 | 40 | 543 | 102 | 51 |
| Binary | 10101110 | 100100 | 101111 | 0 | 1001111 | 1001001 | 100000 | 101100011 | 1000010 | 101001 |
Color Harmonies of #AE242F
Complementary color
Monochromatic Colors of #AE242F
Black with #AE242F
Text Example
Text Example
White with #AE242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE242F; }
p { color: rgb(174,36,47); }
H1.HeaderClassName
{
color: #AE242F;
}
.AnyTagClassName
{
color: #AE242F;
}
</style>
background-color css
<style>
a { background-color: #AE242F; }
a { background-color: rgb(174,36,47); }
div.DivClassName
{
background-color: #AE242F;
}
.BgClassName
{
background-color: #AE242F;
}
</style>
border-color css
<style>
span { border-color: #AE242F; }
span { border-color: rgb(174,36,47); }
td.TdClassName
{
border-color: #AE242F;
}
.TagClassName
{
border-color: #AE242F;
}
</style>