Shades of Fire Brick #A81111
Tints of Fire Brick #A81111
RGB
CMYK
RGB Variations
Color information
#A81111 (or 0xA81111) is known color: Fire Brick. HEX triplet: A8, 11 and 11. RGB value is (168,17,17). Sum of RGB (Red+Green+Blue) = 168+17+17=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A81111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81111 is #57EEEE. Grayscale: #3E3E3E. Windows color (decimal): -5762799 or 1118632. OLE color: 1118632.
HSL color Cylindrical-coordinate representation of color #A81111: hue angle of 0º 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 #A81111 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 17 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.34 |
| HSL | 0º | 0.82% | 0.36% | - |
| HSV(B) | 0º | 0.9% | 0.66% | - |
| XYZ | 16.45 | 8.77 | 1.36 | - |
| YUV | 62.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 17 | 0 | 0.90 | 0.90 | 0.34 | 0 | 0.82 | 0.36 |
| Hex | A8 | 11 | 11 | 0 | 5A | 5A | 22 | 0 | 52 | 24 |
| Octal | 250 | 21 | 21 | 0 | 132 | 132 | 42 | 0 | 122 | 44 |
| Binary | 10101000 | 10001 | 10001 | 0 | 1011010 | 1011010 | 100010 | 0 | 1010010 | 100100 |
Color Harmonies of #A81111
Complementary color
Monochromatic Colors of #A81111
Black with #A81111
Text Example
Text Example
White with #A81111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81111; }
p { color: rgb(168,17,17); }
H1.HeaderClassName
{
color: #A81111;
}
.AnyTagClassName
{
color: #A81111;
}
</style>
background-color css
<style>
a { background-color: #A81111; }
a { background-color: rgb(168,17,17); }
div.DivClassName
{
background-color: #A81111;
}
.BgClassName
{
background-color: #A81111;
}
</style>
border-color css
<style>
span { border-color: #A81111; }
span { border-color: rgb(168,17,17); }
td.TdClassName
{
border-color: #A81111;
}
.TagClassName
{
border-color: #A81111;
}
</style>