Shades of Fire Brick #A8271D
Tints of Fire Brick #A8271D
RGB
CMYK
RGB Variations
Color information
#A8271D (or 0xA8271D) is known color: Fire Brick. HEX triplet: A8, 27 and 1D. RGB value is (168,39,29). Sum of RGB (Red+Green+Blue) = 168+39+29=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8271D is #57D8E2. Grayscale: #4C4C4C. Windows color (decimal): -5757155 or 1910696. OLE color: 1910696.
HSL color Cylindrical-coordinate representation of color #A8271D: hue angle of 4.32º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8271D is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 29 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.34 |
| HSL | 4.32º | 0.71% | 0.39% | - |
| HSV(B) | 4.32º | 0.83% | 0.66% | - |
| XYZ | 17.1 | 9.86 | 2.17 | - |
| YUV | 76.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 29 | 0 | 0.77 | 0.83 | 0.34 | 4.32 | 0.71 | 0.39 |
| Hex | A8 | 27 | 1D | 0 | 4D | 53 | 22 | 4 | 47 | 27 |
| Octal | 250 | 47 | 35 | 0 | 115 | 123 | 42 | 4 | 107 | 47 |
| Binary | 10101000 | 100111 | 11101 | 0 | 1001101 | 1010011 | 100010 | 100 | 1000111 | 100111 |
Color Harmonies of #A8271D
Complementary color
Monochromatic Colors of #A8271D
Black with #A8271D
Text Example
Text Example
White with #A8271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8271D; }
p { color: rgb(168,39,29); }
H1.HeaderClassName
{
color: #A8271D;
}
.AnyTagClassName
{
color: #A8271D;
}
</style>
background-color css
<style>
a { background-color: #A8271D; }
a { background-color: rgb(168,39,29); }
div.DivClassName
{
background-color: #A8271D;
}
.BgClassName
{
background-color: #A8271D;
}
</style>
border-color css
<style>
span { border-color: #A8271D; }
span { border-color: rgb(168,39,29); }
td.TdClassName
{
border-color: #A8271D;
}
.TagClassName
{
border-color: #A8271D;
}
</style>