Shades of Fire Brick #A6150F
Tints of Fire Brick #A6150F
RGB
CMYK
RGB Variations
Color information
#A6150F (or 0xA6150F) is known color: Fire Brick. HEX triplet: A6, 15 and 0F. RGB value is (166,21,15). Sum of RGB (Red+Green+Blue) = 166+21+15=202 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.18% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 166 - color contains mainly: red. Hex color #A6150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6150F is #59EAF0. Grayscale: #3F3F3F. Windows color (decimal): -5892849 or 988582. OLE color: 988582.
HSL color Cylindrical-coordinate representation of color #A6150F: hue angle of 2.38º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6150F is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 15 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.35 |
| HSL | 2.38º | 0.83% | 0.35% | - |
| HSV(B) | 2.38º | 0.91% | 0.65% | - |
| XYZ | 16.08 | 8.68 | 1.28 | - |
| YUV | 63.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 15 | 0 | 0.87 | 0.91 | 0.35 | 2.38 | 0.83 | 0.35 |
| Hex | A6 | 15 | F | 0 | 57 | 5B | 23 | 2 | 53 | 23 |
| Octal | 246 | 25 | 17 | 0 | 127 | 133 | 43 | 2 | 123 | 43 |
| Binary | 10100110 | 10101 | 1111 | 0 | 1010111 | 1011011 | 100011 | 10 | 1010011 | 100011 |
Color Harmonies of #A6150F
Complementary color
Monochromatic Colors of #A6150F
Black with #A6150F
Text Example
Text Example
White with #A6150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6150F; }
p { color: rgb(166,21,15); }
H1.HeaderClassName
{
color: #A6150F;
}
.AnyTagClassName
{
color: #A6150F;
}
</style>
background-color css
<style>
a { background-color: #A6150F; }
a { background-color: rgb(166,21,15); }
div.DivClassName
{
background-color: #A6150F;
}
.BgClassName
{
background-color: #A6150F;
}
</style>
border-color css
<style>
span { border-color: #A6150F; }
span { border-color: rgb(166,21,15); }
td.TdClassName
{
border-color: #A6150F;
}
.TagClassName
{
border-color: #A6150F;
}
</style>