Shades of Fire Brick #A41F16
Tints of Fire Brick #A41F16
RGB
CMYK
RGB Variations
Color information
#A41F16 (or 0xA41F16) is known color: Fire Brick. HEX triplet: A4, 1F and 16. RGB value is (164,31,22). Sum of RGB (Red+Green+Blue) = 164+31+22=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F16 is #5BE0E9. Grayscale: #454545. Windows color (decimal): -6021354 or 1449892. OLE color: 1449892.
HSL color Cylindrical-coordinate representation of color #A41F16: hue angle of 3.8º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41F16 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 22 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.36 |
| HSL | 3.8º | 0.76% | 0.36% | - |
| HSV(B) | 3.8º | 0.87% | 0.64% | - |
| XYZ | 15.94 | 8.93 | 1.64 | - |
| YUV | 69.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 22 | 0 | 0.81 | 0.87 | 0.36 | 3.8 | 0.76 | 0.36 |
| Hex | A4 | 1F | 16 | 0 | 51 | 57 | 24 | 4 | 4C | 24 |
| Octal | 244 | 37 | 26 | 0 | 121 | 127 | 44 | 4 | 114 | 44 |
| Binary | 10100100 | 11111 | 10110 | 0 | 1010001 | 1010111 | 100100 | 100 | 1001100 | 100100 |
Color Harmonies of #A41F16
Complementary color
Monochromatic Colors of #A41F16
Black with #A41F16
Text Example
Text Example
White with #A41F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F16; }
p { color: rgb(164,31,22); }
H1.HeaderClassName
{
color: #A41F16;
}
.AnyTagClassName
{
color: #A41F16;
}
</style>
background-color css
<style>
a { background-color: #A41F16; }
a { background-color: rgb(164,31,22); }
div.DivClassName
{
background-color: #A41F16;
}
.BgClassName
{
background-color: #A41F16;
}
</style>
border-color css
<style>
span { border-color: #A41F16; }
span { border-color: rgb(164,31,22); }
td.TdClassName
{
border-color: #A41F16;
}
.TagClassName
{
border-color: #A41F16;
}
</style>