Shades of Fire Brick #A31E1C
Tints of Fire Brick #A31E1C
RGB
CMYK
RGB Variations
Color information
#A31E1C (or 0xA31E1C) is known color: Fire Brick. HEX triplet: A3, 1E and 1C. RGB value is (163,30,28). Sum of RGB (Red+Green+Blue) = 163+30+28=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E1C is #5CE1E3. Grayscale: #454545. Windows color (decimal): -6087140 or 1842851. OLE color: 1842851.
HSL color Cylindrical-coordinate representation of color #A31E1C: hue angle of 0.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31E1C is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 28 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.36 |
| HSL | 0.89º | 0.71% | 0.37% | - |
| HSV(B) | 0.89º | 0.83% | 0.64% | - |
| XYZ | 15.78 | 8.8 | 1.97 | - |
| YUV | 69.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 28 | 0 | 0.82 | 0.83 | 0.36 | 0.89 | 0.71 | 0.37 |
| Hex | A3 | 1E | 1C | 0 | 52 | 53 | 24 | 1 | 47 | 25 |
| Octal | 243 | 36 | 34 | 0 | 122 | 123 | 44 | 1 | 107 | 45 |
| Binary | 10100011 | 11110 | 11100 | 0 | 1010010 | 1010011 | 100100 | 1 | 1000111 | 100101 |
Color Harmonies of #A31E1C
Complementary color
Monochromatic Colors of #A31E1C
Black with #A31E1C
Text Example
Text Example
White with #A31E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E1C; }
p { color: rgb(163,30,28); }
H1.HeaderClassName
{
color: #A31E1C;
}
.AnyTagClassName
{
color: #A31E1C;
}
</style>
background-color css
<style>
a { background-color: #A31E1C; }
a { background-color: rgb(163,30,28); }
div.DivClassName
{
background-color: #A31E1C;
}
.BgClassName
{
background-color: #A31E1C;
}
</style>
border-color css
<style>
span { border-color: #A31E1C; }
span { border-color: rgb(163,30,28); }
td.TdClassName
{
border-color: #A31E1C;
}
.TagClassName
{
border-color: #A31E1C;
}
</style>