Shades of Fire Brick #A8241A
Tints of Fire Brick #A8241A
RGB
CMYK
RGB Variations
Color information
#A8241A (or 0xA8241A) is known color: Fire Brick. HEX triplet: A8, 24 and 1A. RGB value is (168,36,26). Sum of RGB (Red+Green+Blue) = 168+36+26=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8241A is #57DBE5. Grayscale: #4A4A4A. Windows color (decimal): -5757926 or 1713320. OLE color: 1713320.
HSL color Cylindrical-coordinate representation of color #A8241A: hue angle of 4.23º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8241A is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 26 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.34 |
| HSL | 4.23º | 0.73% | 0.38% | - |
| HSV(B) | 4.23º | 0.85% | 0.66% | - |
| XYZ | 16.97 | 9.66 | 1.95 | - |
| YUV | 74.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 26 | 0 | 0.79 | 0.85 | 0.34 | 4.23 | 0.73 | 0.38 |
| Hex | A8 | 24 | 1A | 0 | 4F | 55 | 22 | 4 | 49 | 26 |
| Octal | 250 | 44 | 32 | 0 | 117 | 125 | 42 | 4 | 111 | 46 |
| Binary | 10101000 | 100100 | 11010 | 0 | 1001111 | 1010101 | 100010 | 100 | 1001001 | 100110 |
Color Harmonies of #A8241A
Complementary color
Monochromatic Colors of #A8241A
Black with #A8241A
Text Example
Text Example
White with #A8241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8241A; }
p { color: rgb(168,36,26); }
H1.HeaderClassName
{
color: #A8241A;
}
.AnyTagClassName
{
color: #A8241A;
}
</style>
background-color css
<style>
a { background-color: #A8241A; }
a { background-color: rgb(168,36,26); }
div.DivClassName
{
background-color: #A8241A;
}
.BgClassName
{
background-color: #A8241A;
}
</style>
border-color css
<style>
span { border-color: #A8241A; }
span { border-color: rgb(168,36,26); }
td.TdClassName
{
border-color: #A8241A;
}
.TagClassName
{
border-color: #A8241A;
}
</style>