Shades of Cardinal #AE163F
Tints of Cardinal #AE163F
RGB
CMYK
RGB Variations
Color information
#AE163F (or 0xAE163F) is known color: Cardinal. HEX triplet: AE, 16 and 3F. RGB value is (174,22,63). Sum of RGB (Red+Green+Blue) = 174+22+63=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE163F is #51E9C0. Grayscale: #484848. Windows color (decimal): -5368257 or 4134574. OLE color: 4134574.
HSL color Cylindrical-coordinate representation of color #AE163F: hue angle of 343.82º 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 #AE163F is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 22 | 63 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.32 |
| HSL | 343.82º | 0.78% | 0.38% | - |
| HSV(B) | 343.82º | 0.87% | 0.68% | - |
| XYZ | 18.64 | 9.93 | 5.64 | - |
| YUV | 72.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 63 | 0 | 0.87 | 0.64 | 0.32 | 343.82 | 0.78 | 0.38 |
| Hex | AE | 16 | 3F | 0 | 57 | 40 | 20 | 158 | 4E | 26 |
| Octal | 256 | 26 | 77 | 0 | 127 | 100 | 40 | 530 | 116 | 46 |
| Binary | 10101110 | 10110 | 111111 | 0 | 1010111 | 1000000 | 100000 | 101011000 | 1001110 | 100110 |
Color Harmonies of #AE163F
Complementary color
Monochromatic Colors of #AE163F
Black with #AE163F
Text Example
Text Example
White with #AE163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE163F; }
p { color: rgb(174,22,63); }
H1.HeaderClassName
{
color: #AE163F;
}
.AnyTagClassName
{
color: #AE163F;
}
</style>
background-color css
<style>
a { background-color: #AE163F; }
a { background-color: rgb(174,22,63); }
div.DivClassName
{
background-color: #AE163F;
}
.BgClassName
{
background-color: #AE163F;
}
</style>
border-color css
<style>
span { border-color: #AE163F; }
span { border-color: rgb(174,22,63); }
td.TdClassName
{
border-color: #AE163F;
}
.TagClassName
{
border-color: #AE163F;
}
</style>