Shades of Fire Brick #A5250D
Tints of Fire Brick #A5250D
RGB
CMYK
RGB Variations
Color information
#A5250D (or 0xA5250D) is known color: Fire Brick. HEX triplet: A5, 25 and 0D. RGB value is (165,37,13). Sum of RGB (Red+Green+Blue) = 165+37+13=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A5250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5250D is #5ADAF2. Grayscale: #484848. Windows color (decimal): -5954291 or 861605. OLE color: 861605.
HSL color Cylindrical-coordinate representation of color #A5250D: hue angle of 9.47º degrees, saturation: 0.85, 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 #A5250D is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 37 | 13 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.35 |
| HSL | 9.47º | 0.85% | 0.35% | - |
| HSV(B) | 9.47º | 0.92% | 0.65% | - |
| XYZ | 16.25 | 9.35 | 1.33 | - |
| YUV | 72.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 13 | 0 | 0.78 | 0.92 | 0.35 | 9.47 | 0.85 | 0.35 |
| Hex | A5 | 25 | D | 0 | 4E | 5C | 23 | 9 | 55 | 23 |
| Octal | 245 | 45 | 15 | 0 | 116 | 134 | 43 | 11 | 125 | 43 |
| Binary | 10100101 | 100101 | 1101 | 0 | 1001110 | 1011100 | 100011 | 1001 | 1010101 | 100011 |
Color Harmonies of #A5250D
Complementary color
Monochromatic Colors of #A5250D
Black with #A5250D
Text Example
Text Example
White with #A5250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5250D; }
p { color: rgb(165,37,13); }
H1.HeaderClassName
{
color: #A5250D;
}
.AnyTagClassName
{
color: #A5250D;
}
</style>
background-color css
<style>
a { background-color: #A5250D; }
a { background-color: rgb(165,37,13); }
div.DivClassName
{
background-color: #A5250D;
}
.BgClassName
{
background-color: #A5250D;
}
</style>
border-color css
<style>
span { border-color: #A5250D; }
span { border-color: rgb(165,37,13); }
td.TdClassName
{
border-color: #A5250D;
}
.TagClassName
{
border-color: #A5250D;
}
</style>