Shades of Fire Brick #A81614
Tints of Fire Brick #A81614
RGB
CMYK
RGB Variations
Color information
#A81614 (or 0xA81614) is known color: Fire Brick. HEX triplet: A8, 16 and 14. RGB value is (168,22,20). Sum of RGB (Red+Green+Blue) = 168+22+20=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A81614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81614 is #57E9EB. Grayscale: #414141. Windows color (decimal): -5761516 or 1316520. OLE color: 1316520.
HSL color Cylindrical-coordinate representation of color #A81614: hue angle of 0.81º 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 #A81614 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 20 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.34 |
| HSL | 0.81º | 0.79% | 0.37% | - |
| HSV(B) | 0.81º | 0.88% | 0.66% | - |
| XYZ | 16.56 | 8.95 | 1.52 | - |
| YUV | 65.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 20 | 0 | 0.87 | 0.88 | 0.34 | 0.81 | 0.79 | 0.37 |
| Hex | A8 | 16 | 14 | 0 | 57 | 58 | 22 | 1 | 4F | 25 |
| Octal | 250 | 26 | 24 | 0 | 127 | 130 | 42 | 1 | 117 | 45 |
| Binary | 10101000 | 10110 | 10100 | 0 | 1010111 | 1011000 | 100010 | 1 | 1001111 | 100101 |
Color Harmonies of #A81614
Complementary color
Monochromatic Colors of #A81614
Black with #A81614
Text Example
Text Example
White with #A81614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81614; }
p { color: rgb(168,22,20); }
H1.HeaderClassName
{
color: #A81614;
}
.AnyTagClassName
{
color: #A81614;
}
</style>
background-color css
<style>
a { background-color: #A81614; }
a { background-color: rgb(168,22,20); }
div.DivClassName
{
background-color: #A81614;
}
.BgClassName
{
background-color: #A81614;
}
</style>
border-color css
<style>
span { border-color: #A81614; }
span { border-color: rgb(168,22,20); }
td.TdClassName
{
border-color: #A81614;
}
.TagClassName
{
border-color: #A81614;
}
</style>