Shades of Cardinal #AE222C
Tints of Cardinal #AE222C
RGB
CMYK
RGB Variations
Color information
#AE222C (or 0xAE222C) is known color: Cardinal. HEX triplet: AE, 22 and 2C. RGB value is (174,34,44). Sum of RGB (Red+Green+Blue) = 174+34+44=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE222C is #51DDD3. Grayscale: #4D4D4D. Windows color (decimal): -5365204 or 2892462. OLE color: 2892462.
HSL color Cylindrical-coordinate representation of color #AE222C: hue angle of 355.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE222C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 44 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.32 |
| HSL | 355.71º | 0.67% | 0.41% | - |
| HSV(B) | 355.71º | 0.8% | 0.68% | - |
| XYZ | 18.48 | 10.32 | 3.4 | - |
| YUV | 77 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 44 | 0 | 0.80 | 0.75 | 0.32 | 355.71 | 0.67 | 0.41 |
| Hex | AE | 22 | 2C | 0 | 50 | 4B | 20 | 164 | 43 | 29 |
| Octal | 256 | 42 | 54 | 0 | 120 | 113 | 40 | 544 | 103 | 51 |
| Binary | 10101110 | 100010 | 101100 | 0 | 1010000 | 1001011 | 100000 | 101100100 | 1000011 | 101001 |
Color Harmonies of #AE222C
Complementary color
Monochromatic Colors of #AE222C
Black with #AE222C
Text Example
Text Example
White with #AE222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE222C; }
p { color: rgb(174,34,44); }
H1.HeaderClassName
{
color: #AE222C;
}
.AnyTagClassName
{
color: #AE222C;
}
</style>
background-color css
<style>
a { background-color: #AE222C; }
a { background-color: rgb(174,34,44); }
div.DivClassName
{
background-color: #AE222C;
}
.BgClassName
{
background-color: #AE222C;
}
</style>
border-color css
<style>
span { border-color: #AE222C; }
span { border-color: rgb(174,34,44); }
td.TdClassName
{
border-color: #AE222C;
}
.TagClassName
{
border-color: #AE222C;
}
</style>