Shades of Fire Brick #A81A12
Tints of Fire Brick #A81A12
RGB
CMYK
RGB Variations
Color information
#A81A12 (or 0xA81A12) is known color: Fire Brick. HEX triplet: A8, 1A and 12. RGB value is (168,26,18). Sum of RGB (Red+Green+Blue) = 168+26+18=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A12 is #57E5ED. Grayscale: #434343. Windows color (decimal): -5760494 or 1186472. OLE color: 1186472.
HSL color Cylindrical-coordinate representation of color #A81A12: hue angle of 3.2º 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 #A81A12 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 18 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.34 |
| HSL | 3.2º | 0.81% | 0.36% | - |
| HSV(B) | 3.2º | 0.89% | 0.66% | - |
| XYZ | 16.63 | 9.11 | 1.45 | - |
| YUV | 67.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 18 | 0 | 0.85 | 0.89 | 0.34 | 3.2 | 0.81 | 0.36 |
| Hex | A8 | 1A | 12 | 0 | 55 | 59 | 22 | 3 | 51 | 24 |
| Octal | 250 | 32 | 22 | 0 | 125 | 131 | 42 | 3 | 121 | 44 |
| Binary | 10101000 | 11010 | 10010 | 0 | 1010101 | 1011001 | 100010 | 11 | 1010001 | 100100 |
Color Harmonies of #A81A12
Complementary color
Monochromatic Colors of #A81A12
Black with #A81A12
Text Example
Text Example
White with #A81A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A12; }
p { color: rgb(168,26,18); }
H1.HeaderClassName
{
color: #A81A12;
}
.AnyTagClassName
{
color: #A81A12;
}
</style>
background-color css
<style>
a { background-color: #A81A12; }
a { background-color: rgb(168,26,18); }
div.DivClassName
{
background-color: #A81A12;
}
.BgClassName
{
background-color: #A81A12;
}
</style>
border-color css
<style>
span { border-color: #A81A12; }
span { border-color: rgb(168,26,18); }
td.TdClassName
{
border-color: #A81A12;
}
.TagClassName
{
border-color: #A81A12;
}
</style>