Shades of Fire Brick #A1200E
Tints of Fire Brick #A1200E
RGB
CMYK
RGB Variations
Color information
#A1200E (or 0xA1200E) is known color: Fire Brick. HEX triplet: A1, 20 and 0E. RGB value is (161,32,14). Sum of RGB (Red+Green+Blue) = 161+32+14=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1200E is #5EDFF1. Grayscale: #444444. Windows color (decimal): -6217714 or 925857. OLE color: 925857.
HSL color Cylindrical-coordinate representation of color #A1200E: hue angle of 7.35º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1200E is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 14 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.37 |
| HSL | 7.35º | 0.84% | 0.34% | - |
| HSV(B) | 7.35º | 0.91% | 0.63% | - |
| XYZ | 15.29 | 8.64 | 1.28 | - |
| YUV | 68.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 14 | 0 | 0.80 | 0.91 | 0.37 | 7.35 | 0.84 | 0.34 |
| Hex | A1 | 20 | E | 0 | 50 | 5B | 25 | 7 | 54 | 22 |
| Octal | 241 | 40 | 16 | 0 | 120 | 133 | 45 | 7 | 124 | 42 |
| Binary | 10100001 | 100000 | 1110 | 0 | 1010000 | 1011011 | 100101 | 111 | 1010100 | 100010 |
Color Harmonies of #A1200E
Complementary color
Monochromatic Colors of #A1200E
Black with #A1200E
Text Example
Text Example
White with #A1200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1200E; }
p { color: rgb(161,32,14); }
H1.HeaderClassName
{
color: #A1200E;
}
.AnyTagClassName
{
color: #A1200E;
}
</style>
background-color css
<style>
a { background-color: #A1200E; }
a { background-color: rgb(161,32,14); }
div.DivClassName
{
background-color: #A1200E;
}
.BgClassName
{
background-color: #A1200E;
}
</style>
border-color css
<style>
span { border-color: #A1200E; }
span { border-color: rgb(161,32,14); }
td.TdClassName
{
border-color: #A1200E;
}
.TagClassName
{
border-color: #A1200E;
}
</style>