Shades of Fire Brick #A6231B
Tints of Fire Brick #A6231B
RGB
CMYK
RGB Variations
Color information
#A6231B (or 0xA6231B) is known color: Fire Brick. HEX triplet: A6, 23 and 1B. RGB value is (166,35,27). Sum of RGB (Red+Green+Blue) = 166+35+27=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A6231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6231B is #59DCE4. Grayscale: #494949. Windows color (decimal): -5889253 or 1778598. OLE color: 1778598.
HSL color Cylindrical-coordinate representation of color #A6231B: hue angle of 3.45º 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 #A6231B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 27 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.35 |
| HSL | 3.45º | 0.72% | 0.38% | - |
| HSV(B) | 3.45º | 0.84% | 0.65% | - |
| XYZ | 16.52 | 9.39 | 1.98 | - |
| YUV | 73.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 27 | 0 | 0.79 | 0.84 | 0.35 | 3.45 | 0.72 | 0.38 |
| Hex | A6 | 23 | 1B | 0 | 4F | 54 | 23 | 3 | 48 | 26 |
| Octal | 246 | 43 | 33 | 0 | 117 | 124 | 43 | 3 | 110 | 46 |
| Binary | 10100110 | 100011 | 11011 | 0 | 1001111 | 1010100 | 100011 | 11 | 1001000 | 100110 |
Color Harmonies of #A6231B
Complementary color
Monochromatic Colors of #A6231B
Black with #A6231B
Text Example
Text Example
White with #A6231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6231B; }
p { color: rgb(166,35,27); }
H1.HeaderClassName
{
color: #A6231B;
}
.AnyTagClassName
{
color: #A6231B;
}
</style>
background-color css
<style>
a { background-color: #A6231B; }
a { background-color: rgb(166,35,27); }
div.DivClassName
{
background-color: #A6231B;
}
.BgClassName
{
background-color: #A6231B;
}
</style>
border-color css
<style>
span { border-color: #A6231B; }
span { border-color: rgb(166,35,27); }
td.TdClassName
{
border-color: #A6231B;
}
.TagClassName
{
border-color: #A6231B;
}
</style>