Shades of Cardinal #AE1C3E
Tints of Cardinal #AE1C3E
RGB
CMYK
RGB Variations
Color information
#AE1C3E (or 0xAE1C3E) is known color: Cardinal. HEX triplet: AE, 1C and 3E. RGB value is (174,28,62). Sum of RGB (Red+Green+Blue) = 174+28+62=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C3E is #51E3C1. Grayscale: #4B4B4B. Windows color (decimal): -5366722 or 4070574. OLE color: 4070574.
HSL color Cylindrical-coordinate representation of color #AE1C3E: hue angle of 346.03º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C3E is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 62 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.32 |
| HSL | 346.03º | 0.72% | 0.4% | - |
| HSV(B) | 346.03º | 0.84% | 0.68% | - |
| XYZ | 18.74 | 10.18 | 5.53 | - |
| YUV | 75.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 62 | 0 | 0.84 | 0.64 | 0.32 | 346.03 | 0.72 | 0.4 |
| Hex | AE | 1C | 3E | 0 | 54 | 40 | 20 | 15A | 48 | 28 |
| Octal | 256 | 34 | 76 | 0 | 124 | 100 | 40 | 532 | 110 | 50 |
| Binary | 10101110 | 11100 | 111110 | 0 | 1010100 | 1000000 | 100000 | 101011010 | 1001000 | 101000 |
Color Harmonies of #AE1C3E
Complementary color
Monochromatic Colors of #AE1C3E
Black with #AE1C3E
Text Example
Text Example
White with #AE1C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1C3E; }
p { color: rgb(174,28,62); }
H1.HeaderClassName
{
color: #AE1C3E;
}
.AnyTagClassName
{
color: #AE1C3E;
}
</style>
background-color css
<style>
a { background-color: #AE1C3E; }
a { background-color: rgb(174,28,62); }
div.DivClassName
{
background-color: #AE1C3E;
}
.BgClassName
{
background-color: #AE1C3E;
}
</style>
border-color css
<style>
span { border-color: #AE1C3E; }
span { border-color: rgb(174,28,62); }
td.TdClassName
{
border-color: #AE1C3E;
}
.TagClassName
{
border-color: #AE1C3E;
}
</style>