Shades of Fire Brick #A52106
Tints of Fire Brick #A52106
RGB
CMYK
RGB Variations
Color information
#A52106 (or 0xA52106) is known color: Fire Brick. HEX triplet: A5, 21 and 06. RGB value is (165,33,6). Sum of RGB (Red+Green+Blue) = 165+33+6=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A52106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52106 is #5ADEF9. Grayscale: #454545. Windows color (decimal): -5955322 or 401829. OLE color: 401829.
HSL color Cylindrical-coordinate representation of color #A52106: hue angle of 10.19º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A52106 is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 6 | - |
| CMYK | 0 | 0.8 | 0.96 | 0.35 |
| HSL | 10.19º | 0.93% | 0.34% | - |
| HSV(B) | 10.19º | 0.96% | 0.65% | - |
| XYZ | 16.09 | 9.1 | 1.08 | - |
| YUV | 69.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 6 | 0 | 0.8 | 0.96 | 0.35 | 10.19 | 0.93 | 0.34 |
| Hex | A5 | 21 | 6 | 0 | 50 | 60 | 23 | A | 5D | 22 |
| Octal | 245 | 41 | 6 | 0 | 120 | 140 | 43 | 12 | 135 | 42 |
| Binary | 10100101 | 100001 | 110 | 0 | 1010000 | 1100000 | 100011 | 1010 | 1011101 | 100010 |
Color Harmonies of #A52106
Complementary color
Monochromatic Colors of #A52106
Black with #A52106
Text Example
Text Example
White with #A52106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52106; }
p { color: rgb(165,33,6); }
H1.HeaderClassName
{
color: #A52106;
}
.AnyTagClassName
{
color: #A52106;
}
</style>
background-color css
<style>
a { background-color: #A52106; }
a { background-color: rgb(165,33,6); }
div.DivClassName
{
background-color: #A52106;
}
.BgClassName
{
background-color: #A52106;
}
</style>
border-color css
<style>
span { border-color: #A52106; }
span { border-color: rgb(165,33,6); }
td.TdClassName
{
border-color: #A52106;
}
.TagClassName
{
border-color: #A52106;
}
</style>