Shades of Cardinal #AE003B
Tints of Cardinal #AE003B
RGB
CMYK
RGB Variations
Color information
#AE003B (or 0xAE003B) is known color: Cardinal. HEX triplet: AE, 00 and 3B. RGB value is (174,0,59). Sum of RGB (Red+Green+Blue) = 174+0+59=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE003B is #51FFC4. Grayscale: #3A3A3A. Windows color (decimal): -5373893 or 3866798. OLE color: 3866798.
HSL color Cylindrical-coordinate representation of color #AE003B: hue angle of 339.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE003B is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.66 | 0.32 |
| HSL | 339.66º | 1% | 0.34% | - |
| HSV(B) | 339.66º | 1% | 0.68% | - |
| XYZ | 18.24 | 9.31 | 4.97 | - |
| YUV | 58.75 | 128.15 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 59 | 0 | 1 | 0.66 | 0.32 | 339.66 | 1 | 0.34 |
| Hex | AE | 0 | 3B | 0 | 64 | 42 | 20 | 154 | 64 | 22 |
| Octal | 256 | 0 | 73 | 0 | 144 | 102 | 40 | 524 | 144 | 42 |
| Binary | 10101110 | 0 | 111011 | 0 | 1100100 | 1000010 | 100000 | 101010100 | 1100100 | 100010 |
Color Harmonies of #AE003B
Complementary color
Monochromatic Colors of #AE003B
Black with #AE003B
Text Example
Text Example
White with #AE003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE003B; }
p { color: rgb(174,0,59); }
H1.HeaderClassName
{
color: #AE003B;
}
.AnyTagClassName
{
color: #AE003B;
}
</style>
background-color css
<style>
a { background-color: #AE003B; }
a { background-color: rgb(174,0,59); }
div.DivClassName
{
background-color: #AE003B;
}
.BgClassName
{
background-color: #AE003B;
}
</style>
border-color css
<style>
span { border-color: #AE003B; }
span { border-color: rgb(174,0,59); }
td.TdClassName
{
border-color: #AE003B;
}
.TagClassName
{
border-color: #AE003B;
}
</style>