Shades of Fire Brick #A92103
Tints of Fire Brick #A92103
RGB
CMYK
RGB Variations
Color information
#A92103 (or 0xA92103) is known color: Fire Brick. HEX triplet: A9, 21 and 03. RGB value is (169,33,3). Sum of RGB (Red+Green+Blue) = 169+33+3=205 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.44% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 169 - color contains mainly: red. Hex color #A92103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92103 is #56DEFC. Grayscale: #464646. Windows color (decimal): -5693181 or 205225. OLE color: 205225.
HSL color Cylindrical-coordinate representation of color #A92103: hue angle of 10.84º degrees, saturation: 0.97, 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 #A92103 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.34 |
| HSL | 10.84º | 0.97% | 0.34% | - |
| HSV(B) | 10.84º | 0.98% | 0.66% | - |
| XYZ | 16.92 | 9.53 | 1.03 | - |
| YUV | 70.24 | 90.06 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 3 | 0 | 0.80 | 0.98 | 0.34 | 10.84 | 0.97 | 0.34 |
| Hex | A9 | 21 | 3 | 0 | 50 | 62 | 22 | B | 61 | 22 |
| Octal | 251 | 41 | 3 | 0 | 120 | 142 | 42 | 13 | 141 | 42 |
| Binary | 10101001 | 100001 | 11 | 0 | 1010000 | 1100010 | 100010 | 1011 | 1100001 | 100010 |
Color Harmonies of #A92103
Complementary color
Monochromatic Colors of #A92103
Black with #A92103
Text Example
Text Example
White with #A92103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92103; }
p { color: rgb(169,33,3); }
H1.HeaderClassName
{
color: #A92103;
}
.AnyTagClassName
{
color: #A92103;
}
</style>
background-color css
<style>
a { background-color: #A92103; }
a { background-color: rgb(169,33,3); }
div.DivClassName
{
background-color: #A92103;
}
.BgClassName
{
background-color: #A92103;
}
</style>
border-color css
<style>
span { border-color: #A92103; }
span { border-color: rgb(169,33,3); }
td.TdClassName
{
border-color: #A92103;
}
.TagClassName
{
border-color: #A92103;
}
</style>