Shades of Fire Brick #A41D09
Tints of Fire Brick #A41D09
RGB
CMYK
RGB Variations
Color information
#A41D09 (or 0xA41D09) is known color: Fire Brick. HEX triplet: A4, 1D and 09. RGB value is (164,29,9). Sum of RGB (Red+Green+Blue) = 164+29+9=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D09 is #5BE2F6. Grayscale: #434343. Windows color (decimal): -6021879 or 597412. OLE color: 597412.
HSL color Cylindrical-coordinate representation of color #A41D09: hue angle of 7.74º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A41D09 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 9 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.36 |
| HSL | 7.74º | 0.9% | 0.34% | - |
| HSV(B) | 7.74º | 0.95% | 0.64% | - |
| XYZ | 15.8 | 8.79 | 1.12 | - |
| YUV | 67.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 9 | 0 | 0.82 | 0.95 | 0.36 | 7.74 | 0.9 | 0.34 |
| Hex | A4 | 1D | 9 | 0 | 52 | 5F | 24 | 8 | 5A | 22 |
| Octal | 244 | 35 | 11 | 0 | 122 | 137 | 44 | 10 | 132 | 42 |
| Binary | 10100100 | 11101 | 1001 | 0 | 1010010 | 1011111 | 100100 | 1000 | 1011010 | 100010 |
Color Harmonies of #A41D09
Complementary color
Monochromatic Colors of #A41D09
Black with #A41D09
Text Example
Text Example
White with #A41D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D09; }
p { color: rgb(164,29,9); }
H1.HeaderClassName
{
color: #A41D09;
}
.AnyTagClassName
{
color: #A41D09;
}
</style>
background-color css
<style>
a { background-color: #A41D09; }
a { background-color: rgb(164,29,9); }
div.DivClassName
{
background-color: #A41D09;
}
.BgClassName
{
background-color: #A41D09;
}
</style>
border-color css
<style>
span { border-color: #A41D09; }
span { border-color: rgb(164,29,9); }
td.TdClassName
{
border-color: #A41D09;
}
.TagClassName
{
border-color: #A41D09;
}
</style>