Shades of Cardinal #AE1A36
Tints of Cardinal #AE1A36
RGB
CMYK
RGB Variations
Color information
#AE1A36 (or 0xAE1A36) is known color: Cardinal. HEX triplet: AE, 1A and 36. RGB value is (174,26,54). Sum of RGB (Red+Green+Blue) = 174+26+54=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A36 is #51E5C9. Grayscale: #494949. Windows color (decimal): -5367242 or 3545774. OLE color: 3545774.
HSL color Cylindrical-coordinate representation of color #AE1A36: hue angle of 348.65º 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 #AE1A36 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 54 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.32 |
| HSL | 348.65º | 0.74% | 0.39% | - |
| HSV(B) | 348.65º | 0.85% | 0.68% | - |
| XYZ | 18.49 | 10 | 4.45 | - |
| YUV | 73.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 54 | 0 | 0.85 | 0.69 | 0.32 | 348.65 | 0.74 | 0.39 |
| Hex | AE | 1A | 36 | 0 | 55 | 45 | 20 | 15D | 4A | 27 |
| Octal | 256 | 32 | 66 | 0 | 125 | 105 | 40 | 535 | 112 | 47 |
| Binary | 10101110 | 11010 | 110110 | 0 | 1010101 | 1000101 | 100000 | 101011101 | 1001010 | 100111 |
Color Harmonies of #AE1A36
Complementary color
Monochromatic Colors of #AE1A36
Black with #AE1A36
Text Example
Text Example
White with #AE1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A36; }
p { color: rgb(174,26,54); }
H1.HeaderClassName
{
color: #AE1A36;
}
.AnyTagClassName
{
color: #AE1A36;
}
</style>
background-color css
<style>
a { background-color: #AE1A36; }
a { background-color: rgb(174,26,54); }
div.DivClassName
{
background-color: #AE1A36;
}
.BgClassName
{
background-color: #AE1A36;
}
</style>
border-color css
<style>
span { border-color: #AE1A36; }
span { border-color: rgb(174,26,54); }
td.TdClassName
{
border-color: #AE1A36;
}
.TagClassName
{
border-color: #AE1A36;
}
</style>