Shades of Cardinal #AE1345
Tints of Cardinal #AE1345
RGB
CMYK
RGB Variations
Color information
#AE1345 (or 0xAE1345) is known color: Cardinal. HEX triplet: AE, 13 and 45. RGB value is (174,19,69). Sum of RGB (Red+Green+Blue) = 174+19+69=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1345 is #51ECBA. Grayscale: #474747. Windows color (decimal): -5369019 or 4527022. OLE color: 4527022.
HSL color Cylindrical-coordinate representation of color #AE1345: hue angle of 340.65º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1345 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 69 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.32 |
| HSL | 340.65º | 0.8% | 0.38% | - |
| HSV(B) | 340.65º | 0.89% | 0.68% | - |
| XYZ | 18.76 | 9.89 | 6.55 | - |
| YUV | 71.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 69 | 0 | 0.89 | 0.60 | 0.32 | 340.65 | 0.8 | 0.38 |
| Hex | AE | 13 | 45 | 0 | 59 | 3C | 20 | 155 | 50 | 26 |
| Octal | 256 | 23 | 105 | 0 | 131 | 74 | 40 | 525 | 120 | 46 |
| Binary | 10101110 | 10011 | 1000101 | 0 | 1011001 | 111100 | 100000 | 101010101 | 1010000 | 100110 |
Color Harmonies of #AE1345
Complementary color
Monochromatic Colors of #AE1345
Black with #AE1345
Text Example
Text Example
White with #AE1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1345; }
p { color: rgb(174,19,69); }
H1.HeaderClassName
{
color: #AE1345;
}
.AnyTagClassName
{
color: #AE1345;
}
</style>
background-color css
<style>
a { background-color: #AE1345; }
a { background-color: rgb(174,19,69); }
div.DivClassName
{
background-color: #AE1345;
}
.BgClassName
{
background-color: #AE1345;
}
</style>
border-color css
<style>
span { border-color: #AE1345; }
span { border-color: rgb(174,19,69); }
td.TdClassName
{
border-color: #AE1345;
}
.TagClassName
{
border-color: #AE1345;
}
</style>