Shades of Fire Brick #A81C0A
Tints of Fire Brick #A81C0A
RGB
CMYK
RGB Variations
Color information
#A81C0A (or 0xA81C0A) is known color: Fire Brick. HEX triplet: A8, 1C and 0A. RGB value is (168,28,10). Sum of RGB (Red+Green+Blue) = 168+28+10=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C0A is #57E3F5. Grayscale: #444444. Windows color (decimal): -5759990 or 662696. OLE color: 662696.
HSL color Cylindrical-coordinate representation of color #A81C0A: hue angle of 6.84º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A81C0A is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 10 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.34 |
| HSL | 6.84º | 0.89% | 0.35% | - |
| HSV(B) | 6.84º | 0.94% | 0.66% | - |
| XYZ | 16.62 | 9.18 | 1.18 | - |
| YUV | 67.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 10 | 0 | 0.83 | 0.94 | 0.34 | 6.84 | 0.89 | 0.35 |
| Hex | A8 | 1C | A | 0 | 53 | 5E | 22 | 7 | 59 | 23 |
| Octal | 250 | 34 | 12 | 0 | 123 | 136 | 42 | 7 | 131 | 43 |
| Binary | 10101000 | 11100 | 1010 | 0 | 1010011 | 1011110 | 100010 | 111 | 1011001 | 100011 |
Color Harmonies of #A81C0A
Complementary color
Monochromatic Colors of #A81C0A
Black with #A81C0A
Text Example
Text Example
White with #A81C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C0A; }
p { color: rgb(168,28,10); }
H1.HeaderClassName
{
color: #A81C0A;
}
.AnyTagClassName
{
color: #A81C0A;
}
</style>
background-color css
<style>
a { background-color: #A81C0A; }
a { background-color: rgb(168,28,10); }
div.DivClassName
{
background-color: #A81C0A;
}
.BgClassName
{
background-color: #A81C0A;
}
</style>
border-color css
<style>
span { border-color: #A81C0A; }
span { border-color: rgb(168,28,10); }
td.TdClassName
{
border-color: #A81C0A;
}
.TagClassName
{
border-color: #A81C0A;
}
</style>