Shades of Fire Brick #A31E0A
Tints of Fire Brick #A31E0A
RGB
CMYK
RGB Variations
Color information
#A31E0A (or 0xA31E0A) is known color: Fire Brick. HEX triplet: A3, 1E and 0A. RGB value is (163,30,10). Sum of RGB (Red+Green+Blue) = 163+30+10=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E0A is #5CE1F5. Grayscale: #434343. Windows color (decimal): -6087158 or 663203. OLE color: 663203.
HSL color Cylindrical-coordinate representation of color #A31E0A: hue angle of 7.84º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A31E0A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.36 |
| HSL | 7.84º | 0.88% | 0.34% | - |
| HSV(B) | 7.84º | 0.94% | 0.64% | - |
| XYZ | 15.62 | 8.74 | 1.15 | - |
| YUV | 67.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 10 | 0 | 0.82 | 0.94 | 0.36 | 7.84 | 0.88 | 0.34 |
| Hex | A3 | 1E | A | 0 | 52 | 5E | 24 | 8 | 58 | 22 |
| Octal | 243 | 36 | 12 | 0 | 122 | 136 | 44 | 10 | 130 | 42 |
| Binary | 10100011 | 11110 | 1010 | 0 | 1010010 | 1011110 | 100100 | 1000 | 1011000 | 100010 |
Color Harmonies of #A31E0A
Complementary color
Monochromatic Colors of #A31E0A
Black with #A31E0A
Text Example
Text Example
White with #A31E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E0A; }
p { color: rgb(163,30,10); }
H1.HeaderClassName
{
color: #A31E0A;
}
.AnyTagClassName
{
color: #A31E0A;
}
</style>
background-color css
<style>
a { background-color: #A31E0A; }
a { background-color: rgb(163,30,10); }
div.DivClassName
{
background-color: #A31E0A;
}
.BgClassName
{
background-color: #A31E0A;
}
</style>
border-color css
<style>
span { border-color: #A31E0A; }
span { border-color: rgb(163,30,10); }
td.TdClassName
{
border-color: #A31E0A;
}
.TagClassName
{
border-color: #A31E0A;
}
</style>