Shades of Fire Brick #A12101
Tints of Fire Brick #A12101
RGB
CMYK
RGB Variations
Color information
#A12101 (or 0xA12101) is known color: Fire Brick. HEX triplet: A1, 21 and 01. RGB value is (161,33,1). Sum of RGB (Red+Green+Blue) = 161+33+1=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A12101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12101 is #5EDEFE. Grayscale: #434343. Windows color (decimal): -6217471 or 74145. OLE color: 74145.
HSL color Cylindrical-coordinate representation of color #A12101: hue angle of 12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A12101 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.37 |
| HSL | 12º | 0.99% | 0.32% | - |
| HSV(B) | 12º | 0.99% | 0.63% | - |
| XYZ | 15.25 | 8.67 | 0.9 | - |
| YUV | 67.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 1 | 0 | 0.80 | 0.99 | 0.37 | 12 | 0.99 | 0.32 |
| Hex | A1 | 21 | 1 | 0 | 50 | 63 | 25 | C | 63 | 20 |
| Octal | 241 | 41 | 1 | 0 | 120 | 143 | 45 | 14 | 143 | 40 |
| Binary | 10100001 | 100001 | 1 | 0 | 1010000 | 1100011 | 100101 | 1100 | 1100011 | 100000 |
Color Harmonies of #A12101
Complementary color
Monochromatic Colors of #A12101
Black with #A12101
Text Example
Text Example
White with #A12101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12101; }
p { color: rgb(161,33,1); }
H1.HeaderClassName
{
color: #A12101;
}
.AnyTagClassName
{
color: #A12101;
}
</style>
background-color css
<style>
a { background-color: #A12101; }
a { background-color: rgb(161,33,1); }
div.DivClassName
{
background-color: #A12101;
}
.BgClassName
{
background-color: #A12101;
}
</style>
border-color css
<style>
span { border-color: #A12101; }
span { border-color: rgb(161,33,1); }
td.TdClassName
{
border-color: #A12101;
}
.TagClassName
{
border-color: #A12101;
}
</style>