Shades of Cardinal #AE273C
Tints of Cardinal #AE273C
RGB
CMYK
RGB Variations
Color information
#AE273C (or 0xAE273C) is known color: Cardinal. HEX triplet: AE, 27 and 3C. RGB value is (174,39,60). Sum of RGB (Red+Green+Blue) = 174+39+60=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE273C is #51D8C3. Grayscale: #515151. Windows color (decimal): -5363908 or 3942318. OLE color: 3942318.
HSL color Cylindrical-coordinate representation of color #AE273C: hue angle of 350.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE273C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 60 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.32 |
| HSL | 350.67º | 0.63% | 0.42% | - |
| HSV(B) | 350.67º | 0.78% | 0.68% | - |
| XYZ | 19 | 10.78 | 5.35 | - |
| YUV | 81.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 60 | 0 | 0.78 | 0.66 | 0.32 | 350.67 | 0.63 | 0.42 |
| Hex | AE | 27 | 3C | 0 | 4E | 42 | 20 | 15F | 3F | 2A |
| Octal | 256 | 47 | 74 | 0 | 116 | 102 | 40 | 537 | 77 | 52 |
| Binary | 10101110 | 100111 | 111100 | 0 | 1001110 | 1000010 | 100000 | 101011111 | 111111 | 101010 |
Color Harmonies of #AE273C
Complementary color
Monochromatic Colors of #AE273C
Black with #AE273C
Text Example
Text Example
White with #AE273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE273C; }
p { color: rgb(174,39,60); }
H1.HeaderClassName
{
color: #AE273C;
}
.AnyTagClassName
{
color: #AE273C;
}
</style>
background-color css
<style>
a { background-color: #AE273C; }
a { background-color: rgb(174,39,60); }
div.DivClassName
{
background-color: #AE273C;
}
.BgClassName
{
background-color: #AE273C;
}
</style>
border-color css
<style>
span { border-color: #AE273C; }
span { border-color: rgb(174,39,60); }
td.TdClassName
{
border-color: #AE273C;
}
.TagClassName
{
border-color: #AE273C;
}
</style>