Shades of Fire Brick #AA271D
Tints of Fire Brick #AA271D
RGB
CMYK
RGB Variations
Color information
#AA271D (or 0xAA271D) is known color: Fire Brick. HEX triplet: AA, 27 and 1D. RGB value is (170,39,29). Sum of RGB (Red+Green+Blue) = 170+39+29=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA271D is #55D8E2. Grayscale: #4D4D4D. Windows color (decimal): -5626083 or 1910698. OLE color: 1910698.
HSL color Cylindrical-coordinate representation of color #AA271D: hue angle of 4.26º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA271D is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 29 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.33 |
| HSL | 4.26º | 0.71% | 0.39% | - |
| HSV(B) | 4.26º | 0.83% | 0.67% | - |
| XYZ | 17.52 | 10.09 | 2.19 | - |
| YUV | 77.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 29 | 0 | 0.77 | 0.83 | 0.33 | 4.26 | 0.71 | 0.39 |
| Hex | AA | 27 | 1D | 0 | 4D | 53 | 21 | 4 | 47 | 27 |
| Octal | 252 | 47 | 35 | 0 | 115 | 123 | 41 | 4 | 107 | 47 |
| Binary | 10101010 | 100111 | 11101 | 0 | 1001101 | 1010011 | 100001 | 100 | 1000111 | 100111 |
Color Harmonies of #AA271D
Complementary color
Monochromatic Colors of #AA271D
Black with #AA271D
Text Example
Text Example
White with #AA271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA271D; }
p { color: rgb(170,39,29); }
H1.HeaderClassName
{
color: #AA271D;
}
.AnyTagClassName
{
color: #AA271D;
}
</style>
background-color css
<style>
a { background-color: #AA271D; }
a { background-color: rgb(170,39,29); }
div.DivClassName
{
background-color: #AA271D;
}
.BgClassName
{
background-color: #AA271D;
}
</style>
border-color css
<style>
span { border-color: #AA271D; }
span { border-color: rgb(170,39,29); }
td.TdClassName
{
border-color: #AA271D;
}
.TagClassName
{
border-color: #AA271D;
}
</style>