Shades of Fire Brick #A31310
Tints of Fire Brick #A31310
RGB
CMYK
RGB Variations
Color information
#A31310 (or 0xA31310) is known color: Fire Brick. HEX triplet: A3, 13 and 10. RGB value is (163,19,16). Sum of RGB (Red+Green+Blue) = 163+19+16=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A31310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31310 is #5CECEF. Grayscale: #3D3D3D. Windows color (decimal): -6089968 or 1053603. OLE color: 1053603.
HSL color Cylindrical-coordinate representation of color #A31310: hue angle of 1.22º 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 #A31310 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 16 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.36 |
| HSL | 1.22º | 0.82% | 0.35% | - |
| HSV(B) | 1.22º | 0.9% | 0.64% | - |
| XYZ | 15.43 | 8.29 | 1.28 | - |
| YUV | 61.71 | 102.21 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 16 | 0 | 0.88 | 0.90 | 0.36 | 1.22 | 0.82 | 0.35 |
| Hex | A3 | 13 | 10 | 0 | 58 | 5A | 24 | 1 | 52 | 23 |
| Octal | 243 | 23 | 20 | 0 | 130 | 132 | 44 | 1 | 122 | 43 |
| Binary | 10100011 | 10011 | 10000 | 0 | 1011000 | 1011010 | 100100 | 1 | 1010010 | 100011 |
Color Harmonies of #A31310
Complementary color
Monochromatic Colors of #A31310
Black with #A31310
Text Example
Text Example
White with #A31310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31310; }
p { color: rgb(163,19,16); }
H1.HeaderClassName
{
color: #A31310;
}
.AnyTagClassName
{
color: #A31310;
}
</style>
background-color css
<style>
a { background-color: #A31310; }
a { background-color: rgb(163,19,16); }
div.DivClassName
{
background-color: #A31310;
}
.BgClassName
{
background-color: #A31310;
}
</style>
border-color css
<style>
span { border-color: #A31310; }
span { border-color: rgb(163,19,16); }
td.TdClassName
{
border-color: #A31310;
}
.TagClassName
{
border-color: #A31310;
}
</style>