Shades of Fire Brick #A8241B
Tints of Fire Brick #A8241B
RGB
CMYK
RGB Variations
Color information
#A8241B (or 0xA8241B) is known color: Fire Brick. HEX triplet: A8, 24 and 1B. RGB value is (168,36,27). Sum of RGB (Red+Green+Blue) = 168+36+27=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8241B is #57DBE4. Grayscale: #4A4A4A. Windows color (decimal): -5757925 or 1778856. OLE color: 1778856.
HSL color Cylindrical-coordinate representation of color #A8241B: hue angle of 3.83º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8241B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 27 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.34 |
| HSL | 3.83º | 0.72% | 0.38% | - |
| HSV(B) | 3.83º | 0.84% | 0.66% | - |
| XYZ | 16.98 | 9.67 | 2.01 | - |
| YUV | 74.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 27 | 0 | 0.79 | 0.84 | 0.34 | 3.83 | 0.72 | 0.38 |
| Hex | A8 | 24 | 1B | 0 | 4F | 54 | 22 | 4 | 48 | 26 |
| Octal | 250 | 44 | 33 | 0 | 117 | 124 | 42 | 4 | 110 | 46 |
| Binary | 10101000 | 100100 | 11011 | 0 | 1001111 | 1010100 | 100010 | 100 | 1001000 | 100110 |
Color Harmonies of #A8241B
Complementary color
Monochromatic Colors of #A8241B
Black with #A8241B
Text Example
Text Example
White with #A8241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8241B; }
p { color: rgb(168,36,27); }
H1.HeaderClassName
{
color: #A8241B;
}
.AnyTagClassName
{
color: #A8241B;
}
</style>
background-color css
<style>
a { background-color: #A8241B; }
a { background-color: rgb(168,36,27); }
div.DivClassName
{
background-color: #A8241B;
}
.BgClassName
{
background-color: #A8241B;
}
</style>
border-color css
<style>
span { border-color: #A8241B; }
span { border-color: rgb(168,36,27); }
td.TdClassName
{
border-color: #A8241B;
}
.TagClassName
{
border-color: #A8241B;
}
</style>