Shades of Fire Brick #A31312
Tints of Fire Brick #A31312
RGB
CMYK
RGB Variations
Color information
#A31312 (or 0xA31312) is known color: Fire Brick. HEX triplet: A3, 13 and 12. RGB value is (163,19,18). Sum of RGB (Red+Green+Blue) = 163+19+18=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A31312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31312 is #5CECED. Grayscale: #3E3E3E. Windows color (decimal): -6089966 or 1184675. OLE color: 1184675.
HSL color Cylindrical-coordinate representation of color #A31312: hue angle of 0.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31312 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 18 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.36 |
| HSL | 0.41º | 0.8% | 0.35% | - |
| HSV(B) | 0.41º | 0.89% | 0.64% | - |
| XYZ | 15.45 | 8.3 | 1.36 | - |
| YUV | 61.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 18 | 0 | 0.88 | 0.89 | 0.36 | 0.41 | 0.8 | 0.35 |
| Hex | A3 | 13 | 12 | 0 | 58 | 59 | 24 | 0 | 50 | 23 |
| Octal | 243 | 23 | 22 | 0 | 130 | 131 | 44 | 0 | 120 | 43 |
| Binary | 10100011 | 10011 | 10010 | 0 | 1011000 | 1011001 | 100100 | 0 | 1010000 | 100011 |
Color Harmonies of #A31312
Complementary color
Monochromatic Colors of #A31312
Black with #A31312
Text Example
Text Example
White with #A31312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31312; }
p { color: rgb(163,19,18); }
H1.HeaderClassName
{
color: #A31312;
}
.AnyTagClassName
{
color: #A31312;
}
</style>
background-color css
<style>
a { background-color: #A31312; }
a { background-color: rgb(163,19,18); }
div.DivClassName
{
background-color: #A31312;
}
.BgClassName
{
background-color: #A31312;
}
</style>
border-color css
<style>
span { border-color: #A31312; }
span { border-color: rgb(163,19,18); }
td.TdClassName
{
border-color: #A31312;
}
.TagClassName
{
border-color: #A31312;
}
</style>