Shades of Brick Red #AE3C3E
Tints of Brick Red #AE3C3E
RGB
CMYK
RGB Variations
Color information
#AE3C3E (or 0xAE3C3E) is known color: Brick Red. HEX triplet: AE, 3C and 3E. RGB value is (174,60,62). Sum of RGB (Red+Green+Blue) = 174+60+62=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C3E is #51C3C1. Grayscale: #5E5E5E. Windows color (decimal): -5358530 or 4078766. OLE color: 4078766.
HSL color Cylindrical-coordinate representation of color #AE3C3E: hue angle of 358.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C3E is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 62 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.32 |
| HSL | 358.95º | 0.49% | 0.46% | - |
| HSV(B) | 358.95º | 0.66% | 0.68% | - |
| XYZ | 19.94 | 12.58 | 5.93 | - |
| YUV | 94.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 62 | 0 | 0.66 | 0.64 | 0.32 | 358.95 | 0.49 | 0.46 |
| Hex | AE | 3C | 3E | 0 | 42 | 40 | 20 | 167 | 31 | 2E |
| Octal | 256 | 74 | 76 | 0 | 102 | 100 | 40 | 547 | 61 | 56 |
| Binary | 10101110 | 111100 | 111110 | 0 | 1000010 | 1000000 | 100000 | 101100111 | 110001 | 101110 |
Color Harmonies of #AE3C3E
Complementary color
Monochromatic Colors of #AE3C3E
Black with #AE3C3E
Text Example
Text Example
White with #AE3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C3E; }
p { color: rgb(174,60,62); }
H1.HeaderClassName
{
color: #AE3C3E;
}
.AnyTagClassName
{
color: #AE3C3E;
}
</style>
background-color css
<style>
a { background-color: #AE3C3E; }
a { background-color: rgb(174,60,62); }
div.DivClassName
{
background-color: #AE3C3E;
}
.BgClassName
{
background-color: #AE3C3E;
}
</style>
border-color css
<style>
span { border-color: #AE3C3E; }
span { border-color: rgb(174,60,62); }
td.TdClassName
{
border-color: #AE3C3E;
}
.TagClassName
{
border-color: #AE3C3E;
}
</style>