Shades of Fire Brick #AE201A
Tints of Fire Brick #AE201A
RGB
CMYK
RGB Variations
Color information
#AE201A (or 0xAE201A) is known color: Fire Brick. HEX triplet: AE, 20 and 1A. RGB value is (174,32,26). Sum of RGB (Red+Green+Blue) = 174+32+26=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE201A is #51DFE5. Grayscale: #494949. Windows color (decimal): -5365734 or 1712302. OLE color: 1712302.
HSL color Cylindrical-coordinate representation of color #AE201A: hue angle of 2.43º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE201A is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 26 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.32 |
| HSL | 2.43º | 0.74% | 0.39% | - |
| HSV(B) | 2.43º | 0.85% | 0.68% | - |
| XYZ | 18.16 | 10.11 | 1.97 | - |
| YUV | 73.77 | 101.04 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 26 | 0 | 0.82 | 0.85 | 0.32 | 2.43 | 0.74 | 0.39 |
| Hex | AE | 20 | 1A | 0 | 52 | 55 | 20 | 2 | 4A | 27 |
| Octal | 256 | 40 | 32 | 0 | 122 | 125 | 40 | 2 | 112 | 47 |
| Binary | 10101110 | 100000 | 11010 | 0 | 1010010 | 1010101 | 100000 | 10 | 1001010 | 100111 |
Color Harmonies of #AE201A
Complementary color
Monochromatic Colors of #AE201A
Black with #AE201A
Text Example
Text Example
White with #AE201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE201A; }
p { color: rgb(174,32,26); }
H1.HeaderClassName
{
color: #AE201A;
}
.AnyTagClassName
{
color: #AE201A;
}
</style>
background-color css
<style>
a { background-color: #AE201A; }
a { background-color: rgb(174,32,26); }
div.DivClassName
{
background-color: #AE201A;
}
.BgClassName
{
background-color: #AE201A;
}
</style>
border-color css
<style>
span { border-color: #AE201A; }
span { border-color: rgb(174,32,26); }
td.TdClassName
{
border-color: #AE201A;
}
.TagClassName
{
border-color: #AE201A;
}
</style>