Shades of Cardinal #AE133A
Tints of Cardinal #AE133A
RGB
CMYK
RGB Variations
Color information
#AE133A (or 0xAE133A) is known color: Cardinal. HEX triplet: AE, 13 and 3A. RGB value is (174,19,58). Sum of RGB (Red+Green+Blue) = 174+19+58=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE133A is #51ECC5. Grayscale: #454545. Windows color (decimal): -5369030 or 3806126. OLE color: 3806126.
HSL color Cylindrical-coordinate representation of color #AE133A: hue angle of 344.9º 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 #AE133A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 58 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.32 |
| HSL | 344.9º | 0.8% | 0.38% | - |
| HSV(B) | 344.9º | 0.89% | 0.68% | - |
| XYZ | 18.45 | 9.77 | 4.92 | - |
| YUV | 69.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 58 | 0 | 0.89 | 0.67 | 0.32 | 344.9 | 0.8 | 0.38 |
| Hex | AE | 13 | 3A | 0 | 59 | 43 | 20 | 159 | 50 | 26 |
| Octal | 256 | 23 | 72 | 0 | 131 | 103 | 40 | 531 | 120 | 46 |
| Binary | 10101110 | 10011 | 111010 | 0 | 1011001 | 1000011 | 100000 | 101011001 | 1010000 | 100110 |
Color Harmonies of #AE133A
Complementary color
Monochromatic Colors of #AE133A
Black with #AE133A
Text Example
Text Example
White with #AE133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE133A; }
p { color: rgb(174,19,58); }
H1.HeaderClassName
{
color: #AE133A;
}
.AnyTagClassName
{
color: #AE133A;
}
</style>
background-color css
<style>
a { background-color: #AE133A; }
a { background-color: rgb(174,19,58); }
div.DivClassName
{
background-color: #AE133A;
}
.BgClassName
{
background-color: #AE133A;
}
</style>
border-color css
<style>
span { border-color: #AE133A; }
span { border-color: rgb(174,19,58); }
td.TdClassName
{
border-color: #AE133A;
}
.TagClassName
{
border-color: #AE133A;
}
</style>