Shades of Fire Brick #A31410
Tints of Fire Brick #A31410
RGB
CMYK
RGB Variations
Color information
#A31410 (or 0xA31410) is known color: Fire Brick. HEX triplet: A3, 14 and 10. RGB value is (163,20,16). Sum of RGB (Red+Green+Blue) = 163+20+16=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A31410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31410 is #5CEBEF. Grayscale: #3E3E3E. Windows color (decimal): -6089712 or 1053859. OLE color: 1053859.
HSL color Cylindrical-coordinate representation of color #A31410: hue angle of 1.63º degrees, saturation: 0.82, 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 #A31410 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 16 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.36 |
| HSL | 1.63º | 0.82% | 0.35% | - |
| HSV(B) | 1.63º | 0.9% | 0.64% | - |
| XYZ | 15.45 | 8.32 | 1.28 | - |
| YUV | 62.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 16 | 0 | 0.88 | 0.90 | 0.36 | 1.63 | 0.82 | 0.35 |
| Hex | A3 | 14 | 10 | 0 | 58 | 5A | 24 | 2 | 52 | 23 |
| Octal | 243 | 24 | 20 | 0 | 130 | 132 | 44 | 2 | 122 | 43 |
| Binary | 10100011 | 10100 | 10000 | 0 | 1011000 | 1011010 | 100100 | 10 | 1010010 | 100011 |
Color Harmonies of #A31410
Complementary color
Monochromatic Colors of #A31410
Black with #A31410
Text Example
Text Example
White with #A31410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31410; }
p { color: rgb(163,20,16); }
H1.HeaderClassName
{
color: #A31410;
}
.AnyTagClassName
{
color: #A31410;
}
</style>
background-color css
<style>
a { background-color: #A31410; }
a { background-color: rgb(163,20,16); }
div.DivClassName
{
background-color: #A31410;
}
.BgClassName
{
background-color: #A31410;
}
</style>
border-color css
<style>
span { border-color: #A31410; }
span { border-color: rgb(163,20,16); }
td.TdClassName
{
border-color: #A31410;
}
.TagClassName
{
border-color: #A31410;
}
</style>