Shades of Cardinal #AE102C
Tints of Cardinal #AE102C
RGB
CMYK
RGB Variations
Color information
#AE102C (or 0xAE102C) is known color: Cardinal. HEX triplet: AE, 10 and 2C. RGB value is (174,16,44). Sum of RGB (Red+Green+Blue) = 174+16+44=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE102C is #51EFD3. Grayscale: #424242. Windows color (decimal): -5369812 or 2887854. OLE color: 2887854.
HSL color Cylindrical-coordinate representation of color #AE102C: hue angle of 349.37º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE102C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 44 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.32 |
| HSL | 349.37º | 0.83% | 0.37% | - |
| HSV(B) | 349.37º | 0.91% | 0.68% | - |
| XYZ | 18.1 | 9.55 | 3.27 | - |
| YUV | 66.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 44 | 0 | 0.91 | 0.75 | 0.32 | 349.37 | 0.83 | 0.37 |
| Hex | AE | 10 | 2C | 0 | 5B | 4B | 20 | 15D | 53 | 25 |
| Octal | 256 | 20 | 54 | 0 | 133 | 113 | 40 | 535 | 123 | 45 |
| Binary | 10101110 | 10000 | 101100 | 0 | 1011011 | 1001011 | 100000 | 101011101 | 1010011 | 100101 |
Color Harmonies of #AE102C
Complementary color
Monochromatic Colors of #AE102C
Black with #AE102C
Text Example
Text Example
White with #AE102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE102C; }
p { color: rgb(174,16,44); }
H1.HeaderClassName
{
color: #AE102C;
}
.AnyTagClassName
{
color: #AE102C;
}
</style>
background-color css
<style>
a { background-color: #AE102C; }
a { background-color: rgb(174,16,44); }
div.DivClassName
{
background-color: #AE102C;
}
.BgClassName
{
background-color: #AE102C;
}
</style>
border-color css
<style>
span { border-color: #AE102C; }
span { border-color: rgb(174,16,44); }
td.TdClassName
{
border-color: #AE102C;
}
.TagClassName
{
border-color: #AE102C;
}
</style>