Shades of Fire Brick #A6271C
Tints of Fire Brick #A6271C
RGB
CMYK
RGB Variations
Color information
#A6271C (or 0xA6271C) is known color: Fire Brick. HEX triplet: A6, 27 and 1C. RGB value is (166,39,28). Sum of RGB (Red+Green+Blue) = 166+39+28=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6271C is #59D8E3. Grayscale: #4B4B4B. Windows color (decimal): -5888228 or 1845158. OLE color: 1845158.
HSL color Cylindrical-coordinate representation of color #A6271C: hue angle of 4.78º 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 #A6271C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 28 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.35 |
| HSL | 4.78º | 0.71% | 0.38% | - |
| HSV(B) | 4.78º | 0.83% | 0.65% | - |
| XYZ | 16.66 | 9.64 | 2.08 | - |
| YUV | 75.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 28 | 0 | 0.77 | 0.83 | 0.35 | 4.78 | 0.71 | 0.38 |
| Hex | A6 | 27 | 1C | 0 | 4D | 53 | 23 | 5 | 47 | 26 |
| Octal | 246 | 47 | 34 | 0 | 115 | 123 | 43 | 5 | 107 | 46 |
| Binary | 10100110 | 100111 | 11100 | 0 | 1001101 | 1010011 | 100011 | 101 | 1000111 | 100110 |
Color Harmonies of #A6271C
Complementary color
Monochromatic Colors of #A6271C
Black with #A6271C
Text Example
Text Example
White with #A6271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6271C; }
p { color: rgb(166,39,28); }
H1.HeaderClassName
{
color: #A6271C;
}
.AnyTagClassName
{
color: #A6271C;
}
</style>
background-color css
<style>
a { background-color: #A6271C; }
a { background-color: rgb(166,39,28); }
div.DivClassName
{
background-color: #A6271C;
}
.BgClassName
{
background-color: #A6271C;
}
</style>
border-color css
<style>
span { border-color: #A6271C; }
span { border-color: rgb(166,39,28); }
td.TdClassName
{
border-color: #A6271C;
}
.TagClassName
{
border-color: #A6271C;
}
</style>