Shades of Cardinal #AE1A2A
Tints of Cardinal #AE1A2A
RGB
CMYK
RGB Variations
Color information
#AE1A2A (or 0xAE1A2A) is known color: Cardinal. HEX triplet: AE, 1A and 2A. RGB value is (174,26,42). Sum of RGB (Red+Green+Blue) = 174+26+42=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A2A is #51E5D5. Grayscale: #484848. Windows color (decimal): -5367254 or 2759342. OLE color: 2759342.
HSL color Cylindrical-coordinate representation of color #AE1A2A: hue angle of 353.51º 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 #AE1A2A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 42 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.32 |
| HSL | 353.51º | 0.74% | 0.39% | - |
| HSV(B) | 353.51º | 0.85% | 0.68% | - |
| XYZ | 18.24 | 9.9 | 3.14 | - |
| YUV | 72.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 42 | 0 | 0.85 | 0.76 | 0.32 | 353.51 | 0.74 | 0.39 |
| Hex | AE | 1A | 2A | 0 | 55 | 4C | 20 | 162 | 4A | 27 |
| Octal | 256 | 32 | 52 | 0 | 125 | 114 | 40 | 542 | 112 | 47 |
| Binary | 10101110 | 11010 | 101010 | 0 | 1010101 | 1001100 | 100000 | 101100010 | 1001010 | 100111 |
Color Harmonies of #AE1A2A
Complementary color
Monochromatic Colors of #AE1A2A
Black with #AE1A2A
Text Example
Text Example
White with #AE1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A2A; }
p { color: rgb(174,26,42); }
H1.HeaderClassName
{
color: #AE1A2A;
}
.AnyTagClassName
{
color: #AE1A2A;
}
</style>
background-color css
<style>
a { background-color: #AE1A2A; }
a { background-color: rgb(174,26,42); }
div.DivClassName
{
background-color: #AE1A2A;
}
.BgClassName
{
background-color: #AE1A2A;
}
</style>
border-color css
<style>
span { border-color: #AE1A2A; }
span { border-color: rgb(174,26,42); }
td.TdClassName
{
border-color: #AE1A2A;
}
.TagClassName
{
border-color: #AE1A2A;
}
</style>