Shades of Fire Brick #A4130C
Tints of Fire Brick #A4130C
RGB
CMYK
RGB Variations
Color information
#A4130C (or 0xA4130C) is known color: Fire Brick. HEX triplet: A4, 13 and 0C. RGB value is (164,19,12). Sum of RGB (Red+Green+Blue) = 164+19+12=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A4130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4130C is #5BECF3. Grayscale: #3D3D3D. Windows color (decimal): -6024436 or 791460. OLE color: 791460.
HSL color Cylindrical-coordinate representation of color #A4130C: hue angle of 2.76º 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 #A4130C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.36 |
| HSL | 2.76º | 0.86% | 0.35% | - |
| HSV(B) | 2.76º | 0.93% | 0.64% | - |
| XYZ | 15.61 | 8.38 | 1.14 | - |
| YUV | 61.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 12 | 0 | 0.88 | 0.93 | 0.36 | 2.76 | 0.86 | 0.35 |
| Hex | A4 | 13 | C | 0 | 58 | 5D | 24 | 3 | 56 | 23 |
| Octal | 244 | 23 | 14 | 0 | 130 | 135 | 44 | 3 | 126 | 43 |
| Binary | 10100100 | 10011 | 1100 | 0 | 1011000 | 1011101 | 100100 | 11 | 1010110 | 100011 |
Color Harmonies of #A4130C
Complementary color
Monochromatic Colors of #A4130C
Black with #A4130C
Text Example
Text Example
White with #A4130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4130C; }
p { color: rgb(164,19,12); }
H1.HeaderClassName
{
color: #A4130C;
}
.AnyTagClassName
{
color: #A4130C;
}
</style>
background-color css
<style>
a { background-color: #A4130C; }
a { background-color: rgb(164,19,12); }
div.DivClassName
{
background-color: #A4130C;
}
.BgClassName
{
background-color: #A4130C;
}
</style>
border-color css
<style>
span { border-color: #A4130C; }
span { border-color: rgb(164,19,12); }
td.TdClassName
{
border-color: #A4130C;
}
.TagClassName
{
border-color: #A4130C;
}
</style>