Shades of Cardinal #AE1C3F
Tints of Cardinal #AE1C3F
RGB
CMYK
RGB Variations
Color information
#AE1C3F (or 0xAE1C3F) is known color: Cardinal. HEX triplet: AE, 1C and 3F. RGB value is (174,28,63). Sum of RGB (Red+Green+Blue) = 174+28+63=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C3F is #51E3C0. Grayscale: #4B4B4B. Windows color (decimal): -5366721 or 4136110. OLE color: 4136110.
HSL color Cylindrical-coordinate representation of color #AE1C3F: hue angle of 345.62º 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 #AE1C3F is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 63 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.32 |
| HSL | 345.62º | 0.72% | 0.4% | - |
| HSV(B) | 345.62º | 0.84% | 0.68% | - |
| XYZ | 18.77 | 10.19 | 5.68 | - |
| YUV | 75.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 63 | 0 | 0.84 | 0.64 | 0.32 | 345.62 | 0.72 | 0.4 |
| Hex | AE | 1C | 3F | 0 | 54 | 40 | 20 | 15A | 48 | 28 |
| Octal | 256 | 34 | 77 | 0 | 124 | 100 | 40 | 532 | 110 | 50 |
| Binary | 10101110 | 11100 | 111111 | 0 | 1010100 | 1000000 | 100000 | 101011010 | 1001000 | 101000 |
Color Harmonies of #AE1C3F
Complementary color
Monochromatic Colors of #AE1C3F
Black with #AE1C3F
Text Example
Text Example
White with #AE1C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1C3F; }
p { color: rgb(174,28,63); }
H1.HeaderClassName
{
color: #AE1C3F;
}
.AnyTagClassName
{
color: #AE1C3F;
}
</style>
background-color css
<style>
a { background-color: #AE1C3F; }
a { background-color: rgb(174,28,63); }
div.DivClassName
{
background-color: #AE1C3F;
}
.BgClassName
{
background-color: #AE1C3F;
}
</style>
border-color css
<style>
span { border-color: #AE1C3F; }
span { border-color: rgb(174,28,63); }
td.TdClassName
{
border-color: #AE1C3F;
}
.TagClassName
{
border-color: #AE1C3F;
}
</style>