Shades of Fire Brick #A11D03
Tints of Fire Brick #A11D03
RGB
CMYK
RGB Variations
Color information
#A11D03 (or 0xA11D03) is known color: Fire Brick. HEX triplet: A1, 1D and 03. RGB value is (161,29,3). Sum of RGB (Red+Green+Blue) = 161+29+3=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D03 is #5EE2FC. Grayscale: #414141. Windows color (decimal): -6218493 or 204193. OLE color: 204193.
HSL color Cylindrical-coordinate representation of color #A11D03: hue angle of 9.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A11D03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.37 |
| HSL | 9.87º | 0.96% | 0.32% | - |
| HSV(B) | 9.87º | 0.98% | 0.63% | - |
| XYZ | 15.15 | 8.46 | 0.92 | - |
| YUV | 65.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 3 | 0 | 0.82 | 0.98 | 0.37 | 9.87 | 0.96 | 0.32 |
| Hex | A1 | 1D | 3 | 0 | 52 | 62 | 25 | A | 60 | 20 |
| Octal | 241 | 35 | 3 | 0 | 122 | 142 | 45 | 12 | 140 | 40 |
| Binary | 10100001 | 11101 | 11 | 0 | 1010010 | 1100010 | 100101 | 1010 | 1100000 | 100000 |
Color Harmonies of #A11D03
Complementary color
Monochromatic Colors of #A11D03
Black with #A11D03
Text Example
Text Example
White with #A11D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D03; }
p { color: rgb(161,29,3); }
H1.HeaderClassName
{
color: #A11D03;
}
.AnyTagClassName
{
color: #A11D03;
}
</style>
background-color css
<style>
a { background-color: #A11D03; }
a { background-color: rgb(161,29,3); }
div.DivClassName
{
background-color: #A11D03;
}
.BgClassName
{
background-color: #A11D03;
}
</style>
border-color css
<style>
span { border-color: #A11D03; }
span { border-color: rgb(161,29,3); }
td.TdClassName
{
border-color: #A11D03;
}
.TagClassName
{
border-color: #A11D03;
}
</style>