Shades of Fire Brick #A31805
Tints of Fire Brick #A31805
RGB
CMYK
RGB Variations
Color information
#A31805 (or 0xA31805) is known color: Fire Brick. HEX triplet: A3, 18 and 05. RGB value is (163,24,5). Sum of RGB (Red+Green+Blue) = 163+24+5=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A31805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31805 is #5CE7FA. Grayscale: #3F3F3F. Windows color (decimal): -6088699 or 333987. OLE color: 333987.
HSL color Cylindrical-coordinate representation of color #A31805: hue angle of 7.22º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A31805 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.36 |
| HSL | 7.22º | 0.94% | 0.33% | - |
| HSV(B) | 7.22º | 0.97% | 0.64% | - |
| XYZ | 15.46 | 8.45 | 0.96 | - |
| YUV | 63.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 5 | 0 | 0.85 | 0.97 | 0.36 | 7.22 | 0.94 | 0.33 |
| Hex | A3 | 18 | 5 | 0 | 55 | 61 | 24 | 7 | 5E | 21 |
| Octal | 243 | 30 | 5 | 0 | 125 | 141 | 44 | 7 | 136 | 41 |
| Binary | 10100011 | 11000 | 101 | 0 | 1010101 | 1100001 | 100100 | 111 | 1011110 | 100001 |
Color Harmonies of #A31805
Complementary color
Monochromatic Colors of #A31805
Black with #A31805
Text Example
Text Example
White with #A31805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31805; }
p { color: rgb(163,24,5); }
H1.HeaderClassName
{
color: #A31805;
}
.AnyTagClassName
{
color: #A31805;
}
</style>
background-color css
<style>
a { background-color: #A31805; }
a { background-color: rgb(163,24,5); }
div.DivClassName
{
background-color: #A31805;
}
.BgClassName
{
background-color: #A31805;
}
</style>
border-color css
<style>
span { border-color: #A31805; }
span { border-color: rgb(163,24,5); }
td.TdClassName
{
border-color: #A31805;
}
.TagClassName
{
border-color: #A31805;
}
</style>