Shades of Fire Brick #A71B11
Tints of Fire Brick #A71B11
RGB
CMYK
RGB Variations
Color information
#A71B11 (or 0xA71B11) is known color: Fire Brick. HEX triplet: A7, 1B and 11. RGB value is (167,27,17). Sum of RGB (Red+Green+Blue) = 167+27+17=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71B11 is #58E4EE. Grayscale: #434343. Windows color (decimal): -5825775 or 1121191. OLE color: 1121191.
HSL color Cylindrical-coordinate representation of color #A71B11: hue angle of 4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71B11 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 27 | 17 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.35 |
| HSL | 4º | 0.82% | 0.36% | - |
| HSV(B) | 4º | 0.9% | 0.65% | - |
| XYZ | 16.43 | 9.04 | 1.41 | - |
| YUV | 67.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 17 | 0 | 0.84 | 0.90 | 0.35 | 4 | 0.82 | 0.36 |
| Hex | A7 | 1B | 11 | 0 | 54 | 5A | 23 | 4 | 52 | 24 |
| Octal | 247 | 33 | 21 | 0 | 124 | 132 | 43 | 4 | 122 | 44 |
| Binary | 10100111 | 11011 | 10001 | 0 | 1010100 | 1011010 | 100011 | 100 | 1010010 | 100100 |
Color Harmonies of #A71B11
Complementary color
Monochromatic Colors of #A71B11
Black with #A71B11
Text Example
Text Example
White with #A71B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71B11; }
p { color: rgb(167,27,17); }
H1.HeaderClassName
{
color: #A71B11;
}
.AnyTagClassName
{
color: #A71B11;
}
</style>
background-color css
<style>
a { background-color: #A71B11; }
a { background-color: rgb(167,27,17); }
div.DivClassName
{
background-color: #A71B11;
}
.BgClassName
{
background-color: #A71B11;
}
</style>
border-color css
<style>
span { border-color: #A71B11; }
span { border-color: rgb(167,27,17); }
td.TdClassName
{
border-color: #A71B11;
}
.TagClassName
{
border-color: #A71B11;
}
</style>