Shades of Cardinal #AE193C
Tints of Cardinal #AE193C
RGB
CMYK
RGB Variations
Color information
#AE193C (or 0xAE193C) is known color: Cardinal. HEX triplet: AE, 19 and 3C. RGB value is (174,25,60). Sum of RGB (Red+Green+Blue) = 174+25+60=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE193C is #51E6C3. Grayscale: #494949. Windows color (decimal): -5367492 or 3938734. OLE color: 3938734.
HSL color Cylindrical-coordinate representation of color #AE193C: hue angle of 345.91º degrees, saturation: 0.75, 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 #AE193C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 25 | 60 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.32 |
| HSL | 345.91º | 0.75% | 0.39% | - |
| HSV(B) | 345.91º | 0.86% | 0.68% | - |
| XYZ | 18.62 | 10.02 | 5.23 | - |
| YUV | 73.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 25 | 60 | 0 | 0.86 | 0.66 | 0.32 | 345.91 | 0.75 | 0.39 |
| Hex | AE | 19 | 3C | 0 | 56 | 42 | 20 | 15A | 4B | 27 |
| Octal | 256 | 31 | 74 | 0 | 126 | 102 | 40 | 532 | 113 | 47 |
| Binary | 10101110 | 11001 | 111100 | 0 | 1010110 | 1000010 | 100000 | 101011010 | 1001011 | 100111 |
Color Harmonies of #AE193C
Complementary color
Monochromatic Colors of #AE193C
Black with #AE193C
Text Example
Text Example
White with #AE193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE193C; }
p { color: rgb(174,25,60); }
H1.HeaderClassName
{
color: #AE193C;
}
.AnyTagClassName
{
color: #AE193C;
}
</style>
background-color css
<style>
a { background-color: #AE193C; }
a { background-color: rgb(174,25,60); }
div.DivClassName
{
background-color: #AE193C;
}
.BgClassName
{
background-color: #AE193C;
}
</style>
border-color css
<style>
span { border-color: #AE193C; }
span { border-color: rgb(174,25,60); }
td.TdClassName
{
border-color: #AE193C;
}
.TagClassName
{
border-color: #AE193C;
}
</style>