Shades of Cardinal #AE1C41
Tints of Cardinal #AE1C41
RGB
CMYK
RGB Variations
Color information
#AE1C41 (or 0xAE1C41) is known color: Cardinal. HEX triplet: AE, 1C and 41. RGB value is (174,28,65). Sum of RGB (Red+Green+Blue) = 174+28+65=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C41 is #51E3BE. Grayscale: #4B4B4B. Windows color (decimal): -5366719 or 4267182. OLE color: 4267182.
HSL color Cylindrical-coordinate representation of color #AE1C41: hue angle of 344.79º 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 #AE1C41 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 65 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.32 |
| HSL | 344.79º | 0.72% | 0.4% | - |
| HSV(B) | 344.79º | 0.84% | 0.68% | - |
| XYZ | 18.82 | 10.21 | 5.98 | - |
| YUV | 75.87 | 121.87 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 65 | 0 | 0.84 | 0.63 | 0.32 | 344.79 | 0.72 | 0.4 |
| Hex | AE | 1C | 41 | 0 | 54 | 3F | 20 | 159 | 48 | 28 |
| Octal | 256 | 34 | 101 | 0 | 124 | 77 | 40 | 531 | 110 | 50 |
| Binary | 10101110 | 11100 | 1000001 | 0 | 1010100 | 111111 | 100000 | 101011001 | 1001000 | 101000 |
Color Harmonies of #AE1C41
Complementary color
Monochromatic Colors of #AE1C41
Black with #AE1C41
Text Example
Text Example
White with #AE1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1C41; }
p { color: rgb(174,28,65); }
H1.HeaderClassName
{
color: #AE1C41;
}
.AnyTagClassName
{
color: #AE1C41;
}
</style>
background-color css
<style>
a { background-color: #AE1C41; }
a { background-color: rgb(174,28,65); }
div.DivClassName
{
background-color: #AE1C41;
}
.BgClassName
{
background-color: #AE1C41;
}
</style>
border-color css
<style>
span { border-color: #AE1C41; }
span { border-color: rgb(174,28,65); }
td.TdClassName
{
border-color: #AE1C41;
}
.TagClassName
{
border-color: #AE1C41;
}
</style>