Shades of Fire Brick #A82103
Tints of Fire Brick #A82103
RGB
CMYK
RGB Variations
Color information
#A82103 (or 0xA82103) is known color: Fire Brick. HEX triplet: A8, 21 and 03. RGB value is (168,33,3). Sum of RGB (Red+Green+Blue) = 168+33+3=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A82103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82103 is #57DEFC. Grayscale: #464646. Windows color (decimal): -5758717 or 205224. OLE color: 205224.
HSL color Cylindrical-coordinate representation of color #A82103: hue angle of 10.91º 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 #A82103 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.34 |
| HSL | 10.91º | 0.96% | 0.34% | - |
| HSV(B) | 10.91º | 0.98% | 0.66% | - |
| XYZ | 16.71 | 9.42 | 1.02 | - |
| YUV | 69.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 3 | 0 | 0.80 | 0.98 | 0.34 | 10.91 | 0.96 | 0.34 |
| Hex | A8 | 21 | 3 | 0 | 50 | 62 | 22 | B | 60 | 22 |
| Octal | 250 | 41 | 3 | 0 | 120 | 142 | 42 | 13 | 140 | 42 |
| Binary | 10101000 | 100001 | 11 | 0 | 1010000 | 1100010 | 100010 | 1011 | 1100000 | 100010 |
Color Harmonies of #A82103
Complementary color
Monochromatic Colors of #A82103
Black with #A82103
Text Example
Text Example
White with #A82103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82103; }
p { color: rgb(168,33,3); }
H1.HeaderClassName
{
color: #A82103;
}
.AnyTagClassName
{
color: #A82103;
}
</style>
background-color css
<style>
a { background-color: #A82103; }
a { background-color: rgb(168,33,3); }
div.DivClassName
{
background-color: #A82103;
}
.BgClassName
{
background-color: #A82103;
}
</style>
border-color css
<style>
span { border-color: #A82103; }
span { border-color: rgb(168,33,3); }
td.TdClassName
{
border-color: #A82103;
}
.TagClassName
{
border-color: #A82103;
}
</style>