Shades of Cardinal #AE1A2D
Tints of Cardinal #AE1A2D
RGB
CMYK
RGB Variations
Color information
#AE1A2D (or 0xAE1A2D) is known color: Cardinal. HEX triplet: AE, 1A and 2D. RGB value is (174,26,45). Sum of RGB (Red+Green+Blue) = 174+26+45=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A2D is #51E5D2. Grayscale: #484848. Windows color (decimal): -5367251 or 2955950. OLE color: 2955950.
HSL color Cylindrical-coordinate representation of color #AE1A2D: hue angle of 352.3º 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 #AE1A2D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 45 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.32 |
| HSL | 352.3º | 0.74% | 0.39% | - |
| HSV(B) | 352.3º | 0.85% | 0.68% | - |
| XYZ | 18.3 | 9.93 | 3.43 | - |
| YUV | 72.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 45 | 0 | 0.85 | 0.74 | 0.32 | 352.3 | 0.74 | 0.39 |
| Hex | AE | 1A | 2D | 0 | 55 | 4A | 20 | 160 | 4A | 27 |
| Octal | 256 | 32 | 55 | 0 | 125 | 112 | 40 | 540 | 112 | 47 |
| Binary | 10101110 | 11010 | 101101 | 0 | 1010101 | 1001010 | 100000 | 101100000 | 1001010 | 100111 |
Color Harmonies of #AE1A2D
Complementary color
Monochromatic Colors of #AE1A2D
Black with #AE1A2D
Text Example
Text Example
White with #AE1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A2D; }
p { color: rgb(174,26,45); }
H1.HeaderClassName
{
color: #AE1A2D;
}
.AnyTagClassName
{
color: #AE1A2D;
}
</style>
background-color css
<style>
a { background-color: #AE1A2D; }
a { background-color: rgb(174,26,45); }
div.DivClassName
{
background-color: #AE1A2D;
}
.BgClassName
{
background-color: #AE1A2D;
}
</style>
border-color css
<style>
span { border-color: #AE1A2D; }
span { border-color: rgb(174,26,45); }
td.TdClassName
{
border-color: #AE1A2D;
}
.TagClassName
{
border-color: #AE1A2D;
}
</style>