Shades of Fire Brick #A42406
Tints of Fire Brick #A42406
RGB
CMYK
RGB Variations
Color information
#A42406 (or 0xA42406) is known color: Fire Brick. HEX triplet: A4, 24 and 06. RGB value is (164,36,6). Sum of RGB (Red+Green+Blue) = 164+36+6=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A42406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42406 is #5BDBF9. Grayscale: #474747. Windows color (decimal): -6020090 or 402596. OLE color: 402596.
HSL color Cylindrical-coordinate representation of color #A42406: hue angle of 11.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A42406 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 6 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.36 |
| HSL | 11.39º | 0.93% | 0.33% | - |
| HSV(B) | 11.39º | 0.96% | 0.64% | - |
| XYZ | 15.97 | 9.17 | 1.1 | - |
| YUV | 70.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 6 | 0 | 0.78 | 0.96 | 0.36 | 11.39 | 0.93 | 0.33 |
| Hex | A4 | 24 | 6 | 0 | 4E | 60 | 24 | B | 5D | 21 |
| Octal | 244 | 44 | 6 | 0 | 116 | 140 | 44 | 13 | 135 | 41 |
| Binary | 10100100 | 100100 | 110 | 0 | 1001110 | 1100000 | 100100 | 1011 | 1011101 | 100001 |
Color Harmonies of #A42406
Complementary color
Monochromatic Colors of #A42406
Black with #A42406
Text Example
Text Example
White with #A42406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42406; }
p { color: rgb(164,36,6); }
H1.HeaderClassName
{
color: #A42406;
}
.AnyTagClassName
{
color: #A42406;
}
</style>
background-color css
<style>
a { background-color: #A42406; }
a { background-color: rgb(164,36,6); }
div.DivClassName
{
background-color: #A42406;
}
.BgClassName
{
background-color: #A42406;
}
</style>
border-color css
<style>
span { border-color: #A42406; }
span { border-color: rgb(164,36,6); }
td.TdClassName
{
border-color: #A42406;
}
.TagClassName
{
border-color: #A42406;
}
</style>