Shades of Fire Brick #A32006
Tints of Fire Brick #A32006
RGB
CMYK
RGB Variations
Color information
#A32006 (or 0xA32006) is known color: Fire Brick. HEX triplet: A3, 20 and 06. RGB value is (163,32,6). Sum of RGB (Red+Green+Blue) = 163+32+6=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A32006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32006 is #5CDFF9. Grayscale: #444444. Windows color (decimal): -6086650 or 401571. OLE color: 401571.
HSL color Cylindrical-coordinate representation of color #A32006: hue angle of 9.94º 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 #A32006 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 6 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.36 |
| HSL | 9.94º | 0.93% | 0.33% | - |
| HSV(B) | 9.94º | 0.96% | 0.64% | - |
| XYZ | 15.65 | 8.83 | 1.05 | - |
| YUV | 68.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 6 | 0 | 0.80 | 0.96 | 0.36 | 9.94 | 0.93 | 0.33 |
| Hex | A3 | 20 | 6 | 0 | 50 | 60 | 24 | A | 5D | 21 |
| Octal | 243 | 40 | 6 | 0 | 120 | 140 | 44 | 12 | 135 | 41 |
| Binary | 10100011 | 100000 | 110 | 0 | 1010000 | 1100000 | 100100 | 1010 | 1011101 | 100001 |
Color Harmonies of #A32006
Complementary color
Monochromatic Colors of #A32006
Black with #A32006
Text Example
Text Example
White with #A32006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32006; }
p { color: rgb(163,32,6); }
H1.HeaderClassName
{
color: #A32006;
}
.AnyTagClassName
{
color: #A32006;
}
</style>
background-color css
<style>
a { background-color: #A32006; }
a { background-color: rgb(163,32,6); }
div.DivClassName
{
background-color: #A32006;
}
.BgClassName
{
background-color: #A32006;
}
</style>
border-color css
<style>
span { border-color: #A32006; }
span { border-color: rgb(163,32,6); }
td.TdClassName
{
border-color: #A32006;
}
.TagClassName
{
border-color: #A32006;
}
</style>