Shades of Fire Brick #AA2A1F
Tints of Fire Brick #AA2A1F
RGB
CMYK
RGB Variations
Color information
#AA2A1F (or 0xAA2A1F) is known color: Fire Brick. HEX triplet: AA, 2A and 1F. RGB value is (170,42,31). Sum of RGB (Red+Green+Blue) = 170+42+31=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A1F is #55D5E0. Grayscale: #4F4F4F. Windows color (decimal): -5625313 or 2042538. OLE color: 2042538.
HSL color Cylindrical-coordinate representation of color #AA2A1F: hue angle of 4.75º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2A1F is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 31 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.33 |
| HSL | 4.75º | 0.69% | 0.39% | - |
| HSV(B) | 4.75º | 0.82% | 0.67% | - |
| XYZ | 17.65 | 10.3 | 2.35 | - |
| YUV | 79.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 31 | 0 | 0.75 | 0.82 | 0.33 | 4.75 | 0.69 | 0.39 |
| Hex | AA | 2A | 1F | 0 | 4B | 52 | 21 | 5 | 45 | 27 |
| Octal | 252 | 52 | 37 | 0 | 113 | 122 | 41 | 5 | 105 | 47 |
| Binary | 10101010 | 101010 | 11111 | 0 | 1001011 | 1010010 | 100001 | 101 | 1000101 | 100111 |
Color Harmonies of #AA2A1F
Complementary color
Monochromatic Colors of #AA2A1F
Black with #AA2A1F
Text Example
Text Example
White with #AA2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A1F; }
p { color: rgb(170,42,31); }
H1.HeaderClassName
{
color: #AA2A1F;
}
.AnyTagClassName
{
color: #AA2A1F;
}
</style>
background-color css
<style>
a { background-color: #AA2A1F; }
a { background-color: rgb(170,42,31); }
div.DivClassName
{
background-color: #AA2A1F;
}
.BgClassName
{
background-color: #AA2A1F;
}
</style>
border-color css
<style>
span { border-color: #AA2A1F; }
span { border-color: rgb(170,42,31); }
td.TdClassName
{
border-color: #AA2A1F;
}
.TagClassName
{
border-color: #AA2A1F;
}
</style>