Shades of Fire Brick #A81C12
Tints of Fire Brick #A81C12
RGB
CMYK
RGB Variations
Color information
#A81C12 (or 0xA81C12) is known color: Fire Brick. HEX triplet: A8, 1C and 12. RGB value is (168,28,18). Sum of RGB (Red+Green+Blue) = 168+28+18=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C12 is #57E3ED. Grayscale: #444444. Windows color (decimal): -5759982 or 1186984. OLE color: 1186984.
HSL color Cylindrical-coordinate representation of color #A81C12: hue angle of 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 #A81C12 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 18 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.34 |
| HSL | 4º | 0.81% | 0.36% | - |
| HSV(B) | 4º | 0.89% | 0.66% | - |
| XYZ | 16.67 | 9.2 | 1.47 | - |
| YUV | 68.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 18 | 0 | 0.83 | 0.89 | 0.34 | 4 | 0.81 | 0.36 |
| Hex | A8 | 1C | 12 | 0 | 53 | 59 | 22 | 4 | 51 | 24 |
| Octal | 250 | 34 | 22 | 0 | 123 | 131 | 42 | 4 | 121 | 44 |
| Binary | 10101000 | 11100 | 10010 | 0 | 1010011 | 1011001 | 100010 | 100 | 1010001 | 100100 |
Color Harmonies of #A81C12
Complementary color
Monochromatic Colors of #A81C12
Black with #A81C12
Text Example
Text Example
White with #A81C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C12; }
p { color: rgb(168,28,18); }
H1.HeaderClassName
{
color: #A81C12;
}
.AnyTagClassName
{
color: #A81C12;
}
</style>
background-color css
<style>
a { background-color: #A81C12; }
a { background-color: rgb(168,28,18); }
div.DivClassName
{
background-color: #A81C12;
}
.BgClassName
{
background-color: #A81C12;
}
</style>
border-color css
<style>
span { border-color: #A81C12; }
span { border-color: rgb(168,28,18); }
td.TdClassName
{
border-color: #A81C12;
}
.TagClassName
{
border-color: #A81C12;
}
</style>