Shades of Cardinal #AE123D
Tints of Cardinal #AE123D
RGB
CMYK
RGB Variations
Color information
#AE123D (or 0xAE123D) is known color: Cardinal. HEX triplet: AE, 12 and 3D. RGB value is (174,18,61). Sum of RGB (Red+Green+Blue) = 174+18+61=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE123D is #51EDC2. Grayscale: #454545. Windows color (decimal): -5369283 or 4002478. OLE color: 4002478.
HSL color Cylindrical-coordinate representation of color #AE123D: hue angle of 343.46º 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 #AE123D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.32 |
| HSL | 343.46º | 0.81% | 0.38% | - |
| HSV(B) | 343.46º | 0.9% | 0.68% | - |
| XYZ | 18.51 | 9.77 | 5.32 | - |
| YUV | 69.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 61 | 0 | 0.90 | 0.65 | 0.32 | 343.46 | 0.81 | 0.38 |
| Hex | AE | 12 | 3D | 0 | 5A | 41 | 20 | 157 | 51 | 26 |
| Octal | 256 | 22 | 75 | 0 | 132 | 101 | 40 | 527 | 121 | 46 |
| Binary | 10101110 | 10010 | 111101 | 0 | 1011010 | 1000001 | 100000 | 101010111 | 1010001 | 100110 |
Color Harmonies of #AE123D
Complementary color
Monochromatic Colors of #AE123D
Black with #AE123D
Text Example
Text Example
White with #AE123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE123D; }
p { color: rgb(174,18,61); }
H1.HeaderClassName
{
color: #AE123D;
}
.AnyTagClassName
{
color: #AE123D;
}
</style>
background-color css
<style>
a { background-color: #AE123D; }
a { background-color: rgb(174,18,61); }
div.DivClassName
{
background-color: #AE123D;
}
.BgClassName
{
background-color: #AE123D;
}
</style>
border-color css
<style>
span { border-color: #AE123D; }
span { border-color: rgb(174,18,61); }
td.TdClassName
{
border-color: #AE123D;
}
.TagClassName
{
border-color: #AE123D;
}
</style>