Shades of Fire Brick #A41F05
Tints of Fire Brick #A41F05
RGB
CMYK
RGB Variations
Color information
#A41F05 (or 0xA41F05) is known color: Fire Brick. HEX triplet: A4, 1F and 05. RGB value is (164,31,5). Sum of RGB (Red+Green+Blue) = 164+31+5=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F05 is #5BE0FA. Grayscale: #444444. Windows color (decimal): -6021371 or 335780. OLE color: 335780.
HSL color Cylindrical-coordinate representation of color #A41F05: hue angle of 9.81º 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 #A41F05 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.36 |
| HSL | 9.81º | 0.94% | 0.33% | - |
| HSV(B) | 9.81º | 0.97% | 0.64% | - |
| XYZ | 15.83 | 8.88 | 1.02 | - |
| YUV | 67.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 5 | 0 | 0.81 | 0.97 | 0.36 | 9.81 | 0.94 | 0.33 |
| Hex | A4 | 1F | 5 | 0 | 51 | 61 | 24 | A | 5E | 21 |
| Octal | 244 | 37 | 5 | 0 | 121 | 141 | 44 | 12 | 136 | 41 |
| Binary | 10100100 | 11111 | 101 | 0 | 1010001 | 1100001 | 100100 | 1010 | 1011110 | 100001 |
Color Harmonies of #A41F05
Complementary color
Monochromatic Colors of #A41F05
Black with #A41F05
Text Example
Text Example
White with #A41F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F05; }
p { color: rgb(164,31,5); }
H1.HeaderClassName
{
color: #A41F05;
}
.AnyTagClassName
{
color: #A41F05;
}
</style>
background-color css
<style>
a { background-color: #A41F05; }
a { background-color: rgb(164,31,5); }
div.DivClassName
{
background-color: #A41F05;
}
.BgClassName
{
background-color: #A41F05;
}
</style>
border-color css
<style>
span { border-color: #A41F05; }
span { border-color: rgb(164,31,5); }
td.TdClassName
{
border-color: #A41F05;
}
.TagClassName
{
border-color: #A41F05;
}
</style>