Shades of Fire Brick #A81C07
Tints of Fire Brick #A81C07
RGB
CMYK
RGB Variations
Color information
#A81C07 (or 0xA81C07) is known color: Fire Brick. HEX triplet: A8, 1C and 07. RGB value is (168,28,7). Sum of RGB (Red+Green+Blue) = 168+28+7=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C07 is #57E3F8. Grayscale: #434343. Windows color (decimal): -5759993 or 466088. OLE color: 466088.
HSL color Cylindrical-coordinate representation of color #A81C07: hue angle of 7.83º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A81C07 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.34 |
| HSL | 7.83º | 0.92% | 0.34% | - |
| HSV(B) | 7.83º | 0.96% | 0.66% | - |
| XYZ | 16.6 | 9.17 | 1.1 | - |
| YUV | 67.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 7 | 0 | 0.83 | 0.96 | 0.34 | 7.83 | 0.92 | 0.34 |
| Hex | A8 | 1C | 7 | 0 | 53 | 60 | 22 | 8 | 5C | 22 |
| Octal | 250 | 34 | 7 | 0 | 123 | 140 | 42 | 10 | 134 | 42 |
| Binary | 10101000 | 11100 | 111 | 0 | 1010011 | 1100000 | 100010 | 1000 | 1011100 | 100010 |
Color Harmonies of #A81C07
Complementary color
Monochromatic Colors of #A81C07
Black with #A81C07
Text Example
Text Example
White with #A81C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C07; }
p { color: rgb(168,28,7); }
H1.HeaderClassName
{
color: #A81C07;
}
.AnyTagClassName
{
color: #A81C07;
}
</style>
background-color css
<style>
a { background-color: #A81C07; }
a { background-color: rgb(168,28,7); }
div.DivClassName
{
background-color: #A81C07;
}
.BgClassName
{
background-color: #A81C07;
}
</style>
border-color css
<style>
span { border-color: #A81C07; }
span { border-color: rgb(168,28,7); }
td.TdClassName
{
border-color: #A81C07;
}
.TagClassName
{
border-color: #A81C07;
}
</style>