Shades of Fire Brick #A71E0F
Tints of Fire Brick #A71E0F
RGB
CMYK
RGB Variations
Color information
#A71E0F (or 0xA71E0F) is known color: Fire Brick. HEX triplet: A7, 1E and 0F. RGB value is (167,30,15). Sum of RGB (Red+Green+Blue) = 167+30+15=212 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.77% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71E0F is #58E1F0. Grayscale: #454545. Windows color (decimal): -5825009 or 990887. OLE color: 990887.
HSL color Cylindrical-coordinate representation of color #A71E0F: hue angle of 5.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A71E0F is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 30 | 15 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.35 |
| HSL | 5.92º | 0.84% | 0.36% | - |
| HSV(B) | 5.92º | 0.91% | 0.65% | - |
| XYZ | 16.49 | 9.18 | 1.35 | - |
| YUV | 69.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 15 | 0 | 0.82 | 0.91 | 0.35 | 5.92 | 0.84 | 0.36 |
| Hex | A7 | 1E | F | 0 | 52 | 5B | 23 | 6 | 54 | 24 |
| Octal | 247 | 36 | 17 | 0 | 122 | 133 | 43 | 6 | 124 | 44 |
| Binary | 10100111 | 11110 | 1111 | 0 | 1010010 | 1011011 | 100011 | 110 | 1010100 | 100100 |
Color Harmonies of #A71E0F
Complementary color
Monochromatic Colors of #A71E0F
Black with #A71E0F
Text Example
Text Example
White with #A71E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71E0F; }
p { color: rgb(167,30,15); }
H1.HeaderClassName
{
color: #A71E0F;
}
.AnyTagClassName
{
color: #A71E0F;
}
</style>
background-color css
<style>
a { background-color: #A71E0F; }
a { background-color: rgb(167,30,15); }
div.DivClassName
{
background-color: #A71E0F;
}
.BgClassName
{
background-color: #A71E0F;
}
</style>
border-color css
<style>
span { border-color: #A71E0F; }
span { border-color: rgb(167,30,15); }
td.TdClassName
{
border-color: #A71E0F;
}
.TagClassName
{
border-color: #A71E0F;
}
</style>