Shades of Fire Brick #A31915
Tints of Fire Brick #A31915
RGB
CMYK
RGB Variations
Color information
#A31915 (or 0xA31915) is known color: Fire Brick. HEX triplet: A3, 19 and 15. RGB value is (163,25,21). Sum of RGB (Red+Green+Blue) = 163+25+21=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A31915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31915 is #5CE6EA. Grayscale: #414141. Windows color (decimal): -6088427 or 1382819. OLE color: 1382819.
HSL color Cylindrical-coordinate representation of color #A31915: hue angle of 1.69º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31915 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 21 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.36 |
| HSL | 1.69º | 0.77% | 0.36% | - |
| HSV(B) | 1.69º | 0.87% | 0.64% | - |
| XYZ | 15.59 | 8.54 | 1.54 | - |
| YUV | 65.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 21 | 0 | 0.85 | 0.87 | 0.36 | 1.69 | 0.77 | 0.36 |
| Hex | A3 | 19 | 15 | 0 | 55 | 57 | 24 | 2 | 4D | 24 |
| Octal | 243 | 31 | 25 | 0 | 125 | 127 | 44 | 2 | 115 | 44 |
| Binary | 10100011 | 11001 | 10101 | 0 | 1010101 | 1010111 | 100100 | 10 | 1001101 | 100100 |
Color Harmonies of #A31915
Complementary color
Monochromatic Colors of #A31915
Black with #A31915
Text Example
Text Example
White with #A31915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31915; }
p { color: rgb(163,25,21); }
H1.HeaderClassName
{
color: #A31915;
}
.AnyTagClassName
{
color: #A31915;
}
</style>
background-color css
<style>
a { background-color: #A31915; }
a { background-color: rgb(163,25,21); }
div.DivClassName
{
background-color: #A31915;
}
.BgClassName
{
background-color: #A31915;
}
</style>
border-color css
<style>
span { border-color: #A31915; }
span { border-color: rgb(163,25,21); }
td.TdClassName
{
border-color: #A31915;
}
.TagClassName
{
border-color: #A31915;
}
</style>