Shades of Fire Brick #A81714
Tints of Fire Brick #A81714
RGB
CMYK
RGB Variations
Color information
#A81714 (or 0xA81714) is known color: Fire Brick. HEX triplet: A8, 17 and 14. RGB value is (168,23,20). Sum of RGB (Red+Green+Blue) = 168+23+20=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A81714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81714 is #57E8EB. Grayscale: #424242. Windows color (decimal): -5761260 or 1316776. OLE color: 1316776.
HSL color Cylindrical-coordinate representation of color #A81714: hue angle of 1.22º degrees, saturation: 0.79, 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 #A81714 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 20 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.34 |
| HSL | 1.22º | 0.79% | 0.37% | - |
| HSV(B) | 1.22º | 0.88% | 0.66% | - |
| XYZ | 16.58 | 8.99 | 1.52 | - |
| YUV | 66.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 20 | 0 | 0.86 | 0.88 | 0.34 | 1.22 | 0.79 | 0.37 |
| Hex | A8 | 17 | 14 | 0 | 56 | 58 | 22 | 1 | 4F | 25 |
| Octal | 250 | 27 | 24 | 0 | 126 | 130 | 42 | 1 | 117 | 45 |
| Binary | 10101000 | 10111 | 10100 | 0 | 1010110 | 1011000 | 100010 | 1 | 1001111 | 100101 |
Color Harmonies of #A81714
Complementary color
Monochromatic Colors of #A81714
Black with #A81714
Text Example
Text Example
White with #A81714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81714; }
p { color: rgb(168,23,20); }
H1.HeaderClassName
{
color: #A81714;
}
.AnyTagClassName
{
color: #A81714;
}
</style>
background-color css
<style>
a { background-color: #A81714; }
a { background-color: rgb(168,23,20); }
div.DivClassName
{
background-color: #A81714;
}
.BgClassName
{
background-color: #A81714;
}
</style>
border-color css
<style>
span { border-color: #A81714; }
span { border-color: rgb(168,23,20); }
td.TdClassName
{
border-color: #A81714;
}
.TagClassName
{
border-color: #A81714;
}
</style>