Shades of Fire Brick #A52C11
Tints of Fire Brick #A52C11
RGB
CMYK
RGB Variations
Color information
#A52C11 (or 0xA52C11) is known color: Fire Brick. HEX triplet: A5, 2C and 11. RGB value is (165,44,17). Sum of RGB (Red+Green+Blue) = 165+44+17=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C11 is #5AD3EE. Grayscale: #4D4D4D. Windows color (decimal): -5952495 or 1125541. OLE color: 1125541.
HSL color Cylindrical-coordinate representation of color #A52C11: hue angle of 10.95º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A52C11 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 17 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.35 |
| HSL | 10.95º | 0.81% | 0.36% | - |
| HSV(B) | 10.95º | 0.9% | 0.65% | - |
| XYZ | 16.52 | 9.84 | 1.56 | - |
| YUV | 77.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 17 | 0 | 0.73 | 0.90 | 0.35 | 10.95 | 0.81 | 0.36 |
| Hex | A5 | 2C | 11 | 0 | 49 | 5A | 23 | B | 51 | 24 |
| Octal | 245 | 54 | 21 | 0 | 111 | 132 | 43 | 13 | 121 | 44 |
| Binary | 10100101 | 101100 | 10001 | 0 | 1001001 | 1011010 | 100011 | 1011 | 1010001 | 100100 |
Color Harmonies of #A52C11
Complementary color
Monochromatic Colors of #A52C11
Black with #A52C11
Text Example
Text Example
White with #A52C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C11; }
p { color: rgb(165,44,17); }
H1.HeaderClassName
{
color: #A52C11;
}
.AnyTagClassName
{
color: #A52C11;
}
</style>
background-color css
<style>
a { background-color: #A52C11; }
a { background-color: rgb(165,44,17); }
div.DivClassName
{
background-color: #A52C11;
}
.BgClassName
{
background-color: #A52C11;
}
</style>
border-color css
<style>
span { border-color: #A52C11; }
span { border-color: rgb(165,44,17); }
td.TdClassName
{
border-color: #A52C11;
}
.TagClassName
{
border-color: #A52C11;
}
</style>