Shades of Fire Brick #A6271B
Tints of Fire Brick #A6271B
RGB
CMYK
RGB Variations
Color information
#A6271B (or 0xA6271B) is known color: Fire Brick. HEX triplet: A6, 27 and 1B. RGB value is (166,39,27). Sum of RGB (Red+Green+Blue) = 166+39+27=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6271B is #59D8E4. Grayscale: #4B4B4B. Windows color (decimal): -5888229 or 1779622. OLE color: 1779622.
HSL color Cylindrical-coordinate representation of color #A6271B: hue angle of 5.18º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6271B is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 27 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.35 |
| HSL | 5.18º | 0.72% | 0.38% | - |
| HSV(B) | 5.18º | 0.84% | 0.65% | - |
| XYZ | 16.65 | 9.64 | 2.02 | - |
| YUV | 75.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 27 | 0 | 0.77 | 0.84 | 0.35 | 5.18 | 0.72 | 0.38 |
| Hex | A6 | 27 | 1B | 0 | 4D | 54 | 23 | 5 | 48 | 26 |
| Octal | 246 | 47 | 33 | 0 | 115 | 124 | 43 | 5 | 110 | 46 |
| Binary | 10100110 | 100111 | 11011 | 0 | 1001101 | 1010100 | 100011 | 101 | 1001000 | 100110 |
Color Harmonies of #A6271B
Complementary color
Monochromatic Colors of #A6271B
Black with #A6271B
Text Example
Text Example
White with #A6271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6271B; }
p { color: rgb(166,39,27); }
H1.HeaderClassName
{
color: #A6271B;
}
.AnyTagClassName
{
color: #A6271B;
}
</style>
background-color css
<style>
a { background-color: #A6271B; }
a { background-color: rgb(166,39,27); }
div.DivClassName
{
background-color: #A6271B;
}
.BgClassName
{
background-color: #A6271B;
}
</style>
border-color css
<style>
span { border-color: #A6271B; }
span { border-color: rgb(166,39,27); }
td.TdClassName
{
border-color: #A6271B;
}
.TagClassName
{
border-color: #A6271B;
}
</style>