Shades of Cardinal #AE2737
Tints of Cardinal #AE2737
RGB
CMYK
RGB Variations
Color information
#AE2737 (or 0xAE2737) is known color: Cardinal. HEX triplet: AE, 27 and 37. RGB value is (174,39,55). Sum of RGB (Red+Green+Blue) = 174+39+55=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2737 is #51D8C8. Grayscale: #515151. Windows color (decimal): -5363913 or 3614638. OLE color: 3614638.
HSL color Cylindrical-coordinate representation of color #AE2737: hue angle of 352.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2737 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 55 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.32 |
| HSL | 352.89º | 0.63% | 0.42% | - |
| HSV(B) | 352.89º | 0.78% | 0.68% | - |
| XYZ | 18.87 | 10.73 | 4.69 | - |
| YUV | 81.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 55 | 0 | 0.78 | 0.68 | 0.32 | 352.89 | 0.63 | 0.42 |
| Hex | AE | 27 | 37 | 0 | 4E | 44 | 20 | 161 | 3F | 2A |
| Octal | 256 | 47 | 67 | 0 | 116 | 104 | 40 | 541 | 77 | 52 |
| Binary | 10101110 | 100111 | 110111 | 0 | 1001110 | 1000100 | 100000 | 101100001 | 111111 | 101010 |
Color Harmonies of #AE2737
Complementary color
Monochromatic Colors of #AE2737
Black with #AE2737
Text Example
Text Example
White with #AE2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2737; }
p { color: rgb(174,39,55); }
H1.HeaderClassName
{
color: #AE2737;
}
.AnyTagClassName
{
color: #AE2737;
}
</style>
background-color css
<style>
a { background-color: #AE2737; }
a { background-color: rgb(174,39,55); }
div.DivClassName
{
background-color: #AE2737;
}
.BgClassName
{
background-color: #AE2737;
}
</style>
border-color css
<style>
span { border-color: #AE2737; }
span { border-color: rgb(174,39,55); }
td.TdClassName
{
border-color: #AE2737;
}
.TagClassName
{
border-color: #AE2737;
}
</style>