Shades of Fire Brick #A41818
Tints of Fire Brick #A41818
RGB
CMYK
RGB Variations
Color information
#A41818 (or 0xA41818) is known color: Fire Brick. HEX triplet: A4, 18 and 18. RGB value is (164,24,24). Sum of RGB (Red+Green+Blue) = 164+24+24=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A41818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41818 is #5BE7E7. Grayscale: #424242. Windows color (decimal): -6023144 or 1579172. OLE color: 1579172.
HSL color Cylindrical-coordinate representation of color #A41818: hue angle of 0º 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 #A41818 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 24 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.36 |
| HSL | 0º | 0.74% | 0.37% | - |
| HSV(B) | 0º | 0.85% | 0.64% | - |
| XYZ | 15.8 | 8.61 | 1.69 | - |
| YUV | 65.86 | 104.38 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 24 | 0 | 0.85 | 0.85 | 0.36 | 0 | 0.74 | 0.37 |
| Hex | A4 | 18 | 18 | 0 | 55 | 55 | 24 | 0 | 4A | 25 |
| Octal | 244 | 30 | 30 | 0 | 125 | 125 | 44 | 0 | 112 | 45 |
| Binary | 10100100 | 11000 | 11000 | 0 | 1010101 | 1010101 | 100100 | 0 | 1001010 | 100101 |
Color Harmonies of #A41818
Complementary color
Monochromatic Colors of #A41818
Black with #A41818
Text Example
Text Example
White with #A41818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41818; }
p { color: rgb(164,24,24); }
H1.HeaderClassName
{
color: #A41818;
}
.AnyTagClassName
{
color: #A41818;
}
</style>
background-color css
<style>
a { background-color: #A41818; }
a { background-color: rgb(164,24,24); }
div.DivClassName
{
background-color: #A41818;
}
.BgClassName
{
background-color: #A41818;
}
</style>
border-color css
<style>
span { border-color: #A41818; }
span { border-color: rgb(164,24,24); }
td.TdClassName
{
border-color: #A41818;
}
.TagClassName
{
border-color: #A41818;
}
</style>