Shades of Fire Brick #A8251F
Tints of Fire Brick #A8251F
RGB
CMYK
RGB Variations
Color information
#A8251F (or 0xA8251F) is known color: Fire Brick. HEX triplet: A8, 25 and 1F. RGB value is (168,37,31). Sum of RGB (Red+Green+Blue) = 168+37+31=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8251F is #57DAE0. Grayscale: #4B4B4B. Windows color (decimal): -5757665 or 2041256. OLE color: 2041256.
HSL color Cylindrical-coordinate representation of color #A8251F: hue angle of 2.63º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8251F is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 31 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.34 |
| HSL | 2.63º | 0.69% | 0.39% | - |
| HSV(B) | 2.63º | 0.82% | 0.66% | - |
| XYZ | 17.06 | 9.75 | 2.28 | - |
| YUV | 75.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 31 | 0 | 0.78 | 0.82 | 0.34 | 2.63 | 0.69 | 0.39 |
| Hex | A8 | 25 | 1F | 0 | 4E | 52 | 22 | 3 | 45 | 27 |
| Octal | 250 | 45 | 37 | 0 | 116 | 122 | 42 | 3 | 105 | 47 |
| Binary | 10101000 | 100101 | 11111 | 0 | 1001110 | 1010010 | 100010 | 11 | 1000101 | 100111 |
Color Harmonies of #A8251F
Complementary color
Monochromatic Colors of #A8251F
Black with #A8251F
Text Example
Text Example
White with #A8251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8251F; }
p { color: rgb(168,37,31); }
H1.HeaderClassName
{
color: #A8251F;
}
.AnyTagClassName
{
color: #A8251F;
}
</style>
background-color css
<style>
a { background-color: #A8251F; }
a { background-color: rgb(168,37,31); }
div.DivClassName
{
background-color: #A8251F;
}
.BgClassName
{
background-color: #A8251F;
}
</style>
border-color css
<style>
span { border-color: #A8251F; }
span { border-color: rgb(168,37,31); }
td.TdClassName
{
border-color: #A8251F;
}
.TagClassName
{
border-color: #A8251F;
}
</style>