Shades of Fire Brick #A6261D
Tints of Fire Brick #A6261D
RGB
CMYK
RGB Variations
Color information
#A6261D (or 0xA6261D) is known color: Fire Brick. HEX triplet: A6, 26 and 1D. RGB value is (166,38,29). Sum of RGB (Red+Green+Blue) = 166+38+29=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6261D is #59D9E2. Grayscale: #4B4B4B. Windows color (decimal): -5888483 or 1910438. OLE color: 1910438.
HSL color Cylindrical-coordinate representation of color #A6261D: hue angle of 3.94º degrees, saturation: 0.7, 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 #A6261D is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 29 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.35 |
| HSL | 3.94º | 0.7% | 0.38% | - |
| HSV(B) | 3.94º | 0.83% | 0.65% | - |
| XYZ | 16.64 | 9.58 | 2.13 | - |
| YUV | 75.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 29 | 0 | 0.77 | 0.83 | 0.35 | 3.94 | 0.7 | 0.38 |
| Hex | A6 | 26 | 1D | 0 | 4D | 53 | 23 | 4 | 46 | 26 |
| Octal | 246 | 46 | 35 | 0 | 115 | 123 | 43 | 4 | 106 | 46 |
| Binary | 10100110 | 100110 | 11101 | 0 | 1001101 | 1010011 | 100011 | 100 | 1000110 | 100110 |
Color Harmonies of #A6261D
Complementary color
Monochromatic Colors of #A6261D
Black with #A6261D
Text Example
Text Example
White with #A6261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6261D; }
p { color: rgb(166,38,29); }
H1.HeaderClassName
{
color: #A6261D;
}
.AnyTagClassName
{
color: #A6261D;
}
</style>
background-color css
<style>
a { background-color: #A6261D; }
a { background-color: rgb(166,38,29); }
div.DivClassName
{
background-color: #A6261D;
}
.BgClassName
{
background-color: #A6261D;
}
</style>
border-color css
<style>
span { border-color: #A6261D; }
span { border-color: rgb(166,38,29); }
td.TdClassName
{
border-color: #A6261D;
}
.TagClassName
{
border-color: #A6261D;
}
</style>