Shades of Brick Red #AE323B
Tints of Brick Red #AE323B
RGB
CMYK
RGB Variations
Color information
#AE323B (or 0xAE323B) is known color: Brick Red. HEX triplet: AE, 32 and 3B. RGB value is (174,50,59). Sum of RGB (Red+Green+Blue) = 174+50+59=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE323B is #51CDC4. Grayscale: #585858. Windows color (decimal): -5361093 or 3879598. OLE color: 3879598.
HSL color Cylindrical-coordinate representation of color #AE323B: hue angle of 355.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE323B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 59 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.32 |
| HSL | 355.65º | 0.55% | 0.44% | - |
| HSV(B) | 355.65º | 0.71% | 0.68% | - |
| XYZ | 19.39 | 11.6 | 5.35 | - |
| YUV | 88.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 59 | 0 | 0.71 | 0.66 | 0.32 | 355.65 | 0.55 | 0.44 |
| Hex | AE | 32 | 3B | 0 | 47 | 42 | 20 | 164 | 37 | 2C |
| Octal | 256 | 62 | 73 | 0 | 107 | 102 | 40 | 544 | 67 | 54 |
| Binary | 10101110 | 110010 | 111011 | 0 | 1000111 | 1000010 | 100000 | 101100100 | 110111 | 101100 |
Color Harmonies of #AE323B
Complementary color
Monochromatic Colors of #AE323B
Black with #AE323B
Text Example
Text Example
White with #AE323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE323B; }
p { color: rgb(174,50,59); }
H1.HeaderClassName
{
color: #AE323B;
}
.AnyTagClassName
{
color: #AE323B;
}
</style>
background-color css
<style>
a { background-color: #AE323B; }
a { background-color: rgb(174,50,59); }
div.DivClassName
{
background-color: #AE323B;
}
.BgClassName
{
background-color: #AE323B;
}
</style>
border-color css
<style>
span { border-color: #AE323B; }
span { border-color: rgb(174,50,59); }
td.TdClassName
{
border-color: #AE323B;
}
.TagClassName
{
border-color: #AE323B;
}
</style>