Shades of Cardinal #AE232E
Tints of Cardinal #AE232E
RGB
CMYK
RGB Variations
Color information
#AE232E (or 0xAE232E) is known color: Cardinal. HEX triplet: AE, 23 and 2E. RGB value is (174,35,46). Sum of RGB (Red+Green+Blue) = 174+35+46=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE232E is #51DCD1. Grayscale: #4D4D4D. Windows color (decimal): -5364946 or 3023790. OLE color: 3023790.
HSL color Cylindrical-coordinate representation of color #AE232E: hue angle of 355.25º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE232E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 46 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.32 |
| HSL | 355.25º | 0.67% | 0.41% | - |
| HSV(B) | 355.25º | 0.8% | 0.68% | - |
| XYZ | 18.55 | 10.4 | 3.61 | - |
| YUV | 77.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 46 | 0 | 0.80 | 0.74 | 0.32 | 355.25 | 0.67 | 0.41 |
| Hex | AE | 23 | 2E | 0 | 50 | 4A | 20 | 163 | 43 | 29 |
| Octal | 256 | 43 | 56 | 0 | 120 | 112 | 40 | 543 | 103 | 51 |
| Binary | 10101110 | 100011 | 101110 | 0 | 1010000 | 1001010 | 100000 | 101100011 | 1000011 | 101001 |
Color Harmonies of #AE232E
Complementary color
Monochromatic Colors of #AE232E
Black with #AE232E
Text Example
Text Example
White with #AE232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE232E; }
p { color: rgb(174,35,46); }
H1.HeaderClassName
{
color: #AE232E;
}
.AnyTagClassName
{
color: #AE232E;
}
</style>
background-color css
<style>
a { background-color: #AE232E; }
a { background-color: rgb(174,35,46); }
div.DivClassName
{
background-color: #AE232E;
}
.BgClassName
{
background-color: #AE232E;
}
</style>
border-color css
<style>
span { border-color: #AE232E; }
span { border-color: rgb(174,35,46); }
td.TdClassName
{
border-color: #AE232E;
}
.TagClassName
{
border-color: #AE232E;
}
</style>