Shades of Fire Brick #A41E0A
Tints of Fire Brick #A41E0A
RGB
CMYK
RGB Variations
Color information
#A41E0A (or 0xA41E0A) is known color: Fire Brick. HEX triplet: A4, 1E and 0A. RGB value is (164,30,10). Sum of RGB (Red+Green+Blue) = 164+30+10=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41E0A is #5BE1F5. Grayscale: #434343. Windows color (decimal): -6021622 or 663204. OLE color: 663204.
HSL color Cylindrical-coordinate representation of color #A41E0A: hue angle of 7.79º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A41E0A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.36 |
| HSL | 7.79º | 0.89% | 0.34% | - |
| HSV(B) | 7.79º | 0.94% | 0.64% | - |
| XYZ | 15.83 | 8.84 | 1.16 | - |
| YUV | 67.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 10 | 0 | 0.82 | 0.94 | 0.36 | 7.79 | 0.89 | 0.34 |
| Hex | A4 | 1E | A | 0 | 52 | 5E | 24 | 8 | 59 | 22 |
| Octal | 244 | 36 | 12 | 0 | 122 | 136 | 44 | 10 | 131 | 42 |
| Binary | 10100100 | 11110 | 1010 | 0 | 1010010 | 1011110 | 100100 | 1000 | 1011001 | 100010 |
Color Harmonies of #A41E0A
Complementary color
Monochromatic Colors of #A41E0A
Black with #A41E0A
Text Example
Text Example
White with #A41E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E0A; }
p { color: rgb(164,30,10); }
H1.HeaderClassName
{
color: #A41E0A;
}
.AnyTagClassName
{
color: #A41E0A;
}
</style>
background-color css
<style>
a { background-color: #A41E0A; }
a { background-color: rgb(164,30,10); }
div.DivClassName
{
background-color: #A41E0A;
}
.BgClassName
{
background-color: #A41E0A;
}
</style>
border-color css
<style>
span { border-color: #A41E0A; }
span { border-color: rgb(164,30,10); }
td.TdClassName
{
border-color: #A41E0A;
}
.TagClassName
{
border-color: #A41E0A;
}
</style>