Shades of Cardinal #AE132A
Tints of Cardinal #AE132A
RGB
CMYK
RGB Variations
Color information
#AE132A (or 0xAE132A) is known color: Cardinal. HEX triplet: AE, 13 and 2A. RGB value is (174,19,42). Sum of RGB (Red+Green+Blue) = 174+19+42=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE132A is #51ECD5. Grayscale: #444444. Windows color (decimal): -5369046 or 2757550. OLE color: 2757550.
HSL color Cylindrical-coordinate representation of color #AE132A: hue angle of 351.1º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE132A is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 42 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.32 |
| HSL | 351.1º | 0.8% | 0.38% | - |
| HSV(B) | 351.1º | 0.89% | 0.68% | - |
| XYZ | 18.11 | 9.63 | 3.1 | - |
| YUV | 67.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 42 | 0 | 0.89 | 0.76 | 0.32 | 351.1 | 0.8 | 0.38 |
| Hex | AE | 13 | 2A | 0 | 59 | 4C | 20 | 15F | 50 | 26 |
| Octal | 256 | 23 | 52 | 0 | 131 | 114 | 40 | 537 | 120 | 46 |
| Binary | 10101110 | 10011 | 101010 | 0 | 1011001 | 1001100 | 100000 | 101011111 | 1010000 | 100110 |
Color Harmonies of #AE132A
Complementary color
Monochromatic Colors of #AE132A
Black with #AE132A
Text Example
Text Example
White with #AE132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE132A; }
p { color: rgb(174,19,42); }
H1.HeaderClassName
{
color: #AE132A;
}
.AnyTagClassName
{
color: #AE132A;
}
</style>
background-color css
<style>
a { background-color: #AE132A; }
a { background-color: rgb(174,19,42); }
div.DivClassName
{
background-color: #AE132A;
}
.BgClassName
{
background-color: #AE132A;
}
</style>
border-color css
<style>
span { border-color: #AE132A; }
span { border-color: rgb(174,19,42); }
td.TdClassName
{
border-color: #AE132A;
}
.TagClassName
{
border-color: #AE132A;
}
</style>