Shades of Fire Brick #A81F05
Tints of Fire Brick #A81F05
RGB
CMYK
RGB Variations
Color information
#A81F05 (or 0xA81F05) is known color: Fire Brick. HEX triplet: A8, 1F and 05. RGB value is (168,31,5). Sum of RGB (Red+Green+Blue) = 168+31+5=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F05 is #57E0FA. Grayscale: #454545. Windows color (decimal): -5759227 or 335784. OLE color: 335784.
HSL color Cylindrical-coordinate representation of color #A81F05: hue angle of 9.57º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A81F05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.34 |
| HSL | 9.57º | 0.94% | 0.34% | - |
| HSV(B) | 9.57º | 0.97% | 0.66% | - |
| XYZ | 16.67 | 9.32 | 1.06 | - |
| YUV | 69 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 5 | 0 | 0.82 | 0.97 | 0.34 | 9.57 | 0.94 | 0.34 |
| Hex | A8 | 1F | 5 | 0 | 52 | 61 | 22 | A | 5E | 22 |
| Octal | 250 | 37 | 5 | 0 | 122 | 141 | 42 | 12 | 136 | 42 |
| Binary | 10101000 | 11111 | 101 | 0 | 1010010 | 1100001 | 100010 | 1010 | 1011110 | 100010 |
Color Harmonies of #A81F05
Complementary color
Monochromatic Colors of #A81F05
Black with #A81F05
Text Example
Text Example
White with #A81F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81F05; }
p { color: rgb(168,31,5); }
H1.HeaderClassName
{
color: #A81F05;
}
.AnyTagClassName
{
color: #A81F05;
}
</style>
background-color css
<style>
a { background-color: #A81F05; }
a { background-color: rgb(168,31,5); }
div.DivClassName
{
background-color: #A81F05;
}
.BgClassName
{
background-color: #A81F05;
}
</style>
border-color css
<style>
span { border-color: #A81F05; }
span { border-color: rgb(168,31,5); }
td.TdClassName
{
border-color: #A81F05;
}
.TagClassName
{
border-color: #A81F05;
}
</style>