Shades of Fire Brick #A41E05
Tints of Fire Brick #A41E05
RGB
CMYK
RGB Variations
Color information
#A41E05 (or 0xA41E05) is known color: Fire Brick. HEX triplet: A4, 1E and 05. RGB value is (164,30,5). Sum of RGB (Red+Green+Blue) = 164+30+5=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41E05 is #5BE1FA. Grayscale: #434343. Windows color (decimal): -6021627 or 335524. OLE color: 335524.
HSL color Cylindrical-coordinate representation of color #A41E05: hue angle of 9.43º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A41E05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.36 |
| HSL | 9.43º | 0.94% | 0.33% | - |
| HSV(B) | 9.43º | 0.97% | 0.64% | - |
| XYZ | 15.8 | 8.83 | 1.02 | - |
| YUV | 67.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 5 | 0 | 0.82 | 0.97 | 0.36 | 9.43 | 0.94 | 0.33 |
| Hex | A4 | 1E | 5 | 0 | 52 | 61 | 24 | 9 | 5E | 21 |
| Octal | 244 | 36 | 5 | 0 | 122 | 141 | 44 | 11 | 136 | 41 |
| Binary | 10100100 | 11110 | 101 | 0 | 1010010 | 1100001 | 100100 | 1001 | 1011110 | 100001 |
Color Harmonies of #A41E05
Complementary color
Monochromatic Colors of #A41E05
Black with #A41E05
Text Example
Text Example
White with #A41E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E05; }
p { color: rgb(164,30,5); }
H1.HeaderClassName
{
color: #A41E05;
}
.AnyTagClassName
{
color: #A41E05;
}
</style>
background-color css
<style>
a { background-color: #A41E05; }
a { background-color: rgb(164,30,5); }
div.DivClassName
{
background-color: #A41E05;
}
.BgClassName
{
background-color: #A41E05;
}
</style>
border-color css
<style>
span { border-color: #A41E05; }
span { border-color: rgb(164,30,5); }
td.TdClassName
{
border-color: #A41E05;
}
.TagClassName
{
border-color: #A41E05;
}
</style>