Shades of Cardinal #AE1A3E
Tints of Cardinal #AE1A3E
RGB
CMYK
RGB Variations
Color information
#AE1A3E (or 0xAE1A3E) is known color: Cardinal. HEX triplet: AE, 1A and 3E. RGB value is (174,26,62). Sum of RGB (Red+Green+Blue) = 174+26+62=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A3E is #51E5C1. Grayscale: #4A4A4A. Windows color (decimal): -5367234 or 4070062. OLE color: 4070062.
HSL color Cylindrical-coordinate representation of color #AE1A3E: hue angle of 345.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A3E is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 62 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.32 |
| HSL | 345.41º | 0.74% | 0.39% | - |
| HSV(B) | 345.41º | 0.85% | 0.68% | - |
| XYZ | 18.69 | 10.09 | 5.52 | - |
| YUV | 74.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 62 | 0 | 0.85 | 0.64 | 0.32 | 345.41 | 0.74 | 0.39 |
| Hex | AE | 1A | 3E | 0 | 55 | 40 | 20 | 159 | 4A | 27 |
| Octal | 256 | 32 | 76 | 0 | 125 | 100 | 40 | 531 | 112 | 47 |
| Binary | 10101110 | 11010 | 111110 | 0 | 1010101 | 1000000 | 100000 | 101011001 | 1001010 | 100111 |
Color Harmonies of #AE1A3E
Complementary color
Monochromatic Colors of #AE1A3E
Black with #AE1A3E
Text Example
Text Example
White with #AE1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A3E; }
p { color: rgb(174,26,62); }
H1.HeaderClassName
{
color: #AE1A3E;
}
.AnyTagClassName
{
color: #AE1A3E;
}
</style>
background-color css
<style>
a { background-color: #AE1A3E; }
a { background-color: rgb(174,26,62); }
div.DivClassName
{
background-color: #AE1A3E;
}
.BgClassName
{
background-color: #AE1A3E;
}
</style>
border-color css
<style>
span { border-color: #AE1A3E; }
span { border-color: rgb(174,26,62); }
td.TdClassName
{
border-color: #AE1A3E;
}
.TagClassName
{
border-color: #AE1A3E;
}
</style>