Shades of Cardinal #AE2935
Tints of Cardinal #AE2935
RGB
CMYK
RGB Variations
Color information
#AE2935 (or 0xAE2935) is known color: Cardinal. HEX triplet: AE, 29 and 35. RGB value is (174,41,53). Sum of RGB (Red+Green+Blue) = 174+41+53=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2935 is #51D6CA. Grayscale: #525252. Windows color (decimal): -5363403 or 3484078. OLE color: 3484078.
HSL color Cylindrical-coordinate representation of color #AE2935: hue angle of 354.59º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2935 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 53 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.32 |
| HSL | 354.59º | 0.62% | 0.42% | - |
| HSV(B) | 354.59º | 0.76% | 0.68% | - |
| XYZ | 18.89 | 10.84 | 4.47 | - |
| YUV | 82.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 53 | 0 | 0.76 | 0.70 | 0.32 | 354.59 | 0.62 | 0.42 |
| Hex | AE | 29 | 35 | 0 | 4C | 46 | 20 | 163 | 3E | 2A |
| Octal | 256 | 51 | 65 | 0 | 114 | 106 | 40 | 543 | 76 | 52 |
| Binary | 10101110 | 101001 | 110101 | 0 | 1001100 | 1000110 | 100000 | 101100011 | 111110 | 101010 |
Color Harmonies of #AE2935
Complementary color
Monochromatic Colors of #AE2935
Black with #AE2935
Text Example
Text Example
White with #AE2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2935; }
p { color: rgb(174,41,53); }
H1.HeaderClassName
{
color: #AE2935;
}
.AnyTagClassName
{
color: #AE2935;
}
</style>
background-color css
<style>
a { background-color: #AE2935; }
a { background-color: rgb(174,41,53); }
div.DivClassName
{
background-color: #AE2935;
}
.BgClassName
{
background-color: #AE2935;
}
</style>
border-color css
<style>
span { border-color: #AE2935; }
span { border-color: rgb(174,41,53); }
td.TdClassName
{
border-color: #AE2935;
}
.TagClassName
{
border-color: #AE2935;
}
</style>