Shades of Fire Brick #A6251C
Tints of Fire Brick #A6251C
RGB
CMYK
RGB Variations
Color information
#A6251C (or 0xA6251C) is known color: Fire Brick. HEX triplet: A6, 25 and 1C. RGB value is (166,37,28). Sum of RGB (Red+Green+Blue) = 166+37+28=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A6251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6251C is #59DAE3. Grayscale: #4A4A4A. Windows color (decimal): -5888740 or 1844646. OLE color: 1844646.
HSL color Cylindrical-coordinate representation of color #A6251C: hue angle of 3.91º degrees, saturation: 0.71, 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 #A6251C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 28 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.35 |
| HSL | 3.91º | 0.71% | 0.38% | - |
| HSV(B) | 3.91º | 0.83% | 0.65% | - |
| XYZ | 16.6 | 9.51 | 2.06 | - |
| YUV | 74.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 28 | 0 | 0.78 | 0.83 | 0.35 | 3.91 | 0.71 | 0.38 |
| Hex | A6 | 25 | 1C | 0 | 4E | 53 | 23 | 4 | 47 | 26 |
| Octal | 246 | 45 | 34 | 0 | 116 | 123 | 43 | 4 | 107 | 46 |
| Binary | 10100110 | 100101 | 11100 | 0 | 1001110 | 1010011 | 100011 | 100 | 1000111 | 100110 |
Color Harmonies of #A6251C
Complementary color
Monochromatic Colors of #A6251C
Black with #A6251C
Text Example
Text Example
White with #A6251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6251C; }
p { color: rgb(166,37,28); }
H1.HeaderClassName
{
color: #A6251C;
}
.AnyTagClassName
{
color: #A6251C;
}
</style>
background-color css
<style>
a { background-color: #A6251C; }
a { background-color: rgb(166,37,28); }
div.DivClassName
{
background-color: #A6251C;
}
.BgClassName
{
background-color: #A6251C;
}
</style>
border-color css
<style>
span { border-color: #A6251C; }
span { border-color: rgb(166,37,28); }
td.TdClassName
{
border-color: #A6251C;
}
.TagClassName
{
border-color: #A6251C;
}
</style>