Shades of Fire Brick #A81D15
Tints of Fire Brick #A81D15
RGB
CMYK
RGB Variations
Color information
#A81D15 (or 0xA81D15) is known color: Fire Brick. HEX triplet: A8, 1D and 15. RGB value is (168,29,21). Sum of RGB (Red+Green+Blue) = 168+29+21=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D15 is #57E2EA. Grayscale: #454545. Windows color (decimal): -5759723 or 1383848. OLE color: 1383848.
HSL color Cylindrical-coordinate representation of color #A81D15: hue angle of 3.27º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81D15 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 29 | 21 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.34 |
| HSL | 3.27º | 0.78% | 0.37% | - |
| HSV(B) | 3.27º | 0.88% | 0.66% | - |
| XYZ | 16.72 | 9.26 | 1.61 | - |
| YUV | 69.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 21 | 0 | 0.83 | 0.88 | 0.34 | 3.27 | 0.78 | 0.37 |
| Hex | A8 | 1D | 15 | 0 | 53 | 58 | 22 | 3 | 4E | 25 |
| Octal | 250 | 35 | 25 | 0 | 123 | 130 | 42 | 3 | 116 | 45 |
| Binary | 10101000 | 11101 | 10101 | 0 | 1010011 | 1011000 | 100010 | 11 | 1001110 | 100101 |
Color Harmonies of #A81D15
Complementary color
Monochromatic Colors of #A81D15
Black with #A81D15
Text Example
Text Example
White with #A81D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81D15; }
p { color: rgb(168,29,21); }
H1.HeaderClassName
{
color: #A81D15;
}
.AnyTagClassName
{
color: #A81D15;
}
</style>
background-color css
<style>
a { background-color: #A81D15; }
a { background-color: rgb(168,29,21); }
div.DivClassName
{
background-color: #A81D15;
}
.BgClassName
{
background-color: #A81D15;
}
</style>
border-color css
<style>
span { border-color: #A81D15; }
span { border-color: rgb(168,29,21); }
td.TdClassName
{
border-color: #A81D15;
}
.TagClassName
{
border-color: #A81D15;
}
</style>