Shades of Cardinal #AE232D
Tints of Cardinal #AE232D
RGB
CMYK
RGB Variations
Color information
#AE232D (or 0xAE232D) is known color: Cardinal. HEX triplet: AE, 23 and 2D. RGB value is (174,35,45). Sum of RGB (Red+Green+Blue) = 174+35+45=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE232D is #51DCD2. Grayscale: #4D4D4D. Windows color (decimal): -5364947 or 2958254. OLE color: 2958254.
HSL color Cylindrical-coordinate representation of color #AE232D: hue angle of 355.68º 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 #AE232D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 45 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.32 |
| HSL | 355.68º | 0.67% | 0.41% | - |
| HSV(B) | 355.68º | 0.8% | 0.68% | - |
| XYZ | 18.53 | 10.39 | 3.51 | - |
| YUV | 77.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 45 | 0 | 0.80 | 0.74 | 0.32 | 355.68 | 0.67 | 0.41 |
| Hex | AE | 23 | 2D | 0 | 50 | 4A | 20 | 164 | 43 | 29 |
| Octal | 256 | 43 | 55 | 0 | 120 | 112 | 40 | 544 | 103 | 51 |
| Binary | 10101110 | 100011 | 101101 | 0 | 1010000 | 1001010 | 100000 | 101100100 | 1000011 | 101001 |
Color Harmonies of #AE232D
Complementary color
Monochromatic Colors of #AE232D
Black with #AE232D
Text Example
Text Example
White with #AE232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE232D; }
p { color: rgb(174,35,45); }
H1.HeaderClassName
{
color: #AE232D;
}
.AnyTagClassName
{
color: #AE232D;
}
</style>
background-color css
<style>
a { background-color: #AE232D; }
a { background-color: rgb(174,35,45); }
div.DivClassName
{
background-color: #AE232D;
}
.BgClassName
{
background-color: #AE232D;
}
</style>
border-color css
<style>
span { border-color: #AE232D; }
span { border-color: rgb(174,35,45); }
td.TdClassName
{
border-color: #AE232D;
}
.TagClassName
{
border-color: #AE232D;
}
</style>