Shades of Fire Brick #A2130B
Tints of Fire Brick #A2130B
RGB
CMYK
RGB Variations
Color information
#A2130B (or 0xA2130B) is known color: Fire Brick. HEX triplet: A2, 13 and 0B. RGB value is (162,19,11). Sum of RGB (Red+Green+Blue) = 162+19+11=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2130B is #5DECF4. Grayscale: #3D3D3D. Windows color (decimal): -6155509 or 725922. OLE color: 725922.
HSL color Cylindrical-coordinate representation of color #A2130B: hue angle of 3.18º 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 #A2130B is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 11 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.36 |
| HSL | 3.18º | 0.87% | 0.34% | - |
| HSV(B) | 3.18º | 0.93% | 0.64% | - |
| XYZ | 15.19 | 8.17 | 1.09 | - |
| YUV | 60.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 11 | 0 | 0.88 | 0.93 | 0.36 | 3.18 | 0.87 | 0.34 |
| Hex | A2 | 13 | B | 0 | 58 | 5D | 24 | 3 | 57 | 22 |
| Octal | 242 | 23 | 13 | 0 | 130 | 135 | 44 | 3 | 127 | 42 |
| Binary | 10100010 | 10011 | 1011 | 0 | 1011000 | 1011101 | 100100 | 11 | 1010111 | 100010 |
Color Harmonies of #A2130B
Complementary color
Monochromatic Colors of #A2130B
Black with #A2130B
Text Example
Text Example
White with #A2130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2130B; }
p { color: rgb(162,19,11); }
H1.HeaderClassName
{
color: #A2130B;
}
.AnyTagClassName
{
color: #A2130B;
}
</style>
background-color css
<style>
a { background-color: #A2130B; }
a { background-color: rgb(162,19,11); }
div.DivClassName
{
background-color: #A2130B;
}
.BgClassName
{
background-color: #A2130B;
}
</style>
border-color css
<style>
span { border-color: #A2130B; }
span { border-color: rgb(162,19,11); }
td.TdClassName
{
border-color: #A2130B;
}
.TagClassName
{
border-color: #A2130B;
}
</style>