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