Shades of Fire Brick #A81D0F
Tints of Fire Brick #A81D0F
RGB
CMYK
RGB Variations
Color information
#A81D0F (or 0xA81D0F) is known color: Fire Brick. HEX triplet: A8, 1D and 0F. RGB value is (168,29,15). Sum of RGB (Red+Green+Blue) = 168+29+15=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D0F is #57E2F0. Grayscale: #454545. Windows color (decimal): -5759729 or 990632. OLE color: 990632.
HSL color Cylindrical-coordinate representation of color #A81D0F: hue angle of 5.49º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A81D0F is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 29 | 15 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.34 |
| HSL | 5.49º | 0.84% | 0.36% | - |
| HSV(B) | 5.49º | 0.91% | 0.66% | - |
| XYZ | 16.67 | 9.24 | 1.36 | - |
| YUV | 68.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 15 | 0 | 0.83 | 0.91 | 0.34 | 5.49 | 0.84 | 0.36 |
| Hex | A8 | 1D | F | 0 | 53 | 5B | 22 | 5 | 54 | 24 |
| Octal | 250 | 35 | 17 | 0 | 123 | 133 | 42 | 5 | 124 | 44 |
| Binary | 10101000 | 11101 | 1111 | 0 | 1010011 | 1011011 | 100010 | 101 | 1010100 | 100100 |
Color Harmonies of #A81D0F
Complementary color
Monochromatic Colors of #A81D0F
Black with #A81D0F
Text Example
Text Example
White with #A81D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81D0F; }
p { color: rgb(168,29,15); }
H1.HeaderClassName
{
color: #A81D0F;
}
.AnyTagClassName
{
color: #A81D0F;
}
</style>
background-color css
<style>
a { background-color: #A81D0F; }
a { background-color: rgb(168,29,15); }
div.DivClassName
{
background-color: #A81D0F;
}
.BgClassName
{
background-color: #A81D0F;
}
</style>
border-color css
<style>
span { border-color: #A81D0F; }
span { border-color: rgb(168,29,15); }
td.TdClassName
{
border-color: #A81D0F;
}
.TagClassName
{
border-color: #A81D0F;
}
</style>