Shades of Fire Brick #A41D19
Tints of Fire Brick #A41D19
RGB
CMYK
RGB Variations
Color information
#A41D19 (or 0xA41D19) is known color: Fire Brick. HEX triplet: A4, 1D and 19. RGB value is (164,29,25). Sum of RGB (Red+Green+Blue) = 164+29+25=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D19 is #5BE2E6. Grayscale: #454545. Windows color (decimal): -6021863 or 1645988. OLE color: 1645988.
HSL color Cylindrical-coordinate representation of color #A41D19: hue angle of 1.73º 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 #A41D19 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 25 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.36 |
| HSL | 1.73º | 0.74% | 0.37% | - |
| HSV(B) | 1.73º | 0.85% | 0.64% | - |
| XYZ | 15.92 | 8.84 | 1.79 | - |
| YUV | 68.91 | 103.23 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 25 | 0 | 0.82 | 0.85 | 0.36 | 1.73 | 0.74 | 0.37 |
| Hex | A4 | 1D | 19 | 0 | 52 | 55 | 24 | 2 | 4A | 25 |
| Octal | 244 | 35 | 31 | 0 | 122 | 125 | 44 | 2 | 112 | 45 |
| Binary | 10100100 | 11101 | 11001 | 0 | 1010010 | 1010101 | 100100 | 10 | 1001010 | 100101 |
Color Harmonies of #A41D19
Complementary color
Monochromatic Colors of #A41D19
Black with #A41D19
Text Example
Text Example
White with #A41D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D19; }
p { color: rgb(164,29,25); }
H1.HeaderClassName
{
color: #A41D19;
}
.AnyTagClassName
{
color: #A41D19;
}
</style>
background-color css
<style>
a { background-color: #A41D19; }
a { background-color: rgb(164,29,25); }
div.DivClassName
{
background-color: #A41D19;
}
.BgClassName
{
background-color: #A41D19;
}
</style>
border-color css
<style>
span { border-color: #A41D19; }
span { border-color: rgb(164,29,25); }
td.TdClassName
{
border-color: #A41D19;
}
.TagClassName
{
border-color: #A41D19;
}
</style>