Shades of Cardinal #AE133E
Tints of Cardinal #AE133E
RGB
CMYK
RGB Variations
Color information
#AE133E (or 0xAE133E) is known color: Cardinal. HEX triplet: AE, 13 and 3E. RGB value is (174,19,62). Sum of RGB (Red+Green+Blue) = 174+19+62=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE133E is #51ECC1. Grayscale: #464646. Windows color (decimal): -5369026 or 4068270. OLE color: 4068270.
HSL color Cylindrical-coordinate representation of color #AE133E: hue angle of 343.35º 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 #AE133E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 62 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.32 |
| HSL | 343.35º | 0.8% | 0.38% | - |
| HSV(B) | 343.35º | 0.89% | 0.68% | - |
| XYZ | 18.56 | 9.81 | 5.47 | - |
| YUV | 70.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 62 | 0 | 0.89 | 0.64 | 0.32 | 343.35 | 0.8 | 0.38 |
| Hex | AE | 13 | 3E | 0 | 59 | 40 | 20 | 157 | 50 | 26 |
| Octal | 256 | 23 | 76 | 0 | 131 | 100 | 40 | 527 | 120 | 46 |
| Binary | 10101110 | 10011 | 111110 | 0 | 1011001 | 1000000 | 100000 | 101010111 | 1010000 | 100110 |
Color Harmonies of #AE133E
Complementary color
Monochromatic Colors of #AE133E
Black with #AE133E
Text Example
Text Example
White with #AE133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE133E; }
p { color: rgb(174,19,62); }
H1.HeaderClassName
{
color: #AE133E;
}
.AnyTagClassName
{
color: #AE133E;
}
</style>
background-color css
<style>
a { background-color: #AE133E; }
a { background-color: rgb(174,19,62); }
div.DivClassName
{
background-color: #AE133E;
}
.BgClassName
{
background-color: #AE133E;
}
</style>
border-color css
<style>
span { border-color: #AE133E; }
span { border-color: rgb(174,19,62); }
td.TdClassName
{
border-color: #AE133E;
}
.TagClassName
{
border-color: #AE133E;
}
</style>