Shades of Fire Brick #A4190C
Tints of Fire Brick #A4190C
RGB
CMYK
RGB Variations
Color information
#A4190C (or 0xA4190C) is known color: Fire Brick. HEX triplet: A4, 19 and 0C. RGB value is (164,25,12). Sum of RGB (Red+Green+Blue) = 164+25+12=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A4190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4190C is #5BE6F3. Grayscale: #414141. Windows color (decimal): -6022900 or 792996. OLE color: 792996.
HSL color Cylindrical-coordinate representation of color #A4190C: hue angle of 5.13º 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 #A4190C is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 25 | 12 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.36 |
| HSL | 5.13º | 0.86% | 0.35% | - |
| HSV(B) | 5.13º | 0.93% | 0.64% | - |
| XYZ | 15.72 | 8.61 | 1.18 | - |
| YUV | 65.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 12 | 0 | 0.85 | 0.93 | 0.36 | 5.13 | 0.86 | 0.35 |
| Hex | A4 | 19 | C | 0 | 55 | 5D | 24 | 5 | 56 | 23 |
| Octal | 244 | 31 | 14 | 0 | 125 | 135 | 44 | 5 | 126 | 43 |
| Binary | 10100100 | 11001 | 1100 | 0 | 1010101 | 1011101 | 100100 | 101 | 1010110 | 100011 |
Color Harmonies of #A4190C
Complementary color
Monochromatic Colors of #A4190C
Black with #A4190C
Text Example
Text Example
White with #A4190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4190C; }
p { color: rgb(164,25,12); }
H1.HeaderClassName
{
color: #A4190C;
}
.AnyTagClassName
{
color: #A4190C;
}
</style>
background-color css
<style>
a { background-color: #A4190C; }
a { background-color: rgb(164,25,12); }
div.DivClassName
{
background-color: #A4190C;
}
.BgClassName
{
background-color: #A4190C;
}
</style>
border-color css
<style>
span { border-color: #A4190C; }
span { border-color: rgb(164,25,12); }
td.TdClassName
{
border-color: #A4190C;
}
.TagClassName
{
border-color: #A4190C;
}
</style>