Shades of Fire Brick #A81804
Tints of Fire Brick #A81804
RGB
CMYK
RGB Variations
Color information
#A81804 (or 0xA81804) is known color: Fire Brick. HEX triplet: A8, 18 and 04. RGB value is (168,24,4). Sum of RGB (Red+Green+Blue) = 168+24+4=196 (25% of max value = 765). Red value is 168 (66.02% from 255 or 85.71% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 168 - color contains mainly: red. Hex color #A81804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81804 is #57E7FB. Grayscale: #414141. Windows color (decimal): -5761020 or 268456. OLE color: 268456.
HSL color Cylindrical-coordinate representation of color #A81804: hue angle of 7.32º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A81804 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.34 |
| HSL | 7.32º | 0.95% | 0.34% | - |
| HSV(B) | 7.32º | 0.98% | 0.66% | - |
| XYZ | 16.5 | 8.99 | 0.98 | - |
| YUV | 64.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 4 | 0 | 0.86 | 0.98 | 0.34 | 7.32 | 0.95 | 0.34 |
| Hex | A8 | 18 | 4 | 0 | 56 | 62 | 22 | 7 | 5F | 22 |
| Octal | 250 | 30 | 4 | 0 | 126 | 142 | 42 | 7 | 137 | 42 |
| Binary | 10101000 | 11000 | 100 | 0 | 1010110 | 1100010 | 100010 | 111 | 1011111 | 100010 |
Color Harmonies of #A81804
Complementary color
Monochromatic Colors of #A81804
Black with #A81804
Text Example
Text Example
White with #A81804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81804; }
p { color: rgb(168,24,4); }
H1.HeaderClassName
{
color: #A81804;
}
.AnyTagClassName
{
color: #A81804;
}
</style>
background-color css
<style>
a { background-color: #A81804; }
a { background-color: rgb(168,24,4); }
div.DivClassName
{
background-color: #A81804;
}
.BgClassName
{
background-color: #A81804;
}
</style>
border-color css
<style>
span { border-color: #A81804; }
span { border-color: rgb(168,24,4); }
td.TdClassName
{
border-color: #A81804;
}
.TagClassName
{
border-color: #A81804;
}
</style>