Shades of Fire Brick #A52D12
Tints of Fire Brick #A52D12
RGB
CMYK
RGB Variations
Color information
#A52D12 (or 0xA52D12) is known color: Fire Brick. HEX triplet: A5, 2D and 12. RGB value is (165,45,18). Sum of RGB (Red+Green+Blue) = 165+45+18=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D12 is #5AD2ED. Grayscale: #4E4E4E. Windows color (decimal): -5952238 or 1191333. OLE color: 1191333.
HSL color Cylindrical-coordinate representation of color #A52D12: hue angle of 11.02º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A52D12 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 18 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.35 |
| HSL | 11.02º | 0.8% | 0.36% | - |
| HSV(B) | 11.02º | 0.89% | 0.65% | - |
| XYZ | 16.56 | 9.92 | 1.61 | - |
| YUV | 77.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 18 | 0 | 0.73 | 0.89 | 0.35 | 11.02 | 0.8 | 0.36 |
| Hex | A5 | 2D | 12 | 0 | 49 | 59 | 23 | B | 50 | 24 |
| Octal | 245 | 55 | 22 | 0 | 111 | 131 | 43 | 13 | 120 | 44 |
| Binary | 10100101 | 101101 | 10010 | 0 | 1001001 | 1011001 | 100011 | 1011 | 1010000 | 100100 |
Color Harmonies of #A52D12
Complementary color
Monochromatic Colors of #A52D12
Black with #A52D12
Text Example
Text Example
White with #A52D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D12; }
p { color: rgb(165,45,18); }
H1.HeaderClassName
{
color: #A52D12;
}
.AnyTagClassName
{
color: #A52D12;
}
</style>
background-color css
<style>
a { background-color: #A52D12; }
a { background-color: rgb(165,45,18); }
div.DivClassName
{
background-color: #A52D12;
}
.BgClassName
{
background-color: #A52D12;
}
</style>
border-color css
<style>
span { border-color: #A52D12; }
span { border-color: rgb(165,45,18); }
td.TdClassName
{
border-color: #A52D12;
}
.TagClassName
{
border-color: #A52D12;
}
</style>