Shades of Fire Brick #A52A0E
Tints of Fire Brick #A52A0E
RGB
CMYK
RGB Variations
Color information
#A52A0E (or 0xA52A0E) is known color: Fire Brick. HEX triplet: A5, 2A and 0E. RGB value is (165,42,14). Sum of RGB (Red+Green+Blue) = 165+42+14=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A0E is #5AD5F1. Grayscale: #4B4B4B. Windows color (decimal): -5953010 or 928421. OLE color: 928421.
HSL color Cylindrical-coordinate representation of color #A52A0E: hue angle of 11.13º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A52A0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 14 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.35 |
| HSL | 11.13º | 0.84% | 0.35% | - |
| HSV(B) | 11.13º | 0.92% | 0.65% | - |
| XYZ | 16.42 | 9.69 | 1.42 | - |
| YUV | 75.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 14 | 0 | 0.75 | 0.92 | 0.35 | 11.13 | 0.84 | 0.35 |
| Hex | A5 | 2A | E | 0 | 4B | 5C | 23 | B | 54 | 23 |
| Octal | 245 | 52 | 16 | 0 | 113 | 134 | 43 | 13 | 124 | 43 |
| Binary | 10100101 | 101010 | 1110 | 0 | 1001011 | 1011100 | 100011 | 1011 | 1010100 | 100011 |
Color Harmonies of #A52A0E
Complementary color
Monochromatic Colors of #A52A0E
Black with #A52A0E
Text Example
Text Example
White with #A52A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A0E; }
p { color: rgb(165,42,14); }
H1.HeaderClassName
{
color: #A52A0E;
}
.AnyTagClassName
{
color: #A52A0E;
}
</style>
background-color css
<style>
a { background-color: #A52A0E; }
a { background-color: rgb(165,42,14); }
div.DivClassName
{
background-color: #A52A0E;
}
.BgClassName
{
background-color: #A52A0E;
}
</style>
border-color css
<style>
span { border-color: #A52A0E; }
span { border-color: rgb(165,42,14); }
td.TdClassName
{
border-color: #A52A0E;
}
.TagClassName
{
border-color: #A52A0E;
}
</style>