Shades of Cardinal #AE1843
Tints of Cardinal #AE1843
RGB
CMYK
RGB Variations
Color information
#AE1843 (or 0xAE1843) is known color: Cardinal. HEX triplet: AE, 18 and 43. RGB value is (174,24,67). Sum of RGB (Red+Green+Blue) = 174+24+67=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1843 is #51E7BC. Grayscale: #494949. Windows color (decimal): -5367741 or 4397230. OLE color: 4397230.
HSL color Cylindrical-coordinate representation of color #AE1843: hue angle of 342.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1843 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 67 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.32 |
| HSL | 342.8º | 0.76% | 0.39% | - |
| HSV(B) | 342.8º | 0.86% | 0.68% | - |
| XYZ | 18.8 | 10.06 | 6.26 | - |
| YUV | 73.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 67 | 0 | 0.86 | 0.61 | 0.32 | 342.8 | 0.76 | 0.39 |
| Hex | AE | 18 | 43 | 0 | 56 | 3D | 20 | 157 | 4C | 27 |
| Octal | 256 | 30 | 103 | 0 | 126 | 75 | 40 | 527 | 114 | 47 |
| Binary | 10101110 | 11000 | 1000011 | 0 | 1010110 | 111101 | 100000 | 101010111 | 1001100 | 100111 |
Color Harmonies of #AE1843
Complementary color
Monochromatic Colors of #AE1843
Black with #AE1843
Text Example
Text Example
White with #AE1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1843; }
p { color: rgb(174,24,67); }
H1.HeaderClassName
{
color: #AE1843;
}
.AnyTagClassName
{
color: #AE1843;
}
</style>
background-color css
<style>
a { background-color: #AE1843; }
a { background-color: rgb(174,24,67); }
div.DivClassName
{
background-color: #AE1843;
}
.BgClassName
{
background-color: #AE1843;
}
</style>
border-color css
<style>
span { border-color: #AE1843; }
span { border-color: rgb(174,24,67); }
td.TdClassName
{
border-color: #AE1843;
}
.TagClassName
{
border-color: #AE1843;
}
</style>