Shades of Cardinal #AE163B
Tints of Cardinal #AE163B
RGB
CMYK
RGB Variations
Color information
#AE163B (or 0xAE163B) is known color: Cardinal. HEX triplet: AE, 16 and 3B. RGB value is (174,22,59). Sum of RGB (Red+Green+Blue) = 174+22+59=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE163B is #51E9C4. Grayscale: #474747. Windows color (decimal): -5368261 or 3872430. OLE color: 3872430.
HSL color Cylindrical-coordinate representation of color #AE163B: hue angle of 345.39º 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 #AE163B is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 22 | 59 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.32 |
| HSL | 345.39º | 0.78% | 0.38% | - |
| HSV(B) | 345.39º | 0.87% | 0.68% | - |
| XYZ | 18.53 | 9.89 | 5.07 | - |
| YUV | 71.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 59 | 0 | 0.87 | 0.66 | 0.32 | 345.39 | 0.78 | 0.38 |
| Hex | AE | 16 | 3B | 0 | 57 | 42 | 20 | 159 | 4E | 26 |
| Octal | 256 | 26 | 73 | 0 | 127 | 102 | 40 | 531 | 116 | 46 |
| Binary | 10101110 | 10110 | 111011 | 0 | 1010111 | 1000010 | 100000 | 101011001 | 1001110 | 100110 |
Color Harmonies of #AE163B
Complementary color
Monochromatic Colors of #AE163B
Black with #AE163B
Text Example
Text Example
White with #AE163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE163B; }
p { color: rgb(174,22,59); }
H1.HeaderClassName
{
color: #AE163B;
}
.AnyTagClassName
{
color: #AE163B;
}
</style>
background-color css
<style>
a { background-color: #AE163B; }
a { background-color: rgb(174,22,59); }
div.DivClassName
{
background-color: #AE163B;
}
.BgClassName
{
background-color: #AE163B;
}
</style>
border-color css
<style>
span { border-color: #AE163B; }
span { border-color: rgb(174,22,59); }
td.TdClassName
{
border-color: #AE163B;
}
.TagClassName
{
border-color: #AE163B;
}
</style>