Shades of Cardinal #AE092D
Tints of Cardinal #AE092D
RGB
CMYK
RGB Variations
Color information
#AE092D (or 0xAE092D) is known color: Cardinal. HEX triplet: AE, 09 and 2D. RGB value is (174,9,45). Sum of RGB (Red+Green+Blue) = 174+9+45=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE092D is #51F6D2. Grayscale: #3E3E3E. Windows color (decimal): -5371603 or 2951598. OLE color: 2951598.
HSL color Cylindrical-coordinate representation of color #AE092D: hue angle of 346.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE092D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.32 |
| HSL | 346.91º | 0.9% | 0.36% | - |
| HSV(B) | 346.91º | 0.95% | 0.68% | - |
| XYZ | 18.03 | 9.38 | 3.34 | - |
| YUV | 62.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 45 | 0 | 0.95 | 0.74 | 0.32 | 346.91 | 0.9 | 0.36 |
| Hex | AE | 9 | 2D | 0 | 5F | 4A | 20 | 15B | 5A | 24 |
| Octal | 256 | 11 | 55 | 0 | 137 | 112 | 40 | 533 | 132 | 44 |
| Binary | 10101110 | 1001 | 101101 | 0 | 1011111 | 1001010 | 100000 | 101011011 | 1011010 | 100100 |
Color Harmonies of #AE092D
Complementary color
Monochromatic Colors of #AE092D
Black with #AE092D
Text Example
Text Example
White with #AE092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE092D; }
p { color: rgb(174,9,45); }
H1.HeaderClassName
{
color: #AE092D;
}
.AnyTagClassName
{
color: #AE092D;
}
</style>
background-color css
<style>
a { background-color: #AE092D; }
a { background-color: rgb(174,9,45); }
div.DivClassName
{
background-color: #AE092D;
}
.BgClassName
{
background-color: #AE092D;
}
</style>
border-color css
<style>
span { border-color: #AE092D; }
span { border-color: rgb(174,9,45); }
td.TdClassName
{
border-color: #AE092D;
}
.TagClassName
{
border-color: #AE092D;
}
</style>