Shades of Fire Brick #A6140C
Tints of Fire Brick #A6140C
RGB
CMYK
RGB Variations
Color information
#A6140C (or 0xA6140C) is known color: Fire Brick. HEX triplet: A6, 14 and 0C. RGB value is (166,20,12). Sum of RGB (Red+Green+Blue) = 166+20+12=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A6140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6140C is #59EBF3. Grayscale: #3E3E3E. Windows color (decimal): -5893108 or 791718. OLE color: 791718.
HSL color Cylindrical-coordinate representation of color #A6140C: hue angle of 3.12º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6140C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.35 |
| HSL | 3.12º | 0.87% | 0.35% | - |
| HSV(B) | 3.12º | 0.93% | 0.65% | - |
| XYZ | 16.04 | 8.63 | 1.17 | - |
| YUV | 62.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 12 | 0 | 0.88 | 0.93 | 0.35 | 3.12 | 0.87 | 0.35 |
| Hex | A6 | 14 | C | 0 | 58 | 5D | 23 | 3 | 57 | 23 |
| Octal | 246 | 24 | 14 | 0 | 130 | 135 | 43 | 3 | 127 | 43 |
| Binary | 10100110 | 10100 | 1100 | 0 | 1011000 | 1011101 | 100011 | 11 | 1010111 | 100011 |
Color Harmonies of #A6140C
Complementary color
Monochromatic Colors of #A6140C
Black with #A6140C
Text Example
Text Example
White with #A6140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6140C; }
p { color: rgb(166,20,12); }
H1.HeaderClassName
{
color: #A6140C;
}
.AnyTagClassName
{
color: #A6140C;
}
</style>
background-color css
<style>
a { background-color: #A6140C; }
a { background-color: rgb(166,20,12); }
div.DivClassName
{
background-color: #A6140C;
}
.BgClassName
{
background-color: #A6140C;
}
</style>
border-color css
<style>
span { border-color: #A6140C; }
span { border-color: rgb(166,20,12); }
td.TdClassName
{
border-color: #A6140C;
}
.TagClassName
{
border-color: #A6140C;
}
</style>