Shades of Brick Red #AE2C39
Tints of Brick Red #AE2C39
RGB
CMYK
RGB Variations
Color information
#AE2C39 (or 0xAE2C39) is known color: Brick Red. HEX triplet: AE, 2C and 39. RGB value is (174,44,57). Sum of RGB (Red+Green+Blue) = 174+44+57=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C39 is #51D3C6. Grayscale: #545454. Windows color (decimal): -5362631 or 3746990. OLE color: 3746990.
HSL color Cylindrical-coordinate representation of color #AE2C39: hue angle of 354º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C39 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 57 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.32 |
| HSL | 354º | 0.6% | 0.43% | - |
| HSV(B) | 354º | 0.75% | 0.68% | - |
| XYZ | 19.09 | 11.1 | 5.01 | - |
| YUV | 84.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 57 | 0 | 0.75 | 0.67 | 0.32 | 354 | 0.6 | 0.43 |
| Hex | AE | 2C | 39 | 0 | 4B | 43 | 20 | 162 | 3C | 2B |
| Octal | 256 | 54 | 71 | 0 | 113 | 103 | 40 | 542 | 74 | 53 |
| Binary | 10101110 | 101100 | 111001 | 0 | 1001011 | 1000011 | 100000 | 101100010 | 111100 | 101011 |
Color Harmonies of #AE2C39
Complementary color
Monochromatic Colors of #AE2C39
Black with #AE2C39
Text Example
Text Example
White with #AE2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C39; }
p { color: rgb(174,44,57); }
H1.HeaderClassName
{
color: #AE2C39;
}
.AnyTagClassName
{
color: #AE2C39;
}
</style>
background-color css
<style>
a { background-color: #AE2C39; }
a { background-color: rgb(174,44,57); }
div.DivClassName
{
background-color: #AE2C39;
}
.BgClassName
{
background-color: #AE2C39;
}
</style>
border-color css
<style>
span { border-color: #AE2C39; }
span { border-color: rgb(174,44,57); }
td.TdClassName
{
border-color: #AE2C39;
}
.TagClassName
{
border-color: #AE2C39;
}
</style>