Shades of Fire Brick #A12100
Tints of Fire Brick #A12100
RGB
CMYK
RGB Variations
Color information
#A12100 (or 0xA12100) is known color: Fire Brick. HEX triplet: A1, 21 and 00. RGB value is (161,33,0). Sum of RGB (Red+Green+Blue) = 161+33+0=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A12100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12100 is #5EDEFF. Grayscale: #434343. Windows color (decimal): -6217472 or 8609. OLE color: 8609.
HSL color Cylindrical-coordinate representation of color #A12100: hue angle of 12.3º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A12100 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.37 |
| HSL | 12.3º | 1% | 0.32% | - |
| HSV(B) | 12.3º | 1% | 0.63% | - |
| XYZ | 15.24 | 8.66 | 0.87 | - |
| YUV | 67.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 0 | 0 | 0.80 | 1 | 0.37 | 12.3 | 1 | 0.32 |
| Hex | A1 | 21 | 0 | 0 | 50 | 64 | 25 | C | 64 | 20 |
| Octal | 241 | 41 | 0 | 0 | 120 | 144 | 45 | 14 | 144 | 40 |
| Binary | 10100001 | 100001 | 0 | 0 | 1010000 | 1100100 | 100101 | 1100 | 1100100 | 100000 |
Color Harmonies of #A12100
Complementary color
Monochromatic Colors of #A12100
Black with #A12100
Text Example
Text Example
White with #A12100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12100; }
p { color: rgb(161,33,0); }
H1.HeaderClassName
{
color: #A12100;
}
.AnyTagClassName
{
color: #A12100;
}
</style>
background-color css
<style>
a { background-color: #A12100; }
a { background-color: rgb(161,33,0); }
div.DivClassName
{
background-color: #A12100;
}
.BgClassName
{
background-color: #A12100;
}
</style>
border-color css
<style>
span { border-color: #A12100; }
span { border-color: rgb(161,33,0); }
td.TdClassName
{
border-color: #A12100;
}
.TagClassName
{
border-color: #A12100;
}
</style>