Shades of Fire Brick #A81B0E
Tints of Fire Brick #A81B0E
RGB
CMYK
RGB Variations
Color information
#A81B0E (or 0xA81B0E) is known color: Fire Brick. HEX triplet: A8, 1B and 0E. RGB value is (168,27,14). Sum of RGB (Red+Green+Blue) = 168+27+14=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B0E is #57E4F1. Grayscale: #434343. Windows color (decimal): -5760242 or 924584. OLE color: 924584.
HSL color Cylindrical-coordinate representation of color #A81B0E: hue angle of 5.06º 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 #A81B0E is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 14 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.34 |
| HSL | 5.06º | 0.85% | 0.36% | - |
| HSV(B) | 5.06º | 0.92% | 0.66% | - |
| XYZ | 16.62 | 9.14 | 1.3 | - |
| YUV | 67.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 14 | 0 | 0.84 | 0.92 | 0.34 | 5.06 | 0.85 | 0.36 |
| Hex | A8 | 1B | E | 0 | 54 | 5C | 22 | 5 | 55 | 24 |
| Octal | 250 | 33 | 16 | 0 | 124 | 134 | 42 | 5 | 125 | 44 |
| Binary | 10101000 | 11011 | 1110 | 0 | 1010100 | 1011100 | 100010 | 101 | 1010101 | 100100 |
Color Harmonies of #A81B0E
Complementary color
Monochromatic Colors of #A81B0E
Black with #A81B0E
Text Example
Text Example
White with #A81B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B0E; }
p { color: rgb(168,27,14); }
H1.HeaderClassName
{
color: #A81B0E;
}
.AnyTagClassName
{
color: #A81B0E;
}
</style>
background-color css
<style>
a { background-color: #A81B0E; }
a { background-color: rgb(168,27,14); }
div.DivClassName
{
background-color: #A81B0E;
}
.BgClassName
{
background-color: #A81B0E;
}
</style>
border-color css
<style>
span { border-color: #A81B0E; }
span { border-color: rgb(168,27,14); }
td.TdClassName
{
border-color: #A81B0E;
}
.TagClassName
{
border-color: #A81B0E;
}
</style>