Shades of Cardinal #AE1038
Tints of Cardinal #AE1038
RGB
CMYK
RGB Variations
Color information
#AE1038 (or 0xAE1038) is known color: Cardinal. HEX triplet: AE, 10 and 38. RGB value is (174,16,56). Sum of RGB (Red+Green+Blue) = 174+16+56=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1038 is #51EFC7. Grayscale: #434343. Windows color (decimal): -5369800 or 3674286. OLE color: 3674286.
HSL color Cylindrical-coordinate representation of color #AE1038: hue angle of 344.81º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1038 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 56 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.32 |
| HSL | 344.81º | 0.83% | 0.37% | - |
| HSV(B) | 344.81º | 0.91% | 0.68% | - |
| XYZ | 18.35 | 9.65 | 4.64 | - |
| YUV | 67.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 56 | 0 | 0.91 | 0.68 | 0.32 | 344.81 | 0.83 | 0.37 |
| Hex | AE | 10 | 38 | 0 | 5B | 44 | 20 | 159 | 53 | 25 |
| Octal | 256 | 20 | 70 | 0 | 133 | 104 | 40 | 531 | 123 | 45 |
| Binary | 10101110 | 10000 | 111000 | 0 | 1011011 | 1000100 | 100000 | 101011001 | 1010011 | 100101 |
Color Harmonies of #AE1038
Complementary color
Monochromatic Colors of #AE1038
Black with #AE1038
Text Example
Text Example
White with #AE1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1038; }
p { color: rgb(174,16,56); }
H1.HeaderClassName
{
color: #AE1038;
}
.AnyTagClassName
{
color: #AE1038;
}
</style>
background-color css
<style>
a { background-color: #AE1038; }
a { background-color: rgb(174,16,56); }
div.DivClassName
{
background-color: #AE1038;
}
.BgClassName
{
background-color: #AE1038;
}
</style>
border-color css
<style>
span { border-color: #AE1038; }
span { border-color: rgb(174,16,56); }
td.TdClassName
{
border-color: #AE1038;
}
.TagClassName
{
border-color: #AE1038;
}
</style>