Shades of Fire Brick #A41D05
Tints of Fire Brick #A41D05
RGB
CMYK
RGB Variations
Color information
#A41D05 (or 0xA41D05) is known color: Fire Brick. HEX triplet: A4, 1D and 05. RGB value is (164,29,5). Sum of RGB (Red+Green+Blue) = 164+29+5=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D05 is #5BE2FA. Grayscale: #424242. Windows color (decimal): -6021883 or 335268. OLE color: 335268.
HSL color Cylindrical-coordinate representation of color #A41D05: hue angle of 9.06º 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 #A41D05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.36 |
| HSL | 9.06º | 0.94% | 0.33% | - |
| HSV(B) | 9.06º | 0.97% | 0.64% | - |
| XYZ | 15.78 | 8.78 | 1.01 | - |
| YUV | 66.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 5 | 0 | 0.82 | 0.97 | 0.36 | 9.06 | 0.94 | 0.33 |
| Hex | A4 | 1D | 5 | 0 | 52 | 61 | 24 | 9 | 5E | 21 |
| Octal | 244 | 35 | 5 | 0 | 122 | 141 | 44 | 11 | 136 | 41 |
| Binary | 10100100 | 11101 | 101 | 0 | 1010010 | 1100001 | 100100 | 1001 | 1011110 | 100001 |
Color Harmonies of #A41D05
Complementary color
Monochromatic Colors of #A41D05
Black with #A41D05
Text Example
Text Example
White with #A41D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D05; }
p { color: rgb(164,29,5); }
H1.HeaderClassName
{
color: #A41D05;
}
.AnyTagClassName
{
color: #A41D05;
}
</style>
background-color css
<style>
a { background-color: #A41D05; }
a { background-color: rgb(164,29,5); }
div.DivClassName
{
background-color: #A41D05;
}
.BgClassName
{
background-color: #A41D05;
}
</style>
border-color css
<style>
span { border-color: #A41D05; }
span { border-color: rgb(164,29,5); }
td.TdClassName
{
border-color: #A41D05;
}
.TagClassName
{
border-color: #A41D05;
}
</style>