Shades of Cardinal #AE0338
Tints of Cardinal #AE0338
RGB
CMYK
RGB Variations
Color information
#AE0338 (or 0xAE0338) is known color: Cardinal. HEX triplet: AE, 03 and 38. RGB value is (174,3,56). Sum of RGB (Red+Green+Blue) = 174+3+56=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0338 is #51FCC7. Grayscale: #3C3C3C. Windows color (decimal): -5373128 or 3670958. OLE color: 3670958.
HSL color Cylindrical-coordinate representation of color #AE0338: hue angle of 341.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0338 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.32 |
| HSL | 341.4º | 0.97% | 0.35% | - |
| HSV(B) | 341.4º | 0.98% | 0.68% | - |
| XYZ | 18.2 | 9.35 | 4.59 | - |
| YUV | 60.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 56 | 0 | 0.98 | 0.68 | 0.32 | 341.4 | 0.97 | 0.35 |
| Hex | AE | 3 | 38 | 0 | 62 | 44 | 20 | 155 | 61 | 23 |
| Octal | 256 | 3 | 70 | 0 | 142 | 104 | 40 | 525 | 141 | 43 |
| Binary | 10101110 | 11 | 111000 | 0 | 1100010 | 1000100 | 100000 | 101010101 | 1100001 | 100011 |
Color Harmonies of #AE0338
Complementary color
Monochromatic Colors of #AE0338
Black with #AE0338
Text Example
Text Example
White with #AE0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0338; }
p { color: rgb(174,3,56); }
H1.HeaderClassName
{
color: #AE0338;
}
.AnyTagClassName
{
color: #AE0338;
}
</style>
background-color css
<style>
a { background-color: #AE0338; }
a { background-color: rgb(174,3,56); }
div.DivClassName
{
background-color: #AE0338;
}
.BgClassName
{
background-color: #AE0338;
}
</style>
border-color css
<style>
span { border-color: #AE0338; }
span { border-color: rgb(174,3,56); }
td.TdClassName
{
border-color: #AE0338;
}
.TagClassName
{
border-color: #AE0338;
}
</style>