Shades of Fire Brick #A2100E
Tints of Fire Brick #A2100E
RGB
CMYK
RGB Variations
Color information
#A2100E (or 0xA2100E) is known color: Fire Brick. HEX triplet: A2, 10 and 0E. RGB value is (162,16,14). Sum of RGB (Red+Green+Blue) = 162+16+14=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2100E is #5DEFF1. Grayscale: #3B3B3B. Windows color (decimal): -6156274 or 921762. OLE color: 921762.
HSL color Cylindrical-coordinate representation of color #A2100E: hue angle of 0.81º degrees, saturation: 0.84, 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 #A2100E is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 14 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.36 |
| HSL | 0.81º | 0.84% | 0.35% | - |
| HSV(B) | 0.81º | 0.91% | 0.64% | - |
| XYZ | 15.16 | 8.08 | 1.18 | - |
| YUV | 59.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 14 | 0 | 0.90 | 0.91 | 0.36 | 0.81 | 0.84 | 0.35 |
| Hex | A2 | 10 | E | 0 | 5A | 5B | 24 | 1 | 54 | 23 |
| Octal | 242 | 20 | 16 | 0 | 132 | 133 | 44 | 1 | 124 | 43 |
| Binary | 10100010 | 10000 | 1110 | 0 | 1011010 | 1011011 | 100100 | 1 | 1010100 | 100011 |
Color Harmonies of #A2100E
Complementary color
Monochromatic Colors of #A2100E
Black with #A2100E
Text Example
Text Example
White with #A2100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2100E; }
p { color: rgb(162,16,14); }
H1.HeaderClassName
{
color: #A2100E;
}
.AnyTagClassName
{
color: #A2100E;
}
</style>
background-color css
<style>
a { background-color: #A2100E; }
a { background-color: rgb(162,16,14); }
div.DivClassName
{
background-color: #A2100E;
}
.BgClassName
{
background-color: #A2100E;
}
</style>
border-color css
<style>
span { border-color: #A2100E; }
span { border-color: rgb(162,16,14); }
td.TdClassName
{
border-color: #A2100E;
}
.TagClassName
{
border-color: #A2100E;
}
</style>