Shades of Fire Brick #A81C0E
Tints of Fire Brick #A81C0E
RGB
CMYK
RGB Variations
Color information
#A81C0E (or 0xA81C0E) is known color: Fire Brick. HEX triplet: A8, 1C and 0E. RGB value is (168,28,14). Sum of RGB (Red+Green+Blue) = 168+28+14=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C0E is #57E3F1. Grayscale: #444444. Windows color (decimal): -5759986 or 924840. OLE color: 924840.
HSL color Cylindrical-coordinate representation of color #A81C0E: hue angle of 5.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A81C0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.34 |
| HSL | 5.45º | 0.85% | 0.36% | - |
| HSV(B) | 5.45º | 0.92% | 0.66% | - |
| XYZ | 16.64 | 9.19 | 1.31 | - |
| YUV | 68.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 14 | 0 | 0.83 | 0.92 | 0.34 | 5.45 | 0.85 | 0.36 |
| Hex | A8 | 1C | E | 0 | 53 | 5C | 22 | 5 | 55 | 24 |
| Octal | 250 | 34 | 16 | 0 | 123 | 134 | 42 | 5 | 125 | 44 |
| Binary | 10101000 | 11100 | 1110 | 0 | 1010011 | 1011100 | 100010 | 101 | 1010101 | 100100 |
Color Harmonies of #A81C0E
Complementary color
Monochromatic Colors of #A81C0E
Black with #A81C0E
Text Example
Text Example
White with #A81C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C0E; }
p { color: rgb(168,28,14); }
H1.HeaderClassName
{
color: #A81C0E;
}
.AnyTagClassName
{
color: #A81C0E;
}
</style>
background-color css
<style>
a { background-color: #A81C0E; }
a { background-color: rgb(168,28,14); }
div.DivClassName
{
background-color: #A81C0E;
}
.BgClassName
{
background-color: #A81C0E;
}
</style>
border-color css
<style>
span { border-color: #A81C0E; }
span { border-color: rgb(168,28,14); }
td.TdClassName
{
border-color: #A81C0E;
}
.TagClassName
{
border-color: #A81C0E;
}
</style>