Shades of Cardinal #AE133D
Tints of Cardinal #AE133D
RGB
CMYK
RGB Variations
Color information
#AE133D (or 0xAE133D) is known color: Cardinal. HEX triplet: AE, 13 and 3D. RGB value is (174,19,61). Sum of RGB (Red+Green+Blue) = 174+19+61=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE133D is #51ECC2. Grayscale: #464646. Windows color (decimal): -5369027 or 4002734. OLE color: 4002734.
HSL color Cylindrical-coordinate representation of color #AE133D: hue angle of 343.74º 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 #AE133D is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 61 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.32 |
| HSL | 343.74º | 0.8% | 0.38% | - |
| HSV(B) | 343.74º | 0.89% | 0.68% | - |
| XYZ | 18.53 | 9.8 | 5.33 | - |
| YUV | 70.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 61 | 0 | 0.89 | 0.65 | 0.32 | 343.74 | 0.8 | 0.38 |
| Hex | AE | 13 | 3D | 0 | 59 | 41 | 20 | 158 | 50 | 26 |
| Octal | 256 | 23 | 75 | 0 | 131 | 101 | 40 | 530 | 120 | 46 |
| Binary | 10101110 | 10011 | 111101 | 0 | 1011001 | 1000001 | 100000 | 101011000 | 1010000 | 100110 |
Color Harmonies of #AE133D
Complementary color
Monochromatic Colors of #AE133D
Black with #AE133D
Text Example
Text Example
White with #AE133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE133D; }
p { color: rgb(174,19,61); }
H1.HeaderClassName
{
color: #AE133D;
}
.AnyTagClassName
{
color: #AE133D;
}
</style>
background-color css
<style>
a { background-color: #AE133D; }
a { background-color: rgb(174,19,61); }
div.DivClassName
{
background-color: #AE133D;
}
.BgClassName
{
background-color: #AE133D;
}
</style>
border-color css
<style>
span { border-color: #AE133D; }
span { border-color: rgb(174,19,61); }
td.TdClassName
{
border-color: #AE133D;
}
.TagClassName
{
border-color: #AE133D;
}
</style>