Shades of Cardinal #AE212D
Tints of Cardinal #AE212D
RGB
CMYK
RGB Variations
Color information
#AE212D (or 0xAE212D) is known color: Cardinal. HEX triplet: AE, 21 and 2D. RGB value is (174,33,45). Sum of RGB (Red+Green+Blue) = 174+33+45=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE212D is #51DED2. Grayscale: #4C4C4C. Windows color (decimal): -5365459 or 2957742. OLE color: 2957742.
HSL color Cylindrical-coordinate representation of color #AE212D: hue angle of 354.89º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE212D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 45 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.32 |
| HSL | 354.89º | 0.68% | 0.41% | - |
| HSV(B) | 354.89º | 0.81% | 0.68% | - |
| XYZ | 18.47 | 10.28 | 3.49 | - |
| YUV | 76.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 45 | 0 | 0.81 | 0.74 | 0.32 | 354.89 | 0.68 | 0.41 |
| Hex | AE | 21 | 2D | 0 | 51 | 4A | 20 | 163 | 44 | 29 |
| Octal | 256 | 41 | 55 | 0 | 121 | 112 | 40 | 543 | 104 | 51 |
| Binary | 10101110 | 100001 | 101101 | 0 | 1010001 | 1001010 | 100000 | 101100011 | 1000100 | 101001 |
Color Harmonies of #AE212D
Complementary color
Monochromatic Colors of #AE212D
Black with #AE212D
Text Example
Text Example
White with #AE212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE212D; }
p { color: rgb(174,33,45); }
H1.HeaderClassName
{
color: #AE212D;
}
.AnyTagClassName
{
color: #AE212D;
}
</style>
background-color css
<style>
a { background-color: #AE212D; }
a { background-color: rgb(174,33,45); }
div.DivClassName
{
background-color: #AE212D;
}
.BgClassName
{
background-color: #AE212D;
}
</style>
border-color css
<style>
span { border-color: #AE212D; }
span { border-color: rgb(174,33,45); }
td.TdClassName
{
border-color: #AE212D;
}
.TagClassName
{
border-color: #AE212D;
}
</style>