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