Shades of Fire Brick #A41C0E
Tints of Fire Brick #A41C0E
RGB
CMYK
RGB Variations
Color information
#A41C0E (or 0xA41C0E) is known color: Fire Brick. HEX triplet: A4, 1C and 0E. RGB value is (164,28,14). Sum of RGB (Red+Green+Blue) = 164+28+14=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C0E is #5BE3F1. Grayscale: #434343. Windows color (decimal): -6022130 or 924836. OLE color: 924836.
HSL color Cylindrical-coordinate representation of color #A41C0E: hue angle of 5.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A41C0E is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 14 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.36 |
| HSL | 5.6º | 0.84% | 0.35% | - |
| HSV(B) | 5.6º | 0.91% | 0.64% | - |
| XYZ | 15.8 | 8.75 | 1.27 | - |
| YUV | 67.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 14 | 0 | 0.83 | 0.91 | 0.36 | 5.6 | 0.84 | 0.35 |
| Hex | A4 | 1C | E | 0 | 53 | 5B | 24 | 6 | 54 | 23 |
| Octal | 244 | 34 | 16 | 0 | 123 | 133 | 44 | 6 | 124 | 43 |
| Binary | 10100100 | 11100 | 1110 | 0 | 1010011 | 1011011 | 100100 | 110 | 1010100 | 100011 |
Color Harmonies of #A41C0E
Complementary color
Monochromatic Colors of #A41C0E
Black with #A41C0E
Text Example
Text Example
White with #A41C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C0E; }
p { color: rgb(164,28,14); }
H1.HeaderClassName
{
color: #A41C0E;
}
.AnyTagClassName
{
color: #A41C0E;
}
</style>
background-color css
<style>
a { background-color: #A41C0E; }
a { background-color: rgb(164,28,14); }
div.DivClassName
{
background-color: #A41C0E;
}
.BgClassName
{
background-color: #A41C0E;
}
</style>
border-color css
<style>
span { border-color: #A41C0E; }
span { border-color: rgb(164,28,14); }
td.TdClassName
{
border-color: #A41C0E;
}
.TagClassName
{
border-color: #A41C0E;
}
</style>