Shades of Cardinal #AE023D
Tints of Cardinal #AE023D
RGB
CMYK
RGB Variations
Color information
#AE023D (or 0xAE023D) is known color: Cardinal. HEX triplet: AE, 02 and 3D. RGB value is (174,2,61). Sum of RGB (Red+Green+Blue) = 174+2+61=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE023D is #51FDC2. Grayscale: #3C3C3C. Windows color (decimal): -5373379 or 3998382. OLE color: 3998382.
HSL color Cylindrical-coordinate representation of color #AE023D: hue angle of 339.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE023D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.32 |
| HSL | 339.42º | 0.98% | 0.35% | - |
| HSV(B) | 339.42º | 0.99% | 0.68% | - |
| XYZ | 18.32 | 9.38 | 5.26 | - |
| YUV | 60.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 61 | 0 | 0.99 | 0.65 | 0.32 | 339.42 | 0.98 | 0.35 |
| Hex | AE | 2 | 3D | 0 | 63 | 41 | 20 | 153 | 62 | 23 |
| Octal | 256 | 2 | 75 | 0 | 143 | 101 | 40 | 523 | 142 | 43 |
| Binary | 10101110 | 10 | 111101 | 0 | 1100011 | 1000001 | 100000 | 101010011 | 1100010 | 100011 |
Color Harmonies of #AE023D
Complementary color
Monochromatic Colors of #AE023D
Black with #AE023D
Text Example
Text Example
White with #AE023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE023D; }
p { color: rgb(174,2,61); }
H1.HeaderClassName
{
color: #AE023D;
}
.AnyTagClassName
{
color: #AE023D;
}
</style>
background-color css
<style>
a { background-color: #AE023D; }
a { background-color: rgb(174,2,61); }
div.DivClassName
{
background-color: #AE023D;
}
.BgClassName
{
background-color: #AE023D;
}
</style>
border-color css
<style>
span { border-color: #AE023D; }
span { border-color: rgb(174,2,61); }
td.TdClassName
{
border-color: #AE023D;
}
.TagClassName
{
border-color: #AE023D;
}
</style>