Shades of Fire Brick #A81C11
Tints of Fire Brick #A81C11
RGB
CMYK
RGB Variations
Color information
#A81C11 (or 0xA81C11) is known color: Fire Brick. HEX triplet: A8, 1C and 11. RGB value is (168,28,17). Sum of RGB (Red+Green+Blue) = 168+28+17=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C11 is #57E3EE. Grayscale: #444444. Windows color (decimal): -5759983 or 1121448. OLE color: 1121448.
HSL color Cylindrical-coordinate representation of color #A81C11: hue angle of 4.37º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81C11 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 17 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.34 |
| HSL | 4.37º | 0.82% | 0.36% | - |
| HSV(B) | 4.37º | 0.9% | 0.66% | - |
| XYZ | 16.66 | 9.2 | 1.43 | - |
| YUV | 68.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 17 | 0 | 0.83 | 0.90 | 0.34 | 4.37 | 0.82 | 0.36 |
| Hex | A8 | 1C | 11 | 0 | 53 | 5A | 22 | 4 | 52 | 24 |
| Octal | 250 | 34 | 21 | 0 | 123 | 132 | 42 | 4 | 122 | 44 |
| Binary | 10101000 | 11100 | 10001 | 0 | 1010011 | 1011010 | 100010 | 100 | 1010010 | 100100 |
Color Harmonies of #A81C11
Complementary color
Monochromatic Colors of #A81C11
Black with #A81C11
Text Example
Text Example
White with #A81C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C11; }
p { color: rgb(168,28,17); }
H1.HeaderClassName
{
color: #A81C11;
}
.AnyTagClassName
{
color: #A81C11;
}
</style>
background-color css
<style>
a { background-color: #A81C11; }
a { background-color: rgb(168,28,17); }
div.DivClassName
{
background-color: #A81C11;
}
.BgClassName
{
background-color: #A81C11;
}
</style>
border-color css
<style>
span { border-color: #A81C11; }
span { border-color: rgb(168,28,17); }
td.TdClassName
{
border-color: #A81C11;
}
.TagClassName
{
border-color: #A81C11;
}
</style>