Shades of Fire Brick #A42718
Tints of Fire Brick #A42718
RGB
CMYK
RGB Variations
Color information
#A42718 (or 0xA42718) is known color: Fire Brick. HEX triplet: A4, 27 and 18. RGB value is (164,39,24). Sum of RGB (Red+Green+Blue) = 164+39+24=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42718 is #5BD8E7. Grayscale: #4A4A4A. Windows color (decimal): -6019304 or 1583012. OLE color: 1583012.
HSL color Cylindrical-coordinate representation of color #A42718: hue angle of 6.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A42718 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 24 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.36 |
| HSL | 6.43º | 0.74% | 0.37% | - |
| HSV(B) | 6.43º | 0.85% | 0.64% | - |
| XYZ | 16.2 | 9.41 | 1.83 | - |
| YUV | 74.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 24 | 0 | 0.76 | 0.85 | 0.36 | 6.43 | 0.74 | 0.37 |
| Hex | A4 | 27 | 18 | 0 | 4C | 55 | 24 | 6 | 4A | 25 |
| Octal | 244 | 47 | 30 | 0 | 114 | 125 | 44 | 6 | 112 | 45 |
| Binary | 10100100 | 100111 | 11000 | 0 | 1001100 | 1010101 | 100100 | 110 | 1001010 | 100101 |
Color Harmonies of #A42718
Complementary color
Monochromatic Colors of #A42718
Black with #A42718
Text Example
Text Example
White with #A42718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42718; }
p { color: rgb(164,39,24); }
H1.HeaderClassName
{
color: #A42718;
}
.AnyTagClassName
{
color: #A42718;
}
</style>
background-color css
<style>
a { background-color: #A42718; }
a { background-color: rgb(164,39,24); }
div.DivClassName
{
background-color: #A42718;
}
.BgClassName
{
background-color: #A42718;
}
</style>
border-color css
<style>
span { border-color: #A42718; }
span { border-color: rgb(164,39,24); }
td.TdClassName
{
border-color: #A42718;
}
.TagClassName
{
border-color: #A42718;
}
</style>