Shades of Fire Brick #A92A1C
Tints of Fire Brick #A92A1C
RGB
CMYK
RGB Variations
Color information
#A92A1C (or 0xA92A1C) is known color: Fire Brick. HEX triplet: A9, 2A and 1C. RGB value is (169,42,28). Sum of RGB (Red+Green+Blue) = 169+42+28=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A1C is #56D5E3. Grayscale: #4E4E4E. Windows color (decimal): -5690852 or 1845929. OLE color: 1845929.
HSL color Cylindrical-coordinate representation of color #A92A1C: hue angle of 5.96º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A92A1C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 28 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.34 |
| HSL | 5.96º | 0.72% | 0.39% | - |
| HSV(B) | 5.96º | 0.83% | 0.66% | - |
| XYZ | 17.4 | 10.17 | 2.15 | - |
| YUV | 78.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 28 | 0 | 0.75 | 0.83 | 0.34 | 5.96 | 0.72 | 0.39 |
| Hex | A9 | 2A | 1C | 0 | 4B | 53 | 22 | 6 | 48 | 27 |
| Octal | 251 | 52 | 34 | 0 | 113 | 123 | 42 | 6 | 110 | 47 |
| Binary | 10101001 | 101010 | 11100 | 0 | 1001011 | 1010011 | 100010 | 110 | 1001000 | 100111 |
Color Harmonies of #A92A1C
Complementary color
Monochromatic Colors of #A92A1C
Black with #A92A1C
Text Example
Text Example
White with #A92A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A1C; }
p { color: rgb(169,42,28); }
H1.HeaderClassName
{
color: #A92A1C;
}
.AnyTagClassName
{
color: #A92A1C;
}
</style>
background-color css
<style>
a { background-color: #A92A1C; }
a { background-color: rgb(169,42,28); }
div.DivClassName
{
background-color: #A92A1C;
}
.BgClassName
{
background-color: #A92A1C;
}
</style>
border-color css
<style>
span { border-color: #A92A1C; }
span { border-color: rgb(169,42,28); }
td.TdClassName
{
border-color: #A92A1C;
}
.TagClassName
{
border-color: #A92A1C;
}
</style>