Shades of Fire Brick #A11F05
Tints of Fire Brick #A11F05
RGB
CMYK
RGB Variations
Color information
#A11F05 (or 0xA11F05) is known color: Fire Brick. HEX triplet: A1, 1F and 05. RGB value is (161,31,5). Sum of RGB (Red+Green+Blue) = 161+31+5=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F05 is #5EE0FA. Grayscale: #434343. Windows color (decimal): -6217979 or 335777. OLE color: 335777.
HSL color Cylindrical-coordinate representation of color #A11F05: hue angle of 10º 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 #A11F05 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.37 |
| HSL | 10º | 0.94% | 0.33% | - |
| HSV(B) | 10º | 0.97% | 0.63% | - |
| XYZ | 15.22 | 8.57 | 1 | - |
| YUV | 66.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 5 | 0 | 0.81 | 0.97 | 0.37 | 10 | 0.94 | 0.33 |
| Hex | A1 | 1F | 5 | 0 | 51 | 61 | 25 | A | 5E | 21 |
| Octal | 241 | 37 | 5 | 0 | 121 | 141 | 45 | 12 | 136 | 41 |
| Binary | 10100001 | 11111 | 101 | 0 | 1010001 | 1100001 | 100101 | 1010 | 1011110 | 100001 |
Color Harmonies of #A11F05
Complementary color
Monochromatic Colors of #A11F05
Black with #A11F05
Text Example
Text Example
White with #A11F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F05; }
p { color: rgb(161,31,5); }
H1.HeaderClassName
{
color: #A11F05;
}
.AnyTagClassName
{
color: #A11F05;
}
</style>
background-color css
<style>
a { background-color: #A11F05; }
a { background-color: rgb(161,31,5); }
div.DivClassName
{
background-color: #A11F05;
}
.BgClassName
{
background-color: #A11F05;
}
</style>
border-color css
<style>
span { border-color: #A11F05; }
span { border-color: rgb(161,31,5); }
td.TdClassName
{
border-color: #A11F05;
}
.TagClassName
{
border-color: #A11F05;
}
</style>