Shades of Cardinal #AE1334
Tints of Cardinal #AE1334
RGB
CMYK
RGB Variations
Color information
#AE1334 (or 0xAE1334) is known color: Cardinal. HEX triplet: AE, 13 and 34. RGB value is (174,19,52). Sum of RGB (Red+Green+Blue) = 174+19+52=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1334 is #51ECCB. Grayscale: #454545. Windows color (decimal): -5369036 or 3412910. OLE color: 3412910.
HSL color Cylindrical-coordinate representation of color #AE1334: hue angle of 347.23º 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 #AE1334 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 52 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.32 |
| HSL | 347.23º | 0.8% | 0.38% | - |
| HSV(B) | 347.23º | 0.89% | 0.68% | - |
| XYZ | 18.31 | 9.71 | 4.16 | - |
| YUV | 69.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 52 | 0 | 0.89 | 0.70 | 0.32 | 347.23 | 0.8 | 0.38 |
| Hex | AE | 13 | 34 | 0 | 59 | 46 | 20 | 15B | 50 | 26 |
| Octal | 256 | 23 | 64 | 0 | 131 | 106 | 40 | 533 | 120 | 46 |
| Binary | 10101110 | 10011 | 110100 | 0 | 1011001 | 1000110 | 100000 | 101011011 | 1010000 | 100110 |
Color Harmonies of #AE1334
Complementary color
Monochromatic Colors of #AE1334
Black with #AE1334
Text Example
Text Example
White with #AE1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1334; }
p { color: rgb(174,19,52); }
H1.HeaderClassName
{
color: #AE1334;
}
.AnyTagClassName
{
color: #AE1334;
}
</style>
background-color css
<style>
a { background-color: #AE1334; }
a { background-color: rgb(174,19,52); }
div.DivClassName
{
background-color: #AE1334;
}
.BgClassName
{
background-color: #AE1334;
}
</style>
border-color css
<style>
span { border-color: #AE1334; }
span { border-color: rgb(174,19,52); }
td.TdClassName
{
border-color: #AE1334;
}
.TagClassName
{
border-color: #AE1334;
}
</style>