Shades of Fire Brick #AA281D
Tints of Fire Brick #AA281D
RGB
CMYK
RGB Variations
Color information
#AA281D (or 0xAA281D) is known color: Fire Brick. HEX triplet: AA, 28 and 1D. RGB value is (170,40,29). Sum of RGB (Red+Green+Blue) = 170+40+29=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA281D is #55D7E2. Grayscale: #4D4D4D. Windows color (decimal): -5625827 or 1910954. OLE color: 1910954.
HSL color Cylindrical-coordinate representation of color #AA281D: hue angle of 4.68º 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 #AA281D is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 29 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.33 |
| HSL | 4.68º | 0.71% | 0.39% | - |
| HSV(B) | 4.68º | 0.83% | 0.67% | - |
| XYZ | 17.56 | 10.15 | 2.2 | - |
| YUV | 77.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 29 | 0 | 0.76 | 0.83 | 0.33 | 4.68 | 0.71 | 0.39 |
| Hex | AA | 28 | 1D | 0 | 4C | 53 | 21 | 5 | 47 | 27 |
| Octal | 252 | 50 | 35 | 0 | 114 | 123 | 41 | 5 | 107 | 47 |
| Binary | 10101010 | 101000 | 11101 | 0 | 1001100 | 1010011 | 100001 | 101 | 1000111 | 100111 |
Color Harmonies of #AA281D
Complementary color
Monochromatic Colors of #AA281D
Black with #AA281D
Text Example
Text Example
White with #AA281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA281D; }
p { color: rgb(170,40,29); }
H1.HeaderClassName
{
color: #AA281D;
}
.AnyTagClassName
{
color: #AA281D;
}
</style>
background-color css
<style>
a { background-color: #AA281D; }
a { background-color: rgb(170,40,29); }
div.DivClassName
{
background-color: #AA281D;
}
.BgClassName
{
background-color: #AA281D;
}
</style>
border-color css
<style>
span { border-color: #AA281D; }
span { border-color: rgb(170,40,29); }
td.TdClassName
{
border-color: #AA281D;
}
.TagClassName
{
border-color: #AA281D;
}
</style>