Shades of Fire Brick #A92B0F
Tints of Fire Brick #A92B0F
RGB
CMYK
RGB Variations
Color information
#A92B0F (or 0xA92B0F) is known color: Fire Brick. HEX triplet: A9, 2B and 0F. RGB value is (169,43,15). Sum of RGB (Red+Green+Blue) = 169+43+15=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92B0F is #56D4F0. Grayscale: #4D4D4D. Windows color (decimal): -5690609 or 994217. OLE color: 994217.
HSL color Cylindrical-coordinate representation of color #A92B0F: hue angle of 10.91º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A92B0F is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 15 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.34 |
| HSL | 10.91º | 0.84% | 0.36% | - |
| HSV(B) | 10.91º | 0.91% | 0.66% | - |
| XYZ | 17.31 | 10.2 | 1.51 | - |
| YUV | 77.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 15 | 0 | 0.75 | 0.91 | 0.34 | 10.91 | 0.84 | 0.36 |
| Hex | A9 | 2B | F | 0 | 4B | 5B | 22 | B | 54 | 24 |
| Octal | 251 | 53 | 17 | 0 | 113 | 133 | 42 | 13 | 124 | 44 |
| Binary | 10101001 | 101011 | 1111 | 0 | 1001011 | 1011011 | 100010 | 1011 | 1010100 | 100100 |
Color Harmonies of #A92B0F
Complementary color
Monochromatic Colors of #A92B0F
Black with #A92B0F
Text Example
Text Example
White with #A92B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92B0F; }
p { color: rgb(169,43,15); }
H1.HeaderClassName
{
color: #A92B0F;
}
.AnyTagClassName
{
color: #A92B0F;
}
</style>
background-color css
<style>
a { background-color: #A92B0F; }
a { background-color: rgb(169,43,15); }
div.DivClassName
{
background-color: #A92B0F;
}
.BgClassName
{
background-color: #A92B0F;
}
</style>
border-color css
<style>
span { border-color: #A92B0F; }
span { border-color: rgb(169,43,15); }
td.TdClassName
{
border-color: #A92B0F;
}
.TagClassName
{
border-color: #A92B0F;
}
</style>