Shades of Fire Brick #A81312
Tints of Fire Brick #A81312
RGB
CMYK
RGB Variations
Color information
#A81312 (or 0xA81312) is known color: Fire Brick. HEX triplet: A8, 13 and 12. RGB value is (168,19,18). Sum of RGB (Red+Green+Blue) = 168+19+18=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A81312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81312 is #57ECED. Grayscale: #3F3F3F. Windows color (decimal): -5762286 or 1184680. OLE color: 1184680.
HSL color Cylindrical-coordinate representation of color #A81312: hue angle of 0.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81312 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 18 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.34 |
| HSL | 0.4º | 0.81% | 0.36% | - |
| HSV(B) | 0.4º | 0.89% | 0.66% | - |
| XYZ | 16.49 | 8.83 | 1.41 | - |
| YUV | 63.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 18 | 0 | 0.89 | 0.89 | 0.34 | 0.4 | 0.81 | 0.36 |
| Hex | A8 | 13 | 12 | 0 | 59 | 59 | 22 | 0 | 51 | 24 |
| Octal | 250 | 23 | 22 | 0 | 131 | 131 | 42 | 0 | 121 | 44 |
| Binary | 10101000 | 10011 | 10010 | 0 | 1011001 | 1011001 | 100010 | 0 | 1010001 | 100100 |
Color Harmonies of #A81312
Complementary color
Monochromatic Colors of #A81312
Black with #A81312
Text Example
Text Example
White with #A81312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81312; }
p { color: rgb(168,19,18); }
H1.HeaderClassName
{
color: #A81312;
}
.AnyTagClassName
{
color: #A81312;
}
</style>
background-color css
<style>
a { background-color: #A81312; }
a { background-color: rgb(168,19,18); }
div.DivClassName
{
background-color: #A81312;
}
.BgClassName
{
background-color: #A81312;
}
</style>
border-color css
<style>
span { border-color: #A81312; }
span { border-color: rgb(168,19,18); }
td.TdClassName
{
border-color: #A81312;
}
.TagClassName
{
border-color: #A81312;
}
</style>