Shades of Fire Brick #A41F0D
Tints of Fire Brick #A41F0D
RGB
CMYK
RGB Variations
Color information
#A41F0D (or 0xA41F0D) is known color: Fire Brick. HEX triplet: A4, 1F and 0D. RGB value is (164,31,13). Sum of RGB (Red+Green+Blue) = 164+31+13=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F0D is #5BE0F2. Grayscale: #444444. Windows color (decimal): -6021363 or 860068. OLE color: 860068.
HSL color Cylindrical-coordinate representation of color #A41F0D: hue angle of 7.15º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A41F0D is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 13 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.36 |
| HSL | 7.15º | 0.85% | 0.35% | - |
| HSV(B) | 7.15º | 0.92% | 0.64% | - |
| XYZ | 15.87 | 8.9 | 1.26 | - |
| YUV | 68.72 | 96.56 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 13 | 0 | 0.81 | 0.92 | 0.36 | 7.15 | 0.85 | 0.35 |
| Hex | A4 | 1F | D | 0 | 51 | 5C | 24 | 7 | 55 | 23 |
| Octal | 244 | 37 | 15 | 0 | 121 | 134 | 44 | 7 | 125 | 43 |
| Binary | 10100100 | 11111 | 1101 | 0 | 1010001 | 1011100 | 100100 | 111 | 1010101 | 100011 |
Color Harmonies of #A41F0D
Complementary color
Monochromatic Colors of #A41F0D
Black with #A41F0D
Text Example
Text Example
White with #A41F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F0D; }
p { color: rgb(164,31,13); }
H1.HeaderClassName
{
color: #A41F0D;
}
.AnyTagClassName
{
color: #A41F0D;
}
</style>
background-color css
<style>
a { background-color: #A41F0D; }
a { background-color: rgb(164,31,13); }
div.DivClassName
{
background-color: #A41F0D;
}
.BgClassName
{
background-color: #A41F0D;
}
</style>
border-color css
<style>
span { border-color: #A41F0D; }
span { border-color: rgb(164,31,13); }
td.TdClassName
{
border-color: #A41F0D;
}
.TagClassName
{
border-color: #A41F0D;
}
</style>