Shades of Cardinal #AE183F
Tints of Cardinal #AE183F
RGB
CMYK
RGB Variations
Color information
#AE183F (or 0xAE183F) is known color: Cardinal. HEX triplet: AE, 18 and 3F. RGB value is (174,24,63). Sum of RGB (Red+Green+Blue) = 174+24+63=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE183F is #51E7C0. Grayscale: #494949. Windows color (decimal): -5367745 or 4135086. OLE color: 4135086.
HSL color Cylindrical-coordinate representation of color #AE183F: hue angle of 344.4º 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 #AE183F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 63 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.32 |
| HSL | 344.4º | 0.76% | 0.39% | - |
| HSV(B) | 344.4º | 0.86% | 0.68% | - |
| XYZ | 18.68 | 10.01 | 5.65 | - |
| YUV | 73.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 63 | 0 | 0.86 | 0.64 | 0.32 | 344.4 | 0.76 | 0.39 |
| Hex | AE | 18 | 3F | 0 | 56 | 40 | 20 | 158 | 4C | 27 |
| Octal | 256 | 30 | 77 | 0 | 126 | 100 | 40 | 530 | 114 | 47 |
| Binary | 10101110 | 11000 | 111111 | 0 | 1010110 | 1000000 | 100000 | 101011000 | 1001100 | 100111 |
Color Harmonies of #AE183F
Complementary color
Monochromatic Colors of #AE183F
Black with #AE183F
Text Example
Text Example
White with #AE183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE183F; }
p { color: rgb(174,24,63); }
H1.HeaderClassName
{
color: #AE183F;
}
.AnyTagClassName
{
color: #AE183F;
}
</style>
background-color css
<style>
a { background-color: #AE183F; }
a { background-color: rgb(174,24,63); }
div.DivClassName
{
background-color: #AE183F;
}
.BgClassName
{
background-color: #AE183F;
}
</style>
border-color css
<style>
span { border-color: #AE183F; }
span { border-color: rgb(174,24,63); }
td.TdClassName
{
border-color: #AE183F;
}
.TagClassName
{
border-color: #AE183F;
}
</style>