Shades of Fire Brick #A11B05
Tints of Fire Brick #A11B05
RGB
CMYK
RGB Variations
Color information
#A11B05 (or 0xA11B05) is known color: Fire Brick. HEX triplet: A1, 1B and 05. RGB value is (161,27,5). Sum of RGB (Red+Green+Blue) = 161+27+5=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11B05 is #5EE4FA. Grayscale: #404040. Windows color (decimal): -6219003 or 334753. OLE color: 334753.
HSL color Cylindrical-coordinate representation of color #A11B05: hue angle of 8.46º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A11B05 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 27 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.37 |
| HSL | 8.46º | 0.94% | 0.33% | - |
| HSV(B) | 8.46º | 0.97% | 0.63% | - |
| XYZ | 15.12 | 8.37 | 0.96 | - |
| YUV | 64.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 5 | 0 | 0.83 | 0.97 | 0.37 | 8.46 | 0.94 | 0.33 |
| Hex | A1 | 1B | 5 | 0 | 53 | 61 | 25 | 8 | 5E | 21 |
| Octal | 241 | 33 | 5 | 0 | 123 | 141 | 45 | 10 | 136 | 41 |
| Binary | 10100001 | 11011 | 101 | 0 | 1010011 | 1100001 | 100101 | 1000 | 1011110 | 100001 |
Color Harmonies of #A11B05
Complementary color
Monochromatic Colors of #A11B05
Black with #A11B05
Text Example
Text Example
White with #A11B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11B05; }
p { color: rgb(161,27,5); }
H1.HeaderClassName
{
color: #A11B05;
}
.AnyTagClassName
{
color: #A11B05;
}
</style>
background-color css
<style>
a { background-color: #A11B05; }
a { background-color: rgb(161,27,5); }
div.DivClassName
{
background-color: #A11B05;
}
.BgClassName
{
background-color: #A11B05;
}
</style>
border-color css
<style>
span { border-color: #A11B05; }
span { border-color: rgb(161,27,5); }
td.TdClassName
{
border-color: #A11B05;
}
.TagClassName
{
border-color: #A11B05;
}
</style>