Shades of Fire Brick #A61808
Tints of Fire Brick #A61808
RGB
CMYK
RGB Variations
Color information
#A61808 (or 0xA61808) is known color: Fire Brick. HEX triplet: A6, 18 and 08. RGB value is (166,24,8). Sum of RGB (Red+Green+Blue) = 166+24+8=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A61808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61808 is #59E7F7. Grayscale: #404040. Windows color (decimal): -5892088 or 530598. OLE color: 530598.
HSL color Cylindrical-coordinate representation of color #A61808: hue angle of 6.08º 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 #A61808 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 8 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.35 |
| HSL | 6.08º | 0.91% | 0.34% | - |
| HSV(B) | 6.08º | 0.95% | 0.65% | - |
| XYZ | 16.1 | 8.78 | 1.08 | - |
| YUV | 64.63 | 96.04 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 8 | 0 | 0.86 | 0.95 | 0.35 | 6.08 | 0.91 | 0.34 |
| Hex | A6 | 18 | 8 | 0 | 56 | 5F | 23 | 6 | 5B | 22 |
| Octal | 246 | 30 | 10 | 0 | 126 | 137 | 43 | 6 | 133 | 42 |
| Binary | 10100110 | 11000 | 1000 | 0 | 1010110 | 1011111 | 100011 | 110 | 1011011 | 100010 |
Color Harmonies of #A61808
Complementary color
Monochromatic Colors of #A61808
Black with #A61808
Text Example
Text Example
White with #A61808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61808; }
p { color: rgb(166,24,8); }
H1.HeaderClassName
{
color: #A61808;
}
.AnyTagClassName
{
color: #A61808;
}
</style>
background-color css
<style>
a { background-color: #A61808; }
a { background-color: rgb(166,24,8); }
div.DivClassName
{
background-color: #A61808;
}
.BgClassName
{
background-color: #A61808;
}
</style>
border-color css
<style>
span { border-color: #A61808; }
span { border-color: rgb(166,24,8); }
td.TdClassName
{
border-color: #A61808;
}
.TagClassName
{
border-color: #A61808;
}
</style>