Shades of Cardinal #AE223C
Tints of Cardinal #AE223C
RGB
CMYK
RGB Variations
Color information
#AE223C (or 0xAE223C) is known color: Cardinal. HEX triplet: AE, 22 and 3C. RGB value is (174,34,60). Sum of RGB (Red+Green+Blue) = 174+34+60=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE223C is #51DDC3. Grayscale: #4E4E4E. Windows color (decimal): -5365188 or 3941038. OLE color: 3941038.
HSL color Cylindrical-coordinate representation of color #AE223C: hue angle of 348.86º 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 #AE223C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 60 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.32 |
| HSL | 348.86º | 0.67% | 0.41% | - |
| HSV(B) | 348.86º | 0.8% | 0.68% | - |
| XYZ | 18.84 | 10.47 | 5.3 | - |
| YUV | 78.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 60 | 0 | 0.80 | 0.66 | 0.32 | 348.86 | 0.67 | 0.41 |
| Hex | AE | 22 | 3C | 0 | 50 | 42 | 20 | 15D | 43 | 29 |
| Octal | 256 | 42 | 74 | 0 | 120 | 102 | 40 | 535 | 103 | 51 |
| Binary | 10101110 | 100010 | 111100 | 0 | 1010000 | 1000010 | 100000 | 101011101 | 1000011 | 101001 |
Color Harmonies of #AE223C
Complementary color
Monochromatic Colors of #AE223C
Black with #AE223C
Text Example
Text Example
White with #AE223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE223C; }
p { color: rgb(174,34,60); }
H1.HeaderClassName
{
color: #AE223C;
}
.AnyTagClassName
{
color: #AE223C;
}
</style>
background-color css
<style>
a { background-color: #AE223C; }
a { background-color: rgb(174,34,60); }
div.DivClassName
{
background-color: #AE223C;
}
.BgClassName
{
background-color: #AE223C;
}
</style>
border-color css
<style>
span { border-color: #AE223C; }
span { border-color: rgb(174,34,60); }
td.TdClassName
{
border-color: #AE223C;
}
.TagClassName
{
border-color: #AE223C;
}
</style>