Shades of Cardinal #AE253F
Tints of Cardinal #AE253F
RGB
CMYK
RGB Variations
Color information
#AE253F (or 0xAE253F) is known color: Cardinal. HEX triplet: AE, 25 and 3F. RGB value is (174,37,63). Sum of RGB (Red+Green+Blue) = 174+37+63=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE253F is #51DAC0. Grayscale: #505050. Windows color (decimal): -5364417 or 4138414. OLE color: 4138414.
HSL color Cylindrical-coordinate representation of color #AE253F: hue angle of 348.61º 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 #AE253F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 63 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.32 |
| HSL | 348.61º | 0.65% | 0.41% | - |
| HSV(B) | 348.61º | 0.79% | 0.68% | - |
| XYZ | 19.01 | 10.68 | 5.76 | - |
| YUV | 80.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 63 | 0 | 0.79 | 0.64 | 0.32 | 348.61 | 0.65 | 0.41 |
| Hex | AE | 25 | 3F | 0 | 4F | 40 | 20 | 15D | 41 | 29 |
| Octal | 256 | 45 | 77 | 0 | 117 | 100 | 40 | 535 | 101 | 51 |
| Binary | 10101110 | 100101 | 111111 | 0 | 1001111 | 1000000 | 100000 | 101011101 | 1000001 | 101001 |
Color Harmonies of #AE253F
Complementary color
Monochromatic Colors of #AE253F
Black with #AE253F
Text Example
Text Example
White with #AE253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE253F; }
p { color: rgb(174,37,63); }
H1.HeaderClassName
{
color: #AE253F;
}
.AnyTagClassName
{
color: #AE253F;
}
</style>
background-color css
<style>
a { background-color: #AE253F; }
a { background-color: rgb(174,37,63); }
div.DivClassName
{
background-color: #AE253F;
}
.BgClassName
{
background-color: #AE253F;
}
</style>
border-color css
<style>
span { border-color: #AE253F; }
span { border-color: rgb(174,37,63); }
td.TdClassName
{
border-color: #AE253F;
}
.TagClassName
{
border-color: #AE253F;
}
</style>