Shades of Fire Brick #A1140C
Tints of Fire Brick #A1140C
RGB
CMYK
RGB Variations
Color information
#A1140C (or 0xA1140C) is known color: Fire Brick. HEX triplet: A1, 14 and 0C. RGB value is (161,20,12). Sum of RGB (Red+Green+Blue) = 161+20+12=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A1140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1140C is #5EEBF3. Grayscale: #3D3D3D. Windows color (decimal): -6220788 or 791713. OLE color: 791713.
HSL color Cylindrical-coordinate representation of color #A1140C: hue angle of 3.22º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1140C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.37 |
| HSL | 3.22º | 0.86% | 0.34% | - |
| HSV(B) | 3.22º | 0.93% | 0.63% | - |
| XYZ | 15.01 | 8.1 | 1.12 | - |
| YUV | 61.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 12 | 0 | 0.88 | 0.93 | 0.37 | 3.22 | 0.86 | 0.34 |
| Hex | A1 | 14 | C | 0 | 58 | 5D | 25 | 3 | 56 | 22 |
| Octal | 241 | 24 | 14 | 0 | 130 | 135 | 45 | 3 | 126 | 42 |
| Binary | 10100001 | 10100 | 1100 | 0 | 1011000 | 1011101 | 100101 | 11 | 1010110 | 100010 |
Color Harmonies of #A1140C
Complementary color
Monochromatic Colors of #A1140C
Black with #A1140C
Text Example
Text Example
White with #A1140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1140C; }
p { color: rgb(161,20,12); }
H1.HeaderClassName
{
color: #A1140C;
}
.AnyTagClassName
{
color: #A1140C;
}
</style>
background-color css
<style>
a { background-color: #A1140C; }
a { background-color: rgb(161,20,12); }
div.DivClassName
{
background-color: #A1140C;
}
.BgClassName
{
background-color: #A1140C;
}
</style>
border-color css
<style>
span { border-color: #A1140C; }
span { border-color: rgb(161,20,12); }
td.TdClassName
{
border-color: #A1140C;
}
.TagClassName
{
border-color: #A1140C;
}
</style>