Shades of Fire Brick #A11D05
Tints of Fire Brick #A11D05
RGB
CMYK
RGB Variations
Color information
#A11D05 (or 0xA11D05) is known color: Fire Brick. HEX triplet: A1, 1D and 05. RGB value is (161,29,5). Sum of RGB (Red+Green+Blue) = 161+29+5=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D05 is #5EE2FA. Grayscale: #414141. Windows color (decimal): -6218491 or 335265. OLE color: 335265.
HSL color Cylindrical-coordinate representation of color #A11D05: hue angle of 9.23º 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 #A11D05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.37 |
| HSL | 9.23º | 0.94% | 0.33% | - |
| HSV(B) | 9.23º | 0.97% | 0.63% | - |
| XYZ | 15.16 | 8.47 | 0.98 | - |
| YUV | 65.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 5 | 0 | 0.82 | 0.97 | 0.37 | 9.23 | 0.94 | 0.33 |
| Hex | A1 | 1D | 5 | 0 | 52 | 61 | 25 | 9 | 5E | 21 |
| Octal | 241 | 35 | 5 | 0 | 122 | 141 | 45 | 11 | 136 | 41 |
| Binary | 10100001 | 11101 | 101 | 0 | 1010010 | 1100001 | 100101 | 1001 | 1011110 | 100001 |
Color Harmonies of #A11D05
Complementary color
Monochromatic Colors of #A11D05
Black with #A11D05
Text Example
Text Example
White with #A11D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D05; }
p { color: rgb(161,29,5); }
H1.HeaderClassName
{
color: #A11D05;
}
.AnyTagClassName
{
color: #A11D05;
}
</style>
background-color css
<style>
a { background-color: #A11D05; }
a { background-color: rgb(161,29,5); }
div.DivClassName
{
background-color: #A11D05;
}
.BgClassName
{
background-color: #A11D05;
}
</style>
border-color css
<style>
span { border-color: #A11D05; }
span { border-color: rgb(161,29,5); }
td.TdClassName
{
border-color: #A11D05;
}
.TagClassName
{
border-color: #A11D05;
}
</style>