Shades of Fire Brick #A42A10
Tints of Fire Brick #A42A10
RGB
CMYK
RGB Variations
Color information
#A42A10 (or 0xA42A10) is known color: Fire Brick. HEX triplet: A4, 2A and 10. RGB value is (164,42,16). Sum of RGB (Red+Green+Blue) = 164+42+16=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42A10 is #5BD5EF. Grayscale: #4B4B4B. Windows color (decimal): -6018544 or 1059492. OLE color: 1059492.
HSL color Cylindrical-coordinate representation of color #A42A10: hue angle of 10.54º 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 #A42A10 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 42 | 16 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.36 |
| HSL | 10.54º | 0.82% | 0.35% | - |
| HSV(B) | 10.54º | 0.9% | 0.64% | - |
| XYZ | 16.23 | 9.59 | 1.48 | - |
| YUV | 75.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 16 | 0 | 0.74 | 0.90 | 0.36 | 10.54 | 0.82 | 0.35 |
| Hex | A4 | 2A | 10 | 0 | 4A | 5A | 24 | B | 52 | 23 |
| Octal | 244 | 52 | 20 | 0 | 112 | 132 | 44 | 13 | 122 | 43 |
| Binary | 10100100 | 101010 | 10000 | 0 | 1001010 | 1011010 | 100100 | 1011 | 1010010 | 100011 |
Color Harmonies of #A42A10
Complementary color
Monochromatic Colors of #A42A10
Black with #A42A10
Text Example
Text Example
White with #A42A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42A10; }
p { color: rgb(164,42,16); }
H1.HeaderClassName
{
color: #A42A10;
}
.AnyTagClassName
{
color: #A42A10;
}
</style>
background-color css
<style>
a { background-color: #A42A10; }
a { background-color: rgb(164,42,16); }
div.DivClassName
{
background-color: #A42A10;
}
.BgClassName
{
background-color: #A42A10;
}
</style>
border-color css
<style>
span { border-color: #A42A10; }
span { border-color: rgb(164,42,16); }
td.TdClassName
{
border-color: #A42A10;
}
.TagClassName
{
border-color: #A42A10;
}
</style>