Shades of Fire Brick #A31E11
Tints of Fire Brick #A31E11
RGB
CMYK
RGB Variations
Color information
#A31E11 (or 0xA31E11) is known color: Fire Brick. HEX triplet: A3, 1E and 11. RGB value is (163,30,17). Sum of RGB (Red+Green+Blue) = 163+30+17=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E11 is #5CE1EE. Grayscale: #444444. Windows color (decimal): -6087151 or 1121955. OLE color: 1121955.
HSL color Cylindrical-coordinate representation of color #A31E11: hue angle of 5.34º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31E11 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 17 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.36 |
| HSL | 5.34º | 0.81% | 0.35% | - |
| HSV(B) | 5.34º | 0.9% | 0.64% | - |
| XYZ | 15.67 | 8.76 | 1.39 | - |
| YUV | 68.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 17 | 0 | 0.82 | 0.90 | 0.36 | 5.34 | 0.81 | 0.35 |
| Hex | A3 | 1E | 11 | 0 | 52 | 5A | 24 | 5 | 51 | 23 |
| Octal | 243 | 36 | 21 | 0 | 122 | 132 | 44 | 5 | 121 | 43 |
| Binary | 10100011 | 11110 | 10001 | 0 | 1010010 | 1011010 | 100100 | 101 | 1010001 | 100011 |
Color Harmonies of #A31E11
Complementary color
Monochromatic Colors of #A31E11
Black with #A31E11
Text Example
Text Example
White with #A31E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E11; }
p { color: rgb(163,30,17); }
H1.HeaderClassName
{
color: #A31E11;
}
.AnyTagClassName
{
color: #A31E11;
}
</style>
background-color css
<style>
a { background-color: #A31E11; }
a { background-color: rgb(163,30,17); }
div.DivClassName
{
background-color: #A31E11;
}
.BgClassName
{
background-color: #A31E11;
}
</style>
border-color css
<style>
span { border-color: #A31E11; }
span { border-color: rgb(163,30,17); }
td.TdClassName
{
border-color: #A31E11;
}
.TagClassName
{
border-color: #A31E11;
}
</style>