Shades of Fire Brick #A41E0C
Tints of Fire Brick #A41E0C
RGB
CMYK
RGB Variations
Color information
#A41E0C (or 0xA41E0C) is known color: Fire Brick. HEX triplet: A4, 1E and 0C. RGB value is (164,30,12). Sum of RGB (Red+Green+Blue) = 164+30+12=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41E0C is #5BE1F3. Grayscale: #444444. Windows color (decimal): -6021620 or 794276. OLE color: 794276.
HSL color Cylindrical-coordinate representation of color #A41E0C: hue angle of 7.11º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A41E0C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 12 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.36 |
| HSL | 7.11º | 0.86% | 0.35% | - |
| HSV(B) | 7.11º | 0.93% | 0.64% | - |
| XYZ | 15.84 | 8.85 | 1.22 | - |
| YUV | 68.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 12 | 0 | 0.82 | 0.93 | 0.36 | 7.11 | 0.86 | 0.35 |
| Hex | A4 | 1E | C | 0 | 52 | 5D | 24 | 7 | 56 | 23 |
| Octal | 244 | 36 | 14 | 0 | 122 | 135 | 44 | 7 | 126 | 43 |
| Binary | 10100100 | 11110 | 1100 | 0 | 1010010 | 1011101 | 100100 | 111 | 1010110 | 100011 |
Color Harmonies of #A41E0C
Complementary color
Monochromatic Colors of #A41E0C
Black with #A41E0C
Text Example
Text Example
White with #A41E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E0C; }
p { color: rgb(164,30,12); }
H1.HeaderClassName
{
color: #A41E0C;
}
.AnyTagClassName
{
color: #A41E0C;
}
</style>
background-color css
<style>
a { background-color: #A41E0C; }
a { background-color: rgb(164,30,12); }
div.DivClassName
{
background-color: #A41E0C;
}
.BgClassName
{
background-color: #A41E0C;
}
</style>
border-color css
<style>
span { border-color: #A41E0C; }
span { border-color: rgb(164,30,12); }
td.TdClassName
{
border-color: #A41E0C;
}
.TagClassName
{
border-color: #A41E0C;
}
</style>