Shades of Fire Brick #A2140F
Tints of Fire Brick #A2140F
RGB
CMYK
RGB Variations
Color information
#A2140F (or 0xA2140F) is known color: Fire Brick. HEX triplet: A2, 14 and 0F. RGB value is (162,20,15). Sum of RGB (Red+Green+Blue) = 162+20+15=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A2140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2140F is #5DEBF0. Grayscale: #3E3E3E. Windows color (decimal): -6155249 or 988322. OLE color: 988322.
HSL color Cylindrical-coordinate representation of color #A2140F: hue angle of 2.04º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2140F is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 15 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.36 |
| HSL | 2.04º | 0.83% | 0.35% | - |
| HSV(B) | 2.04º | 0.91% | 0.64% | - |
| XYZ | 15.24 | 8.22 | 1.23 | - |
| YUV | 61.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 15 | 0 | 0.88 | 0.91 | 0.36 | 2.04 | 0.83 | 0.35 |
| Hex | A2 | 14 | F | 0 | 58 | 5B | 24 | 2 | 53 | 23 |
| Octal | 242 | 24 | 17 | 0 | 130 | 133 | 44 | 2 | 123 | 43 |
| Binary | 10100010 | 10100 | 1111 | 0 | 1011000 | 1011011 | 100100 | 10 | 1010011 | 100011 |
Color Harmonies of #A2140F
Complementary color
Monochromatic Colors of #A2140F
Black with #A2140F
Text Example
Text Example
White with #A2140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2140F; }
p { color: rgb(162,20,15); }
H1.HeaderClassName
{
color: #A2140F;
}
.AnyTagClassName
{
color: #A2140F;
}
</style>
background-color css
<style>
a { background-color: #A2140F; }
a { background-color: rgb(162,20,15); }
div.DivClassName
{
background-color: #A2140F;
}
.BgClassName
{
background-color: #A2140F;
}
</style>
border-color css
<style>
span { border-color: #A2140F; }
span { border-color: rgb(162,20,15); }
td.TdClassName
{
border-color: #A2140F;
}
.TagClassName
{
border-color: #A2140F;
}
</style>