Shades of Fire Brick #A42913
Tints of Fire Brick #A42913
RGB
CMYK
RGB Variations
Color information
#A42913 (or 0xA42913) is known color: Fire Brick. HEX triplet: A4, 29 and 13. RGB value is (164,41,19). Sum of RGB (Red+Green+Blue) = 164+41+19=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A42913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42913 is #5BD6EC. Grayscale: #4B4B4B. Windows color (decimal): -6018797 or 1255844. OLE color: 1255844.
HSL color Cylindrical-coordinate representation of color #A42913: hue angle of 9.1º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A42913 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 41 | 19 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.36 |
| HSL | 9.1º | 0.79% | 0.36% | - |
| HSV(B) | 9.1º | 0.88% | 0.64% | - |
| XYZ | 16.22 | 9.53 | 1.6 | - |
| YUV | 75.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 19 | 0 | 0.75 | 0.88 | 0.36 | 9.1 | 0.79 | 0.36 |
| Hex | A4 | 29 | 13 | 0 | 4B | 58 | 24 | 9 | 4F | 24 |
| Octal | 244 | 51 | 23 | 0 | 113 | 130 | 44 | 11 | 117 | 44 |
| Binary | 10100100 | 101001 | 10011 | 0 | 1001011 | 1011000 | 100100 | 1001 | 1001111 | 100100 |
Color Harmonies of #A42913
Complementary color
Monochromatic Colors of #A42913
Black with #A42913
Text Example
Text Example
White with #A42913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42913; }
p { color: rgb(164,41,19); }
H1.HeaderClassName
{
color: #A42913;
}
.AnyTagClassName
{
color: #A42913;
}
</style>
background-color css
<style>
a { background-color: #A42913; }
a { background-color: rgb(164,41,19); }
div.DivClassName
{
background-color: #A42913;
}
.BgClassName
{
background-color: #A42913;
}
</style>
border-color css
<style>
span { border-color: #A42913; }
span { border-color: rgb(164,41,19); }
td.TdClassName
{
border-color: #A42913;
}
.TagClassName
{
border-color: #A42913;
}
</style>