Shades of Fire Brick #A41C09
Tints of Fire Brick #A41C09
RGB
CMYK
RGB Variations
Color information
#A41C09 (or 0xA41C09) is known color: Fire Brick. HEX triplet: A4, 1C and 09. RGB value is (164,28,9). Sum of RGB (Red+Green+Blue) = 164+28+9=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C09 is #5BE3F6. Grayscale: #424242. Windows color (decimal): -6022135 or 597156. OLE color: 597156.
HSL color Cylindrical-coordinate representation of color #A41C09: hue angle of 7.35º 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 #A41C09 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 9 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.36 |
| HSL | 7.35º | 0.9% | 0.34% | - |
| HSV(B) | 7.35º | 0.95% | 0.64% | - |
| XYZ | 15.77 | 8.74 | 1.11 | - |
| YUV | 66.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 9 | 0 | 0.83 | 0.95 | 0.36 | 7.35 | 0.9 | 0.34 |
| Hex | A4 | 1C | 9 | 0 | 53 | 5F | 24 | 7 | 5A | 22 |
| Octal | 244 | 34 | 11 | 0 | 123 | 137 | 44 | 7 | 132 | 42 |
| Binary | 10100100 | 11100 | 1001 | 0 | 1010011 | 1011111 | 100100 | 111 | 1011010 | 100010 |
Color Harmonies of #A41C09
Complementary color
Monochromatic Colors of #A41C09
Black with #A41C09
Text Example
Text Example
White with #A41C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C09; }
p { color: rgb(164,28,9); }
H1.HeaderClassName
{
color: #A41C09;
}
.AnyTagClassName
{
color: #A41C09;
}
</style>
background-color css
<style>
a { background-color: #A41C09; }
a { background-color: rgb(164,28,9); }
div.DivClassName
{
background-color: #A41C09;
}
.BgClassName
{
background-color: #A41C09;
}
</style>
border-color css
<style>
span { border-color: #A41C09; }
span { border-color: rgb(164,28,9); }
td.TdClassName
{
border-color: #A41C09;
}
.TagClassName
{
border-color: #A41C09;
}
</style>