Shades of Cardinal #AE192A
Tints of Cardinal #AE192A
RGB
CMYK
RGB Variations
Color information
#AE192A (or 0xAE192A) is known color: Cardinal. HEX triplet: AE, 19 and 2A. RGB value is (174,25,42). Sum of RGB (Red+Green+Blue) = 174+25+42=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE192A is #51E6D5. Grayscale: #474747. Windows color (decimal): -5367510 or 2759086. OLE color: 2759086.
HSL color Cylindrical-coordinate representation of color #AE192A: hue angle of 353.15º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE192A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 25 | 42 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.32 |
| HSL | 353.15º | 0.75% | 0.39% | - |
| HSV(B) | 353.15º | 0.86% | 0.68% | - |
| XYZ | 18.22 | 9.86 | 3.13 | - |
| YUV | 71.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 25 | 42 | 0 | 0.86 | 0.76 | 0.32 | 353.15 | 0.75 | 0.39 |
| Hex | AE | 19 | 2A | 0 | 56 | 4C | 20 | 161 | 4B | 27 |
| Octal | 256 | 31 | 52 | 0 | 126 | 114 | 40 | 541 | 113 | 47 |
| Binary | 10101110 | 11001 | 101010 | 0 | 1010110 | 1001100 | 100000 | 101100001 | 1001011 | 100111 |
Color Harmonies of #AE192A
Complementary color
Monochromatic Colors of #AE192A
Black with #AE192A
Text Example
Text Example
White with #AE192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE192A; }
p { color: rgb(174,25,42); }
H1.HeaderClassName
{
color: #AE192A;
}
.AnyTagClassName
{
color: #AE192A;
}
</style>
background-color css
<style>
a { background-color: #AE192A; }
a { background-color: rgb(174,25,42); }
div.DivClassName
{
background-color: #AE192A;
}
.BgClassName
{
background-color: #AE192A;
}
</style>
border-color css
<style>
span { border-color: #AE192A; }
span { border-color: rgb(174,25,42); }
td.TdClassName
{
border-color: #AE192A;
}
.TagClassName
{
border-color: #AE192A;
}
</style>