Shades of Cardinal #AE163C
Tints of Cardinal #AE163C
RGB
CMYK
RGB Variations
Color information
#AE163C (or 0xAE163C) is known color: Cardinal. HEX triplet: AE, 16 and 3C. RGB value is (174,22,60). Sum of RGB (Red+Green+Blue) = 174+22+60=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE163C is #51E9C3. Grayscale: #474747. Windows color (decimal): -5368260 or 3937966. OLE color: 3937966.
HSL color Cylindrical-coordinate representation of color #AE163C: hue angle of 345º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE163C is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 22 | 60 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.32 |
| HSL | 345º | 0.78% | 0.38% | - |
| HSV(B) | 345º | 0.87% | 0.68% | - |
| XYZ | 18.56 | 9.9 | 5.21 | - |
| YUV | 71.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 60 | 0 | 0.87 | 0.66 | 0.32 | 345 | 0.78 | 0.38 |
| Hex | AE | 16 | 3C | 0 | 57 | 42 | 20 | 159 | 4E | 26 |
| Octal | 256 | 26 | 74 | 0 | 127 | 102 | 40 | 531 | 116 | 46 |
| Binary | 10101110 | 10110 | 111100 | 0 | 1010111 | 1000010 | 100000 | 101011001 | 1001110 | 100110 |
Color Harmonies of #AE163C
Complementary color
Monochromatic Colors of #AE163C
Black with #AE163C
Text Example
Text Example
White with #AE163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE163C; }
p { color: rgb(174,22,60); }
H1.HeaderClassName
{
color: #AE163C;
}
.AnyTagClassName
{
color: #AE163C;
}
</style>
background-color css
<style>
a { background-color: #AE163C; }
a { background-color: rgb(174,22,60); }
div.DivClassName
{
background-color: #AE163C;
}
.BgClassName
{
background-color: #AE163C;
}
</style>
border-color css
<style>
span { border-color: #AE163C; }
span { border-color: rgb(174,22,60); }
td.TdClassName
{
border-color: #AE163C;
}
.TagClassName
{
border-color: #AE163C;
}
</style>