Shades of Fire Brick #A41F18
Tints of Fire Brick #A41F18
RGB
CMYK
RGB Variations
Color information
#A41F18 (or 0xA41F18) is known color: Fire Brick. HEX triplet: A4, 1F and 18. RGB value is (164,31,24). Sum of RGB (Red+Green+Blue) = 164+31+24=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F18 is #5BE0E7. Grayscale: #464646. Windows color (decimal): -6021352 or 1580964. OLE color: 1580964.
HSL color Cylindrical-coordinate representation of color #A41F18: hue angle of 3º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41F18 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 24 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.36 |
| HSL | 3º | 0.74% | 0.37% | - |
| HSV(B) | 3º | 0.85% | 0.64% | - |
| XYZ | 15.96 | 8.94 | 1.75 | - |
| YUV | 69.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 24 | 0 | 0.81 | 0.85 | 0.36 | 3 | 0.74 | 0.37 |
| Hex | A4 | 1F | 18 | 0 | 51 | 55 | 24 | 3 | 4A | 25 |
| Octal | 244 | 37 | 30 | 0 | 121 | 125 | 44 | 3 | 112 | 45 |
| Binary | 10100100 | 11111 | 11000 | 0 | 1010001 | 1010101 | 100100 | 11 | 1001010 | 100101 |
Color Harmonies of #A41F18
Complementary color
Monochromatic Colors of #A41F18
Black with #A41F18
Text Example
Text Example
White with #A41F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F18; }
p { color: rgb(164,31,24); }
H1.HeaderClassName
{
color: #A41F18;
}
.AnyTagClassName
{
color: #A41F18;
}
</style>
background-color css
<style>
a { background-color: #A41F18; }
a { background-color: rgb(164,31,24); }
div.DivClassName
{
background-color: #A41F18;
}
.BgClassName
{
background-color: #A41F18;
}
</style>
border-color css
<style>
span { border-color: #A41F18; }
span { border-color: rgb(164,31,24); }
td.TdClassName
{
border-color: #A41F18;
}
.TagClassName
{
border-color: #A41F18;
}
</style>