Shades of Fire Brick #A9201E
Tints of Fire Brick #A9201E
RGB
CMYK
RGB Variations
Color information
#A9201E (or 0xA9201E) is known color: Fire Brick. HEX triplet: A9, 20 and 1E. RGB value is (169,32,30). Sum of RGB (Red+Green+Blue) = 169+32+30=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A9201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9201E is #56DFE1. Grayscale: #484848. Windows color (decimal): -5693410 or 1974441. OLE color: 1974441.
HSL color Cylindrical-coordinate representation of color #A9201E: hue angle of 0.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9201E is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 30 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.34 |
| HSL | 0.86º | 0.7% | 0.39% | - |
| HSV(B) | 0.86º | 0.82% | 0.66% | - |
| XYZ | 17.11 | 9.56 | 2.17 | - |
| YUV | 72.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 30 | 0 | 0.81 | 0.82 | 0.34 | 0.86 | 0.7 | 0.39 |
| Hex | A9 | 20 | 1E | 0 | 51 | 52 | 22 | 1 | 46 | 27 |
| Octal | 251 | 40 | 36 | 0 | 121 | 122 | 42 | 1 | 106 | 47 |
| Binary | 10101001 | 100000 | 11110 | 0 | 1010001 | 1010010 | 100010 | 1 | 1000110 | 100111 |
Color Harmonies of #A9201E
Complementary color
Monochromatic Colors of #A9201E
Black with #A9201E
Text Example
Text Example
White with #A9201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9201E; }
p { color: rgb(169,32,30); }
H1.HeaderClassName
{
color: #A9201E;
}
.AnyTagClassName
{
color: #A9201E;
}
</style>
background-color css
<style>
a { background-color: #A9201E; }
a { background-color: rgb(169,32,30); }
div.DivClassName
{
background-color: #A9201E;
}
.BgClassName
{
background-color: #A9201E;
}
</style>
border-color css
<style>
span { border-color: #A9201E; }
span { border-color: rgb(169,32,30); }
td.TdClassName
{
border-color: #A9201E;
}
.TagClassName
{
border-color: #A9201E;
}
</style>