Shades of Fire Brick #A91B11
Tints of Fire Brick #A91B11
RGB
CMYK
RGB Variations
Color information
#A91B11 (or 0xA91B11) is known color: Fire Brick. HEX triplet: A9, 1B and 11. RGB value is (169,27,17). Sum of RGB (Red+Green+Blue) = 169+27+17=213 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.34% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91B11 is #56E4EE. Grayscale: #444444. Windows color (decimal): -5694703 or 1121193. OLE color: 1121193.
HSL color Cylindrical-coordinate representation of color #A91B11: hue angle of 3.95º 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 #A91B11 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 17 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.34 |
| HSL | 3.95º | 0.82% | 0.36% | - |
| HSV(B) | 3.95º | 0.9% | 0.66% | - |
| XYZ | 16.86 | 9.26 | 1.43 | - |
| YUV | 68.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 17 | 0 | 0.84 | 0.90 | 0.34 | 3.95 | 0.82 | 0.36 |
| Hex | A9 | 1B | 11 | 0 | 54 | 5A | 22 | 4 | 52 | 24 |
| Octal | 251 | 33 | 21 | 0 | 124 | 132 | 42 | 4 | 122 | 44 |
| Binary | 10101001 | 11011 | 10001 | 0 | 1010100 | 1011010 | 100010 | 100 | 1010010 | 100100 |
Color Harmonies of #A91B11
Complementary color
Monochromatic Colors of #A91B11
Black with #A91B11
Text Example
Text Example
White with #A91B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B11; }
p { color: rgb(169,27,17); }
H1.HeaderClassName
{
color: #A91B11;
}
.AnyTagClassName
{
color: #A91B11;
}
</style>
background-color css
<style>
a { background-color: #A91B11; }
a { background-color: rgb(169,27,17); }
div.DivClassName
{
background-color: #A91B11;
}
.BgClassName
{
background-color: #A91B11;
}
</style>
border-color css
<style>
span { border-color: #A91B11; }
span { border-color: rgb(169,27,17); }
td.TdClassName
{
border-color: #A91B11;
}
.TagClassName
{
border-color: #A91B11;
}
</style>