Shades of Fire Brick #A8261F
Tints of Fire Brick #A8261F
RGB
CMYK
RGB Variations
Color information
#A8261F (or 0xA8261F) is known color: Fire Brick. HEX triplet: A8, 26 and 1F. RGB value is (168,38,31). Sum of RGB (Red+Green+Blue) = 168+38+31=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8261F is #57D9E0. Grayscale: #4C4C4C. Windows color (decimal): -5757409 or 2041512. OLE color: 2041512.
HSL color Cylindrical-coordinate representation of color #A8261F: hue angle of 3.07º 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 #A8261F is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 31 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.34 |
| HSL | 3.07º | 0.69% | 0.39% | - |
| HSV(B) | 3.07º | 0.82% | 0.66% | - |
| XYZ | 17.09 | 9.81 | 2.29 | - |
| YUV | 76.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 31 | 0 | 0.77 | 0.82 | 0.34 | 3.07 | 0.69 | 0.39 |
| Hex | A8 | 26 | 1F | 0 | 4D | 52 | 22 | 3 | 45 | 27 |
| Octal | 250 | 46 | 37 | 0 | 115 | 122 | 42 | 3 | 105 | 47 |
| Binary | 10101000 | 100110 | 11111 | 0 | 1001101 | 1010010 | 100010 | 11 | 1000101 | 100111 |
Color Harmonies of #A8261F
Complementary color
Monochromatic Colors of #A8261F
Black with #A8261F
Text Example
Text Example
White with #A8261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8261F; }
p { color: rgb(168,38,31); }
H1.HeaderClassName
{
color: #A8261F;
}
.AnyTagClassName
{
color: #A8261F;
}
</style>
background-color css
<style>
a { background-color: #A8261F; }
a { background-color: rgb(168,38,31); }
div.DivClassName
{
background-color: #A8261F;
}
.BgClassName
{
background-color: #A8261F;
}
</style>
border-color css
<style>
span { border-color: #A8261F; }
span { border-color: rgb(168,38,31); }
td.TdClassName
{
border-color: #A8261F;
}
.TagClassName
{
border-color: #A8261F;
}
</style>