Shades of Fire Brick #A81D0E
Tints of Fire Brick #A81D0E
RGB
CMYK
RGB Variations
Color information
#A81D0E (or 0xA81D0E) is known color: Fire Brick. HEX triplet: A8, 1D and 0E. RGB value is (168,29,14). Sum of RGB (Red+Green+Blue) = 168+29+14=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D0E is #57E2F1. Grayscale: #454545. Windows color (decimal): -5759730 or 925096. OLE color: 925096.
HSL color Cylindrical-coordinate representation of color #A81D0E: hue angle of 5.84º 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 #A81D0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 29 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.34 |
| HSL | 5.84º | 0.85% | 0.36% | - |
| HSV(B) | 5.84º | 0.92% | 0.66% | - |
| XYZ | 16.67 | 9.24 | 1.32 | - |
| YUV | 68.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 14 | 0 | 0.83 | 0.92 | 0.34 | 5.84 | 0.85 | 0.36 |
| Hex | A8 | 1D | E | 0 | 53 | 5C | 22 | 6 | 55 | 24 |
| Octal | 250 | 35 | 16 | 0 | 123 | 134 | 42 | 6 | 125 | 44 |
| Binary | 10101000 | 11101 | 1110 | 0 | 1010011 | 1011100 | 100010 | 110 | 1010101 | 100100 |
Color Harmonies of #A81D0E
Complementary color
Monochromatic Colors of #A81D0E
Black with #A81D0E
Text Example
Text Example
White with #A81D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81D0E; }
p { color: rgb(168,29,14); }
H1.HeaderClassName
{
color: #A81D0E;
}
.AnyTagClassName
{
color: #A81D0E;
}
</style>
background-color css
<style>
a { background-color: #A81D0E; }
a { background-color: rgb(168,29,14); }
div.DivClassName
{
background-color: #A81D0E;
}
.BgClassName
{
background-color: #A81D0E;
}
</style>
border-color css
<style>
span { border-color: #A81D0E; }
span { border-color: rgb(168,29,14); }
td.TdClassName
{
border-color: #A81D0E;
}
.TagClassName
{
border-color: #A81D0E;
}
</style>