Shades of Fire Brick #A8271A
Tints of Fire Brick #A8271A
RGB
CMYK
RGB Variations
Color information
#A8271A (or 0xA8271A) is known color: Fire Brick. HEX triplet: A8, 27 and 1A. RGB value is (168,39,26). Sum of RGB (Red+Green+Blue) = 168+39+26=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8271A is #57D8E5. Grayscale: #4C4C4C. Windows color (decimal): -5757158 or 1714088. OLE color: 1714088.
HSL color Cylindrical-coordinate representation of color #A8271A: hue angle of 5.49º 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 #A8271A is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 26 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.34 |
| HSL | 5.49º | 0.73% | 0.38% | - |
| HSV(B) | 5.49º | 0.85% | 0.66% | - |
| XYZ | 17.06 | 9.85 | 1.98 | - |
| YUV | 76.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 26 | 0 | 0.77 | 0.85 | 0.34 | 5.49 | 0.73 | 0.38 |
| Hex | A8 | 27 | 1A | 0 | 4D | 55 | 22 | 5 | 49 | 26 |
| Octal | 250 | 47 | 32 | 0 | 115 | 125 | 42 | 5 | 111 | 46 |
| Binary | 10101000 | 100111 | 11010 | 0 | 1001101 | 1010101 | 100010 | 101 | 1001001 | 100110 |
Color Harmonies of #A8271A
Complementary color
Monochromatic Colors of #A8271A
Black with #A8271A
Text Example
Text Example
White with #A8271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8271A; }
p { color: rgb(168,39,26); }
H1.HeaderClassName
{
color: #A8271A;
}
.AnyTagClassName
{
color: #A8271A;
}
</style>
background-color css
<style>
a { background-color: #A8271A; }
a { background-color: rgb(168,39,26); }
div.DivClassName
{
background-color: #A8271A;
}
.BgClassName
{
background-color: #A8271A;
}
</style>
border-color css
<style>
span { border-color: #A8271A; }
span { border-color: rgb(168,39,26); }
td.TdClassName
{
border-color: #A8271A;
}
.TagClassName
{
border-color: #A8271A;
}
</style>