Shades of Fire Brick #A6281A
Tints of Fire Brick #A6281A
RGB
CMYK
RGB Variations
Color information
#A6281A (or 0xA6281A) is known color: Fire Brick. HEX triplet: A6, 28 and 1A. RGB value is (166,40,26). Sum of RGB (Red+Green+Blue) = 166+40+26=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6281A is #59D7E5. Grayscale: #4C4C4C. Windows color (decimal): -5887974 or 1714342. OLE color: 1714342.
HSL color Cylindrical-coordinate representation of color #A6281A: hue angle of 6º degrees, saturation: 0.73, 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 #A6281A is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 26 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.35 |
| HSL | 6º | 0.73% | 0.38% | - |
| HSV(B) | 6º | 0.84% | 0.65% | - |
| XYZ | 16.67 | 9.7 | 1.97 | - |
| YUV | 76.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 26 | 0 | 0.76 | 0.84 | 0.35 | 6 | 0.73 | 0.38 |
| Hex | A6 | 28 | 1A | 0 | 4C | 54 | 23 | 6 | 49 | 26 |
| Octal | 246 | 50 | 32 | 0 | 114 | 124 | 43 | 6 | 111 | 46 |
| Binary | 10100110 | 101000 | 11010 | 0 | 1001100 | 1010100 | 100011 | 110 | 1001001 | 100110 |
Color Harmonies of #A6281A
Complementary color
Monochromatic Colors of #A6281A
Black with #A6281A
Text Example
Text Example
White with #A6281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6281A; }
p { color: rgb(166,40,26); }
H1.HeaderClassName
{
color: #A6281A;
}
.AnyTagClassName
{
color: #A6281A;
}
</style>
background-color css
<style>
a { background-color: #A6281A; }
a { background-color: rgb(166,40,26); }
div.DivClassName
{
background-color: #A6281A;
}
.BgClassName
{
background-color: #A6281A;
}
</style>
border-color css
<style>
span { border-color: #A6281A; }
span { border-color: rgb(166,40,26); }
td.TdClassName
{
border-color: #A6281A;
}
.TagClassName
{
border-color: #A6281A;
}
</style>