Shades of Fire Brick #A42612
Tints of Fire Brick #A42612
RGB
CMYK
RGB Variations
Color information
#A42612 (or 0xA42612) is known color: Fire Brick. HEX triplet: A4, 26 and 12. RGB value is (164,38,18). Sum of RGB (Red+Green+Blue) = 164+38+18=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A42612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42612 is #5BD9ED. Grayscale: #494949. Windows color (decimal): -6019566 or 1189540. OLE color: 1189540.
HSL color Cylindrical-coordinate representation of color #A42612: hue angle of 8.22º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A42612 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 38 | 18 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.36 |
| HSL | 8.22º | 0.8% | 0.36% | - |
| HSV(B) | 8.22º | 0.89% | 0.64% | - |
| XYZ | 16.11 | 9.32 | 1.52 | - |
| YUV | 73.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 18 | 0 | 0.77 | 0.89 | 0.36 | 8.22 | 0.8 | 0.36 |
| Hex | A4 | 26 | 12 | 0 | 4D | 59 | 24 | 8 | 50 | 24 |
| Octal | 244 | 46 | 22 | 0 | 115 | 131 | 44 | 10 | 120 | 44 |
| Binary | 10100100 | 100110 | 10010 | 0 | 1001101 | 1011001 | 100100 | 1000 | 1010000 | 100100 |
Color Harmonies of #A42612
Complementary color
Monochromatic Colors of #A42612
Black with #A42612
Text Example
Text Example
White with #A42612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42612; }
p { color: rgb(164,38,18); }
H1.HeaderClassName
{
color: #A42612;
}
.AnyTagClassName
{
color: #A42612;
}
</style>
background-color css
<style>
a { background-color: #A42612; }
a { background-color: rgb(164,38,18); }
div.DivClassName
{
background-color: #A42612;
}
.BgClassName
{
background-color: #A42612;
}
</style>
border-color css
<style>
span { border-color: #A42612; }
span { border-color: rgb(164,38,18); }
td.TdClassName
{
border-color: #A42612;
}
.TagClassName
{
border-color: #A42612;
}
</style>