Shades of Fire Brick #A8281C
Tints of Fire Brick #A8281C
RGB
CMYK
RGB Variations
Color information
#A8281C (or 0xA8281C) is known color: Fire Brick. HEX triplet: A8, 28 and 1C. RGB value is (168,40,28). Sum of RGB (Red+Green+Blue) = 168+40+28=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8281C is #57D7E3. Grayscale: #4D4D4D. Windows color (decimal): -5756900 or 1845416. OLE color: 1845416.
HSL color Cylindrical-coordinate representation of color #A8281C: hue angle of 5.14º 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 #A8281C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 28 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.34 |
| HSL | 5.14º | 0.71% | 0.38% | - |
| HSV(B) | 5.14º | 0.83% | 0.66% | - |
| XYZ | 17.12 | 9.93 | 2.11 | - |
| YUV | 76.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 28 | 0 | 0.76 | 0.83 | 0.34 | 5.14 | 0.71 | 0.38 |
| Hex | A8 | 28 | 1C | 0 | 4C | 53 | 22 | 5 | 47 | 26 |
| Octal | 250 | 50 | 34 | 0 | 114 | 123 | 42 | 5 | 107 | 46 |
| Binary | 10101000 | 101000 | 11100 | 0 | 1001100 | 1010011 | 100010 | 101 | 1000111 | 100110 |
Color Harmonies of #A8281C
Complementary color
Monochromatic Colors of #A8281C
Black with #A8281C
Text Example
Text Example
White with #A8281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8281C; }
p { color: rgb(168,40,28); }
H1.HeaderClassName
{
color: #A8281C;
}
.AnyTagClassName
{
color: #A8281C;
}
</style>
background-color css
<style>
a { background-color: #A8281C; }
a { background-color: rgb(168,40,28); }
div.DivClassName
{
background-color: #A8281C;
}
.BgClassName
{
background-color: #A8281C;
}
</style>
border-color css
<style>
span { border-color: #A8281C; }
span { border-color: rgb(168,40,28); }
td.TdClassName
{
border-color: #A8281C;
}
.TagClassName
{
border-color: #A8281C;
}
</style>