Shades of Fire Brick #A41110
Tints of Fire Brick #A41110
RGB
CMYK
RGB Variations
Color information
#A41110 (or 0xA41110) is known color: Fire Brick. HEX triplet: A4, 11 and 10. RGB value is (164,17,16). Sum of RGB (Red+Green+Blue) = 164+17+16=197 (26% of max value = 765). Red value is 164 (64.45% from 255 or 83.25% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 164 - color contains mainly: red. Hex color #A41110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41110 is #5BEEEF. Grayscale: #3C3C3C. Windows color (decimal): -6024944 or 1053092. OLE color: 1053092.
HSL color Cylindrical-coordinate representation of color #A41110: hue angle of 0.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41110 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 16 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.36 |
| HSL | 0.41º | 0.82% | 0.35% | - |
| HSV(B) | 0.41º | 0.9% | 0.64% | - |
| XYZ | 15.6 | 8.33 | 1.28 | - |
| YUV | 60.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 16 | 0 | 0.90 | 0.90 | 0.36 | 0.41 | 0.82 | 0.35 |
| Hex | A4 | 11 | 10 | 0 | 5A | 5A | 24 | 0 | 52 | 23 |
| Octal | 244 | 21 | 20 | 0 | 132 | 132 | 44 | 0 | 122 | 43 |
| Binary | 10100100 | 10001 | 10000 | 0 | 1011010 | 1011010 | 100100 | 0 | 1010010 | 100011 |
Color Harmonies of #A41110
Complementary color
Monochromatic Colors of #A41110
Black with #A41110
Text Example
Text Example
White with #A41110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41110; }
p { color: rgb(164,17,16); }
H1.HeaderClassName
{
color: #A41110;
}
.AnyTagClassName
{
color: #A41110;
}
</style>
background-color css
<style>
a { background-color: #A41110; }
a { background-color: rgb(164,17,16); }
div.DivClassName
{
background-color: #A41110;
}
.BgClassName
{
background-color: #A41110;
}
</style>
border-color css
<style>
span { border-color: #A41110; }
span { border-color: rgb(164,17,16); }
td.TdClassName
{
border-color: #A41110;
}
.TagClassName
{
border-color: #A41110;
}
</style>