Shades of Cardinal #AE2834
Tints of Cardinal #AE2834
RGB
CMYK
RGB Variations
Color information
#AE2834 (or 0xAE2834) is known color: Cardinal. HEX triplet: AE, 28 and 34. RGB value is (174,40,52). Sum of RGB (Red+Green+Blue) = 174+40+52=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2834 is #51D7CB. Grayscale: #515151. Windows color (decimal): -5363660 or 3418286. OLE color: 3418286.
HSL color Cylindrical-coordinate representation of color #AE2834: hue angle of 354.63º 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 #AE2834 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 52 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.32 |
| HSL | 354.63º | 0.63% | 0.42% | - |
| HSV(B) | 354.63º | 0.77% | 0.68% | - |
| XYZ | 18.83 | 10.76 | 4.33 | - |
| YUV | 81.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 52 | 0 | 0.77 | 0.70 | 0.32 | 354.63 | 0.63 | 0.42 |
| Hex | AE | 28 | 34 | 0 | 4D | 46 | 20 | 163 | 3F | 2A |
| Octal | 256 | 50 | 64 | 0 | 115 | 106 | 40 | 543 | 77 | 52 |
| Binary | 10101110 | 101000 | 110100 | 0 | 1001101 | 1000110 | 100000 | 101100011 | 111111 | 101010 |
Color Harmonies of #AE2834
Complementary color
Monochromatic Colors of #AE2834
Black with #AE2834
Text Example
Text Example
White with #AE2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2834; }
p { color: rgb(174,40,52); }
H1.HeaderClassName
{
color: #AE2834;
}
.AnyTagClassName
{
color: #AE2834;
}
</style>
background-color css
<style>
a { background-color: #AE2834; }
a { background-color: rgb(174,40,52); }
div.DivClassName
{
background-color: #AE2834;
}
.BgClassName
{
background-color: #AE2834;
}
</style>
border-color css
<style>
span { border-color: #AE2834; }
span { border-color: rgb(174,40,52); }
td.TdClassName
{
border-color: #AE2834;
}
.TagClassName
{
border-color: #AE2834;
}
</style>