Shades of Cardinal #AE243C
Tints of Cardinal #AE243C
RGB
CMYK
RGB Variations
Color information
#AE243C (or 0xAE243C) is known color: Cardinal. HEX triplet: AE, 24 and 3C. RGB value is (174,36,60). Sum of RGB (Red+Green+Blue) = 174+36+60=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE243C is #51DBC3. Grayscale: #505050. Windows color (decimal): -5364676 or 3941550. OLE color: 3941550.
HSL color Cylindrical-coordinate representation of color #AE243C: hue angle of 349.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE243C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 60 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.32 |
| HSL | 349.57º | 0.66% | 0.41% | - |
| HSV(B) | 349.57º | 0.79% | 0.68% | - |
| XYZ | 18.9 | 10.59 | 5.32 | - |
| YUV | 80 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 60 | 0 | 0.79 | 0.66 | 0.32 | 349.57 | 0.66 | 0.41 |
| Hex | AE | 24 | 3C | 0 | 4F | 42 | 20 | 15E | 42 | 29 |
| Octal | 256 | 44 | 74 | 0 | 117 | 102 | 40 | 536 | 102 | 51 |
| Binary | 10101110 | 100100 | 111100 | 0 | 1001111 | 1000010 | 100000 | 101011110 | 1000010 | 101001 |
Color Harmonies of #AE243C
Complementary color
Monochromatic Colors of #AE243C
Black with #AE243C
Text Example
Text Example
White with #AE243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE243C; }
p { color: rgb(174,36,60); }
H1.HeaderClassName
{
color: #AE243C;
}
.AnyTagClassName
{
color: #AE243C;
}
</style>
background-color css
<style>
a { background-color: #AE243C; }
a { background-color: rgb(174,36,60); }
div.DivClassName
{
background-color: #AE243C;
}
.BgClassName
{
background-color: #AE243C;
}
</style>
border-color css
<style>
span { border-color: #AE243C; }
span { border-color: rgb(174,36,60); }
td.TdClassName
{
border-color: #AE243C;
}
.TagClassName
{
border-color: #AE243C;
}
</style>