Shades of Fire Brick #A82003
Tints of Fire Brick #A82003
RGB
CMYK
RGB Variations
Color information
#A82003 (or 0xA82003) is known color: Fire Brick. HEX triplet: A8, 20 and 03. RGB value is (168,32,3). Sum of RGB (Red+Green+Blue) = 168+32+3=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A82003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82003 is #57DFFC. Grayscale: #454545. Windows color (decimal): -5758973 or 204968. OLE color: 204968.
HSL color Cylindrical-coordinate representation of color #A82003: hue angle of 10.55º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A82003 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.34 |
| HSL | 10.55º | 0.96% | 0.34% | - |
| HSV(B) | 10.55º | 0.98% | 0.66% | - |
| XYZ | 16.68 | 9.36 | 1.01 | - |
| YUV | 69.36 | 90.56 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 3 | 0 | 0.81 | 0.98 | 0.34 | 10.55 | 0.96 | 0.34 |
| Hex | A8 | 20 | 3 | 0 | 51 | 62 | 22 | B | 60 | 22 |
| Octal | 250 | 40 | 3 | 0 | 121 | 142 | 42 | 13 | 140 | 42 |
| Binary | 10101000 | 100000 | 11 | 0 | 1010001 | 1100010 | 100010 | 1011 | 1100000 | 100010 |
Color Harmonies of #A82003
Complementary color
Monochromatic Colors of #A82003
Black with #A82003
Text Example
Text Example
White with #A82003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82003; }
p { color: rgb(168,32,3); }
H1.HeaderClassName
{
color: #A82003;
}
.AnyTagClassName
{
color: #A82003;
}
</style>
background-color css
<style>
a { background-color: #A82003; }
a { background-color: rgb(168,32,3); }
div.DivClassName
{
background-color: #A82003;
}
.BgClassName
{
background-color: #A82003;
}
</style>
border-color css
<style>
span { border-color: #A82003; }
span { border-color: rgb(168,32,3); }
td.TdClassName
{
border-color: #A82003;
}
.TagClassName
{
border-color: #A82003;
}
</style>