Shades of Cardinal #AE183E
Tints of Cardinal #AE183E
RGB
CMYK
RGB Variations
Color information
#AE183E (or 0xAE183E) is known color: Cardinal. HEX triplet: AE, 18 and 3E. RGB value is (174,24,62). Sum of RGB (Red+Green+Blue) = 174+24+62=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE183E is #51E7C1. Grayscale: #494949. Windows color (decimal): -5367746 or 4069550. OLE color: 4069550.
HSL color Cylindrical-coordinate representation of color #AE183E: hue angle of 344.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE183E is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 62 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.32 |
| HSL | 344.8º | 0.76% | 0.39% | - |
| HSV(B) | 344.8º | 0.86% | 0.68% | - |
| XYZ | 18.65 | 10 | 5.5 | - |
| YUV | 73.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 62 | 0 | 0.86 | 0.64 | 0.32 | 344.8 | 0.76 | 0.39 |
| Hex | AE | 18 | 3E | 0 | 56 | 40 | 20 | 159 | 4C | 27 |
| Octal | 256 | 30 | 76 | 0 | 126 | 100 | 40 | 531 | 114 | 47 |
| Binary | 10101110 | 11000 | 111110 | 0 | 1010110 | 1000000 | 100000 | 101011001 | 1001100 | 100111 |
Color Harmonies of #AE183E
Complementary color
Monochromatic Colors of #AE183E
Black with #AE183E
Text Example
Text Example
White with #AE183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE183E; }
p { color: rgb(174,24,62); }
H1.HeaderClassName
{
color: #AE183E;
}
.AnyTagClassName
{
color: #AE183E;
}
</style>
background-color css
<style>
a { background-color: #AE183E; }
a { background-color: rgb(174,24,62); }
div.DivClassName
{
background-color: #AE183E;
}
.BgClassName
{
background-color: #AE183E;
}
</style>
border-color css
<style>
span { border-color: #AE183E; }
span { border-color: rgb(174,24,62); }
td.TdClassName
{
border-color: #AE183E;
}
.TagClassName
{
border-color: #AE183E;
}
</style>