Shades of Cardinal #AE2836
Tints of Cardinal #AE2836
RGB
CMYK
RGB Variations
Color information
#AE2836 (or 0xAE2836) is known color: Cardinal. HEX triplet: AE, 28 and 36. RGB value is (174,40,54). Sum of RGB (Red+Green+Blue) = 174+40+54=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2836 is #51D7C9. Grayscale: #515151. Windows color (decimal): -5363658 or 3549358. OLE color: 3549358.
HSL color Cylindrical-coordinate representation of color #AE2836: hue angle of 353.73º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2836 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 54 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.32 |
| HSL | 353.73º | 0.63% | 0.42% | - |
| HSV(B) | 353.73º | 0.77% | 0.68% | - |
| XYZ | 18.88 | 10.78 | 4.58 | - |
| YUV | 81.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 54 | 0 | 0.77 | 0.69 | 0.32 | 353.73 | 0.63 | 0.42 |
| Hex | AE | 28 | 36 | 0 | 4D | 45 | 20 | 162 | 3F | 2A |
| Octal | 256 | 50 | 66 | 0 | 115 | 105 | 40 | 542 | 77 | 52 |
| Binary | 10101110 | 101000 | 110110 | 0 | 1001101 | 1000101 | 100000 | 101100010 | 111111 | 101010 |
Color Harmonies of #AE2836
Complementary color
Monochromatic Colors of #AE2836
Black with #AE2836
Text Example
Text Example
White with #AE2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2836; }
p { color: rgb(174,40,54); }
H1.HeaderClassName
{
color: #AE2836;
}
.AnyTagClassName
{
color: #AE2836;
}
</style>
background-color css
<style>
a { background-color: #AE2836; }
a { background-color: rgb(174,40,54); }
div.DivClassName
{
background-color: #AE2836;
}
.BgClassName
{
background-color: #AE2836;
}
</style>
border-color css
<style>
span { border-color: #AE2836; }
span { border-color: rgb(174,40,54); }
td.TdClassName
{
border-color: #AE2836;
}
.TagClassName
{
border-color: #AE2836;
}
</style>