Shades of Fire Brick #A6201A
Tints of Fire Brick #A6201A
RGB
CMYK
RGB Variations
Color information
#A6201A (or 0xA6201A) is known color: Fire Brick. HEX triplet: A6, 20 and 1A. RGB value is (166,32,26). Sum of RGB (Red+Green+Blue) = 166+32+26=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A6201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6201A is #59DFE5. Grayscale: #474747. Windows color (decimal): -5890022 or 1712294. OLE color: 1712294.
HSL color Cylindrical-coordinate representation of color #A6201A: hue angle of 2.57º 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 #A6201A is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 26 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.35 |
| HSL | 2.57º | 0.73% | 0.38% | - |
| HSV(B) | 2.57º | 0.84% | 0.65% | - |
| XYZ | 16.43 | 9.21 | 1.89 | - |
| YUV | 71.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 26 | 0 | 0.81 | 0.84 | 0.35 | 2.57 | 0.73 | 0.38 |
| Hex | A6 | 20 | 1A | 0 | 51 | 54 | 23 | 3 | 49 | 26 |
| Octal | 246 | 40 | 32 | 0 | 121 | 124 | 43 | 3 | 111 | 46 |
| Binary | 10100110 | 100000 | 11010 | 0 | 1010001 | 1010100 | 100011 | 11 | 1001001 | 100110 |
Color Harmonies of #A6201A
Complementary color
Monochromatic Colors of #A6201A
Black with #A6201A
Text Example
Text Example
White with #A6201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6201A; }
p { color: rgb(166,32,26); }
H1.HeaderClassName
{
color: #A6201A;
}
.AnyTagClassName
{
color: #A6201A;
}
</style>
background-color css
<style>
a { background-color: #A6201A; }
a { background-color: rgb(166,32,26); }
div.DivClassName
{
background-color: #A6201A;
}
.BgClassName
{
background-color: #A6201A;
}
</style>
border-color css
<style>
span { border-color: #A6201A; }
span { border-color: rgb(166,32,26); }
td.TdClassName
{
border-color: #A6201A;
}
.TagClassName
{
border-color: #A6201A;
}
</style>