Shades of Cardinal #AE1030
Tints of Cardinal #AE1030
RGB
CMYK
RGB Variations
Color information
#AE1030 (or 0xAE1030) is known color: Cardinal. HEX triplet: AE, 10 and 30. RGB value is (174,16,48). Sum of RGB (Red+Green+Blue) = 174+16+48=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1030 is #51EFCF. Grayscale: #424242. Windows color (decimal): -5369808 or 3149998. OLE color: 3149998.
HSL color Cylindrical-coordinate representation of color #AE1030: hue angle of 347.85º 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 #AE1030 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 48 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.32 |
| HSL | 347.85º | 0.83% | 0.37% | - |
| HSV(B) | 347.85º | 0.91% | 0.68% | - |
| XYZ | 18.17 | 9.58 | 3.69 | - |
| YUV | 66.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 48 | 0 | 0.91 | 0.72 | 0.32 | 347.85 | 0.83 | 0.37 |
| Hex | AE | 10 | 30 | 0 | 5B | 48 | 20 | 15C | 53 | 25 |
| Octal | 256 | 20 | 60 | 0 | 133 | 110 | 40 | 534 | 123 | 45 |
| Binary | 10101110 | 10000 | 110000 | 0 | 1011011 | 1001000 | 100000 | 101011100 | 1010011 | 100101 |
Color Harmonies of #AE1030
Complementary color
Monochromatic Colors of #AE1030
Black with #AE1030
Text Example
Text Example
White with #AE1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1030; }
p { color: rgb(174,16,48); }
H1.HeaderClassName
{
color: #AE1030;
}
.AnyTagClassName
{
color: #AE1030;
}
</style>
background-color css
<style>
a { background-color: #AE1030; }
a { background-color: rgb(174,16,48); }
div.DivClassName
{
background-color: #AE1030;
}
.BgClassName
{
background-color: #AE1030;
}
</style>
border-color css
<style>
span { border-color: #AE1030; }
span { border-color: rgb(174,16,48); }
td.TdClassName
{
border-color: #AE1030;
}
.TagClassName
{
border-color: #AE1030;
}
</style>