Shades of Fire Brick #A2140B
Tints of Fire Brick #A2140B
RGB
CMYK
RGB Variations
Color information
#A2140B (or 0xA2140B) is known color: Fire Brick. HEX triplet: A2, 14 and 0B. RGB value is (162,20,11). Sum of RGB (Red+Green+Blue) = 162+20+11=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A2140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2140B is #5DEBF4. Grayscale: #3D3D3D. Windows color (decimal): -6155253 or 726178. OLE color: 726178.
HSL color Cylindrical-coordinate representation of color #A2140B: hue angle of 3.58º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2140B is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 11 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.36 |
| HSL | 3.58º | 0.87% | 0.34% | - |
| HSV(B) | 3.58º | 0.93% | 0.64% | - |
| XYZ | 15.21 | 8.21 | 1.1 | - |
| YUV | 61.43 | 99.54 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 11 | 0 | 0.88 | 0.93 | 0.36 | 3.58 | 0.87 | 0.34 |
| Hex | A2 | 14 | B | 0 | 58 | 5D | 24 | 4 | 57 | 22 |
| Octal | 242 | 24 | 13 | 0 | 130 | 135 | 44 | 4 | 127 | 42 |
| Binary | 10100010 | 10100 | 1011 | 0 | 1011000 | 1011101 | 100100 | 100 | 1010111 | 100010 |
Color Harmonies of #A2140B
Complementary color
Monochromatic Colors of #A2140B
Black with #A2140B
Text Example
Text Example
White with #A2140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2140B; }
p { color: rgb(162,20,11); }
H1.HeaderClassName
{
color: #A2140B;
}
.AnyTagClassName
{
color: #A2140B;
}
</style>
background-color css
<style>
a { background-color: #A2140B; }
a { background-color: rgb(162,20,11); }
div.DivClassName
{
background-color: #A2140B;
}
.BgClassName
{
background-color: #A2140B;
}
</style>
border-color css
<style>
span { border-color: #A2140B; }
span { border-color: rgb(162,20,11); }
td.TdClassName
{
border-color: #A2140B;
}
.TagClassName
{
border-color: #A2140B;
}
</style>