Shades of Fire Brick #AA230F
Tints of Fire Brick #AA230F
RGB
CMYK
RGB Variations
Color information
#AA230F (or 0xAA230F) is known color: Fire Brick. HEX triplet: AA, 23 and 0F. RGB value is (170,35,15). Sum of RGB (Red+Green+Blue) = 170+35+15=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA230F is #55DCF0. Grayscale: #494949. Windows color (decimal): -5627121 or 992170. OLE color: 992170.
HSL color Cylindrical-coordinate representation of color #AA230F: hue angle of 7.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA230F is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 15 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.33 |
| HSL | 7.74º | 0.84% | 0.36% | - |
| HSV(B) | 7.74º | 0.91% | 0.67% | - |
| XYZ | 17.26 | 9.78 | 1.43 | - |
| YUV | 73.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 15 | 0 | 0.79 | 0.91 | 0.33 | 7.74 | 0.84 | 0.36 |
| Hex | AA | 23 | F | 0 | 4F | 5B | 21 | 8 | 54 | 24 |
| Octal | 252 | 43 | 17 | 0 | 117 | 133 | 41 | 10 | 124 | 44 |
| Binary | 10101010 | 100011 | 1111 | 0 | 1001111 | 1011011 | 100001 | 1000 | 1010100 | 100100 |
Color Harmonies of #AA230F
Complementary color
Monochromatic Colors of #AA230F
Black with #AA230F
Text Example
Text Example
White with #AA230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA230F; }
p { color: rgb(170,35,15); }
H1.HeaderClassName
{
color: #AA230F;
}
.AnyTagClassName
{
color: #AA230F;
}
</style>
background-color css
<style>
a { background-color: #AA230F; }
a { background-color: rgb(170,35,15); }
div.DivClassName
{
background-color: #AA230F;
}
.BgClassName
{
background-color: #AA230F;
}
</style>
border-color css
<style>
span { border-color: #AA230F; }
span { border-color: rgb(170,35,15); }
td.TdClassName
{
border-color: #AA230F;
}
.TagClassName
{
border-color: #AA230F;
}
</style>