Shades of Fire Brick #A8291C
Tints of Fire Brick #A8291C
RGB
CMYK
RGB Variations
Color information
#A8291C (or 0xA8291C) is known color: Fire Brick. HEX triplet: A8, 29 and 1C. RGB value is (168,41,28). Sum of RGB (Red+Green+Blue) = 168+41+28=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8291C is #57D6E3. Grayscale: #4D4D4D. Windows color (decimal): -5756644 or 1845672. OLE color: 1845672.
HSL color Cylindrical-coordinate representation of color #A8291C: hue angle of 5.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8291C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 28 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.34 |
| HSL | 5.57º | 0.71% | 0.38% | - |
| HSV(B) | 5.57º | 0.83% | 0.66% | - |
| XYZ | 17.15 | 9.99 | 2.12 | - |
| YUV | 77.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 28 | 0 | 0.76 | 0.83 | 0.34 | 5.57 | 0.71 | 0.38 |
| Hex | A8 | 29 | 1C | 0 | 4C | 53 | 22 | 6 | 47 | 26 |
| Octal | 250 | 51 | 34 | 0 | 114 | 123 | 42 | 6 | 107 | 46 |
| Binary | 10101000 | 101001 | 11100 | 0 | 1001100 | 1010011 | 100010 | 110 | 1000111 | 100110 |
Color Harmonies of #A8291C
Complementary color
Monochromatic Colors of #A8291C
Black with #A8291C
Text Example
Text Example
White with #A8291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8291C; }
p { color: rgb(168,41,28); }
H1.HeaderClassName
{
color: #A8291C;
}
.AnyTagClassName
{
color: #A8291C;
}
</style>
background-color css
<style>
a { background-color: #A8291C; }
a { background-color: rgb(168,41,28); }
div.DivClassName
{
background-color: #A8291C;
}
.BgClassName
{
background-color: #A8291C;
}
</style>
border-color css
<style>
span { border-color: #A8291C; }
span { border-color: rgb(168,41,28); }
td.TdClassName
{
border-color: #A8291C;
}
.TagClassName
{
border-color: #A8291C;
}
</style>