Shades of Fire Brick #A61407
Tints of Fire Brick #A61407
RGB
CMYK
RGB Variations
Color information
#A61407 (or 0xA61407) is known color: Fire Brick. HEX triplet: A6, 14 and 07. RGB value is (166,20,7). Sum of RGB (Red+Green+Blue) = 166+20+7=193 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.01% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 166 - color contains mainly: red. Hex color #A61407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61407 is #59EBF8. Grayscale: #3E3E3E. Windows color (decimal): -5893113 or 464038. OLE color: 464038.
HSL color Cylindrical-coordinate representation of color #A61407: hue angle of 4.91º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A61407 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 7 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.35 |
| HSL | 4.91º | 0.92% | 0.34% | - |
| HSV(B) | 4.91º | 0.96% | 0.65% | - |
| XYZ | 16.01 | 8.62 | 1.02 | - |
| YUV | 62.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 7 | 0 | 0.88 | 0.96 | 0.35 | 4.91 | 0.92 | 0.34 |
| Hex | A6 | 14 | 7 | 0 | 58 | 60 | 23 | 5 | 5C | 22 |
| Octal | 246 | 24 | 7 | 0 | 130 | 140 | 43 | 5 | 134 | 42 |
| Binary | 10100110 | 10100 | 111 | 0 | 1011000 | 1100000 | 100011 | 101 | 1011100 | 100010 |
Color Harmonies of #A61407
Complementary color
Monochromatic Colors of #A61407
Black with #A61407
Text Example
Text Example
White with #A61407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61407; }
p { color: rgb(166,20,7); }
H1.HeaderClassName
{
color: #A61407;
}
.AnyTagClassName
{
color: #A61407;
}
</style>
background-color css
<style>
a { background-color: #A61407; }
a { background-color: rgb(166,20,7); }
div.DivClassName
{
background-color: #A61407;
}
.BgClassName
{
background-color: #A61407;
}
</style>
border-color css
<style>
span { border-color: #A61407; }
span { border-color: rgb(166,20,7); }
td.TdClassName
{
border-color: #A61407;
}
.TagClassName
{
border-color: #A61407;
}
</style>