Shades of Fire Brick #A6211C
Tints of Fire Brick #A6211C
RGB
CMYK
RGB Variations
Color information
#A6211C (or 0xA6211C) is known color: Fire Brick. HEX triplet: A6, 21 and 1C. RGB value is (166,33,28). Sum of RGB (Red+Green+Blue) = 166+33+28=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A6211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6211C is #59DEE3. Grayscale: #484848. Windows color (decimal): -5889764 or 1843622. OLE color: 1843622.
HSL color Cylindrical-coordinate representation of color #A6211C: hue angle of 2.17º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6211C is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 33 | 28 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.35 |
| HSL | 2.17º | 0.71% | 0.38% | - |
| HSV(B) | 2.17º | 0.83% | 0.65% | - |
| XYZ | 16.48 | 9.28 | 2.02 | - |
| YUV | 72.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 28 | 0 | 0.80 | 0.83 | 0.35 | 2.17 | 0.71 | 0.38 |
| Hex | A6 | 21 | 1C | 0 | 50 | 53 | 23 | 2 | 47 | 26 |
| Octal | 246 | 41 | 34 | 0 | 120 | 123 | 43 | 2 | 107 | 46 |
| Binary | 10100110 | 100001 | 11100 | 0 | 1010000 | 1010011 | 100011 | 10 | 1000111 | 100110 |
Color Harmonies of #A6211C
Complementary color
Monochromatic Colors of #A6211C
Black with #A6211C
Text Example
Text Example
White with #A6211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6211C; }
p { color: rgb(166,33,28); }
H1.HeaderClassName
{
color: #A6211C;
}
.AnyTagClassName
{
color: #A6211C;
}
</style>
background-color css
<style>
a { background-color: #A6211C; }
a { background-color: rgb(166,33,28); }
div.DivClassName
{
background-color: #A6211C;
}
.BgClassName
{
background-color: #A6211C;
}
</style>
border-color css
<style>
span { border-color: #A6211C; }
span { border-color: rgb(166,33,28); }
td.TdClassName
{
border-color: #A6211C;
}
.TagClassName
{
border-color: #A6211C;
}
</style>