Shades of Fire Brick #A42010
Tints of Fire Brick #A42010
RGB
CMYK
RGB Variations
Color information
#A42010 (or 0xA42010) is known color: Fire Brick. HEX triplet: A4, 20 and 10. RGB value is (164,32,16). Sum of RGB (Red+Green+Blue) = 164+32+16=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A42010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42010 is #5BDFEF. Grayscale: #454545. Windows color (decimal): -6021104 or 1056932. OLE color: 1056932.
HSL color Cylindrical-coordinate representation of color #A42010: hue angle of 6.49º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A42010 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 32 | 16 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.36 |
| HSL | 6.49º | 0.82% | 0.35% | - |
| HSV(B) | 6.49º | 0.9% | 0.64% | - |
| XYZ | 15.92 | 8.96 | 1.38 | - |
| YUV | 69.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 16 | 0 | 0.80 | 0.90 | 0.36 | 6.49 | 0.82 | 0.35 |
| Hex | A4 | 20 | 10 | 0 | 50 | 5A | 24 | 6 | 52 | 23 |
| Octal | 244 | 40 | 20 | 0 | 120 | 132 | 44 | 6 | 122 | 43 |
| Binary | 10100100 | 100000 | 10000 | 0 | 1010000 | 1011010 | 100100 | 110 | 1010010 | 100011 |
Color Harmonies of #A42010
Complementary color
Monochromatic Colors of #A42010
Black with #A42010
Text Example
Text Example
White with #A42010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42010; }
p { color: rgb(164,32,16); }
H1.HeaderClassName
{
color: #A42010;
}
.AnyTagClassName
{
color: #A42010;
}
</style>
background-color css
<style>
a { background-color: #A42010; }
a { background-color: rgb(164,32,16); }
div.DivClassName
{
background-color: #A42010;
}
.BgClassName
{
background-color: #A42010;
}
</style>
border-color css
<style>
span { border-color: #A42010; }
span { border-color: rgb(164,32,16); }
td.TdClassName
{
border-color: #A42010;
}
.TagClassName
{
border-color: #A42010;
}
</style>