Shades of Cardinal #AE253A
Tints of Cardinal #AE253A
RGB
CMYK
RGB Variations
Color information
#AE253A (or 0xAE253A) is known color: Cardinal. HEX triplet: AE, 25 and 3A. RGB value is (174,37,58). Sum of RGB (Red+Green+Blue) = 174+37+58=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE253A is #51DAC5. Grayscale: #505050. Windows color (decimal): -5364422 or 3810734. OLE color: 3810734.
HSL color Cylindrical-coordinate representation of color #AE253A: hue angle of 350.8º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE253A is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 58 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.32 |
| HSL | 350.8º | 0.65% | 0.41% | - |
| HSV(B) | 350.8º | 0.79% | 0.68% | - |
| XYZ | 18.88 | 10.63 | 5.06 | - |
| YUV | 80.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 58 | 0 | 0.79 | 0.67 | 0.32 | 350.8 | 0.65 | 0.41 |
| Hex | AE | 25 | 3A | 0 | 4F | 43 | 20 | 15F | 41 | 29 |
| Octal | 256 | 45 | 72 | 0 | 117 | 103 | 40 | 537 | 101 | 51 |
| Binary | 10101110 | 100101 | 111010 | 0 | 1001111 | 1000011 | 100000 | 101011111 | 1000001 | 101001 |
Color Harmonies of #AE253A
Complementary color
Monochromatic Colors of #AE253A
Black with #AE253A
Text Example
Text Example
White with #AE253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE253A; }
p { color: rgb(174,37,58); }
H1.HeaderClassName
{
color: #AE253A;
}
.AnyTagClassName
{
color: #AE253A;
}
</style>
background-color css
<style>
a { background-color: #AE253A; }
a { background-color: rgb(174,37,58); }
div.DivClassName
{
background-color: #AE253A;
}
.BgClassName
{
background-color: #AE253A;
}
</style>
border-color css
<style>
span { border-color: #AE253A; }
span { border-color: rgb(174,37,58); }
td.TdClassName
{
border-color: #AE253A;
}
.TagClassName
{
border-color: #AE253A;
}
</style>