Shades of Fire Brick #A91B06
Tints of Fire Brick #A91B06
RGB
CMYK
RGB Variations
Color information
#A91B06 (or 0xA91B06) is known color: Fire Brick. HEX triplet: A9, 1B and 06. RGB value is (169,27,6). Sum of RGB (Red+Green+Blue) = 169+27+6=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91B06 is #56E4F9. Grayscale: #434343. Windows color (decimal): -5694714 or 400297. OLE color: 400297.
HSL color Cylindrical-coordinate representation of color #A91B06: hue angle of 7.73º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A91B06 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 6 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.34 |
| HSL | 7.73º | 0.93% | 0.34% | - |
| HSV(B) | 7.73º | 0.96% | 0.66% | - |
| XYZ | 16.79 | 9.23 | 1.07 | - |
| YUV | 67.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 6 | 0 | 0.84 | 0.96 | 0.34 | 7.73 | 0.93 | 0.34 |
| Hex | A9 | 1B | 6 | 0 | 54 | 60 | 22 | 8 | 5D | 22 |
| Octal | 251 | 33 | 6 | 0 | 124 | 140 | 42 | 10 | 135 | 42 |
| Binary | 10101001 | 11011 | 110 | 0 | 1010100 | 1100000 | 100010 | 1000 | 1011101 | 100010 |
Color Harmonies of #A91B06
Complementary color
Monochromatic Colors of #A91B06
Black with #A91B06
Text Example
Text Example
White with #A91B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B06; }
p { color: rgb(169,27,6); }
H1.HeaderClassName
{
color: #A91B06;
}
.AnyTagClassName
{
color: #A91B06;
}
</style>
background-color css
<style>
a { background-color: #A91B06; }
a { background-color: rgb(169,27,6); }
div.DivClassName
{
background-color: #A91B06;
}
.BgClassName
{
background-color: #A91B06;
}
</style>
border-color css
<style>
span { border-color: #A91B06; }
span { border-color: rgb(169,27,6); }
td.TdClassName
{
border-color: #A91B06;
}
.TagClassName
{
border-color: #A91B06;
}
</style>