Shades of Cardinal #AE232F
Tints of Cardinal #AE232F
RGB
CMYK
RGB Variations
Color information
#AE232F (or 0xAE232F) is known color: Cardinal. HEX triplet: AE, 23 and 2F. RGB value is (174,35,47). Sum of RGB (Red+Green+Blue) = 174+35+47=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE232F is #51DCD0. Grayscale: #4E4E4E. Windows color (decimal): -5364945 or 3089326. OLE color: 3089326.
HSL color Cylindrical-coordinate representation of color #AE232F: hue angle of 354.82º 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 #AE232F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.32 |
| HSL | 354.82º | 0.67% | 0.41% | - |
| HSV(B) | 354.82º | 0.8% | 0.68% | - |
| XYZ | 18.57 | 10.41 | 3.72 | - |
| YUV | 77.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 47 | 0 | 0.80 | 0.73 | 0.32 | 354.82 | 0.67 | 0.41 |
| Hex | AE | 23 | 2F | 0 | 50 | 49 | 20 | 163 | 43 | 29 |
| Octal | 256 | 43 | 57 | 0 | 120 | 111 | 40 | 543 | 103 | 51 |
| Binary | 10101110 | 100011 | 101111 | 0 | 1010000 | 1001001 | 100000 | 101100011 | 1000011 | 101001 |
Color Harmonies of #AE232F
Complementary color
Monochromatic Colors of #AE232F
Black with #AE232F
Text Example
Text Example
White with #AE232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE232F; }
p { color: rgb(174,35,47); }
H1.HeaderClassName
{
color: #AE232F;
}
.AnyTagClassName
{
color: #AE232F;
}
</style>
background-color css
<style>
a { background-color: #AE232F; }
a { background-color: rgb(174,35,47); }
div.DivClassName
{
background-color: #AE232F;
}
.BgClassName
{
background-color: #AE232F;
}
</style>
border-color css
<style>
span { border-color: #AE232F; }
span { border-color: rgb(174,35,47); }
td.TdClassName
{
border-color: #AE232F;
}
.TagClassName
{
border-color: #AE232F;
}
</style>