Shades of Fire Brick #A41D0D
Tints of Fire Brick #A41D0D
RGB
CMYK
RGB Variations
Color information
#A41D0D (or 0xA41D0D) is known color: Fire Brick. HEX triplet: A4, 1D and 0D. RGB value is (164,29,13). Sum of RGB (Red+Green+Blue) = 164+29+13=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D0D is #5BE2F2. Grayscale: #434343. Windows color (decimal): -6021875 or 859556. OLE color: 859556.
HSL color Cylindrical-coordinate representation of color #A41D0D: hue angle of 6.36º 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 #A41D0D is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 13 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.36 |
| HSL | 6.36º | 0.85% | 0.35% | - |
| HSV(B) | 6.36º | 0.92% | 0.64% | - |
| XYZ | 15.82 | 8.8 | 1.25 | - |
| YUV | 67.54 | 97.23 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 13 | 0 | 0.82 | 0.92 | 0.36 | 6.36 | 0.85 | 0.35 |
| Hex | A4 | 1D | D | 0 | 52 | 5C | 24 | 6 | 55 | 23 |
| Octal | 244 | 35 | 15 | 0 | 122 | 134 | 44 | 6 | 125 | 43 |
| Binary | 10100100 | 11101 | 1101 | 0 | 1010010 | 1011100 | 100100 | 110 | 1010101 | 100011 |
Color Harmonies of #A41D0D
Complementary color
Monochromatic Colors of #A41D0D
Black with #A41D0D
Text Example
Text Example
White with #A41D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D0D; }
p { color: rgb(164,29,13); }
H1.HeaderClassName
{
color: #A41D0D;
}
.AnyTagClassName
{
color: #A41D0D;
}
</style>
background-color css
<style>
a { background-color: #A41D0D; }
a { background-color: rgb(164,29,13); }
div.DivClassName
{
background-color: #A41D0D;
}
.BgClassName
{
background-color: #A41D0D;
}
</style>
border-color css
<style>
span { border-color: #A41D0D; }
span { border-color: rgb(164,29,13); }
td.TdClassName
{
border-color: #A41D0D;
}
.TagClassName
{
border-color: #A41D0D;
}
</style>