Shades of Fire Brick #A3110E
Tints of Fire Brick #A3110E
RGB
CMYK
RGB Variations
Color information
#A3110E (or 0xA3110E) is known color: Fire Brick. HEX triplet: A3, 11 and 0E. RGB value is (163,17,14). Sum of RGB (Red+Green+Blue) = 163+17+14=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A3110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3110E is #5CEEF1. Grayscale: #3C3C3C. Windows color (decimal): -6090482 or 922019. OLE color: 922019.
HSL color Cylindrical-coordinate representation of color #A3110E: hue angle of 1.21º 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 #A3110E is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 14 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.36 |
| HSL | 1.21º | 0.84% | 0.35% | - |
| HSV(B) | 1.21º | 0.91% | 0.64% | - |
| XYZ | 15.38 | 8.22 | 1.19 | - |
| YUV | 60.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 14 | 0 | 0.90 | 0.91 | 0.36 | 1.21 | 0.84 | 0.35 |
| Hex | A3 | 11 | E | 0 | 5A | 5B | 24 | 1 | 54 | 23 |
| Octal | 243 | 21 | 16 | 0 | 132 | 133 | 44 | 1 | 124 | 43 |
| Binary | 10100011 | 10001 | 1110 | 0 | 1011010 | 1011011 | 100100 | 1 | 1010100 | 100011 |
Color Harmonies of #A3110E
Complementary color
Monochromatic Colors of #A3110E
Black with #A3110E
Text Example
Text Example
White with #A3110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3110E; }
p { color: rgb(163,17,14); }
H1.HeaderClassName
{
color: #A3110E;
}
.AnyTagClassName
{
color: #A3110E;
}
</style>
background-color css
<style>
a { background-color: #A3110E; }
a { background-color: rgb(163,17,14); }
div.DivClassName
{
background-color: #A3110E;
}
.BgClassName
{
background-color: #A3110E;
}
</style>
border-color css
<style>
span { border-color: #A3110E; }
span { border-color: rgb(163,17,14); }
td.TdClassName
{
border-color: #A3110E;
}
.TagClassName
{
border-color: #A3110E;
}
</style>