Shades of Fire Brick #A52C10
Tints of Fire Brick #A52C10
RGB
CMYK
RGB Variations
Color information
#A52C10 (or 0xA52C10) is known color: Fire Brick. HEX triplet: A5, 2C and 10. RGB value is (165,44,16). Sum of RGB (Red+Green+Blue) = 165+44+16=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C10 is #5AD3EF. Grayscale: #4D4D4D. Windows color (decimal): -5952496 or 1060005. OLE color: 1060005.
HSL color Cylindrical-coordinate representation of color #A52C10: hue angle of 11.28º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A52C10 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 16 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.35 |
| HSL | 11.28º | 0.82% | 0.35% | - |
| HSV(B) | 11.28º | 0.9% | 0.65% | - |
| XYZ | 16.51 | 9.84 | 1.52 | - |
| YUV | 76.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 16 | 0 | 0.73 | 0.90 | 0.35 | 11.28 | 0.82 | 0.35 |
| Hex | A5 | 2C | 10 | 0 | 49 | 5A | 23 | B | 52 | 23 |
| Octal | 245 | 54 | 20 | 0 | 111 | 132 | 43 | 13 | 122 | 43 |
| Binary | 10100101 | 101100 | 10000 | 0 | 1001001 | 1011010 | 100011 | 1011 | 1010010 | 100011 |
Color Harmonies of #A52C10
Complementary color
Monochromatic Colors of #A52C10
Black with #A52C10
Text Example
Text Example
White with #A52C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C10; }
p { color: rgb(165,44,16); }
H1.HeaderClassName
{
color: #A52C10;
}
.AnyTagClassName
{
color: #A52C10;
}
</style>
background-color css
<style>
a { background-color: #A52C10; }
a { background-color: rgb(165,44,16); }
div.DivClassName
{
background-color: #A52C10;
}
.BgClassName
{
background-color: #A52C10;
}
</style>
border-color css
<style>
span { border-color: #A52C10; }
span { border-color: rgb(165,44,16); }
td.TdClassName
{
border-color: #A52C10;
}
.TagClassName
{
border-color: #A52C10;
}
</style>