Shades of Cardinal #AE123C
Tints of Cardinal #AE123C
RGB
CMYK
RGB Variations
Color information
#AE123C (or 0xAE123C) is known color: Cardinal. HEX triplet: AE, 12 and 3C. RGB value is (174,18,60). Sum of RGB (Red+Green+Blue) = 174+18+60=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE123C is #51EDC3. Grayscale: #454545. Windows color (decimal): -5369284 or 3936942. OLE color: 3936942.
HSL color Cylindrical-coordinate representation of color #AE123C: hue angle of 343.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE123C is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 60 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.32 |
| HSL | 343.85º | 0.81% | 0.38% | - |
| HSV(B) | 343.85º | 0.9% | 0.68% | - |
| XYZ | 18.49 | 9.76 | 5.18 | - |
| YUV | 69.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 60 | 0 | 0.90 | 0.66 | 0.32 | 343.85 | 0.81 | 0.38 |
| Hex | AE | 12 | 3C | 0 | 5A | 42 | 20 | 158 | 51 | 26 |
| Octal | 256 | 22 | 74 | 0 | 132 | 102 | 40 | 530 | 121 | 46 |
| Binary | 10101110 | 10010 | 111100 | 0 | 1011010 | 1000010 | 100000 | 101011000 | 1010001 | 100110 |
Color Harmonies of #AE123C
Complementary color
Monochromatic Colors of #AE123C
Black with #AE123C
Text Example
Text Example
White with #AE123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE123C; }
p { color: rgb(174,18,60); }
H1.HeaderClassName
{
color: #AE123C;
}
.AnyTagClassName
{
color: #AE123C;
}
</style>
background-color css
<style>
a { background-color: #AE123C; }
a { background-color: rgb(174,18,60); }
div.DivClassName
{
background-color: #AE123C;
}
.BgClassName
{
background-color: #AE123C;
}
</style>
border-color css
<style>
span { border-color: #AE123C; }
span { border-color: rgb(174,18,60); }
td.TdClassName
{
border-color: #AE123C;
}
.TagClassName
{
border-color: #AE123C;
}
</style>