Shades of Fire Brick #A71C08
Tints of Fire Brick #A71C08
RGB
CMYK
RGB Variations
Color information
#A71C08 (or 0xA71C08) is known color: Fire Brick. HEX triplet: A7, 1C and 08. RGB value is (167,28,8). Sum of RGB (Red+Green+Blue) = 167+28+8=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71C08 is #58E3F7. Grayscale: #434343. Windows color (decimal): -5825528 or 531623. OLE color: 531623.
HSL color Cylindrical-coordinate representation of color #A71C08: hue angle of 7.55º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A71C08 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 8 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.35 |
| HSL | 7.55º | 0.91% | 0.34% | - |
| HSV(B) | 7.55º | 0.95% | 0.65% | - |
| XYZ | 16.4 | 9.06 | 1.12 | - |
| YUV | 67.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 8 | 0 | 0.83 | 0.95 | 0.35 | 7.55 | 0.91 | 0.34 |
| Hex | A7 | 1C | 8 | 0 | 53 | 5F | 23 | 8 | 5B | 22 |
| Octal | 247 | 34 | 10 | 0 | 123 | 137 | 43 | 10 | 133 | 42 |
| Binary | 10100111 | 11100 | 1000 | 0 | 1010011 | 1011111 | 100011 | 1000 | 1011011 | 100010 |
Color Harmonies of #A71C08
Complementary color
Monochromatic Colors of #A71C08
Black with #A71C08
Text Example
Text Example
White with #A71C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C08; }
p { color: rgb(167,28,8); }
H1.HeaderClassName
{
color: #A71C08;
}
.AnyTagClassName
{
color: #A71C08;
}
</style>
background-color css
<style>
a { background-color: #A71C08; }
a { background-color: rgb(167,28,8); }
div.DivClassName
{
background-color: #A71C08;
}
.BgClassName
{
background-color: #A71C08;
}
</style>
border-color css
<style>
span { border-color: #A71C08; }
span { border-color: rgb(167,28,8); }
td.TdClassName
{
border-color: #A71C08;
}
.TagClassName
{
border-color: #A71C08;
}
</style>