Shades of Fire Brick #A51A0D
Tints of Fire Brick #A51A0D
RGB
CMYK
RGB Variations
Color information
#A51A0D (or 0xA51A0D) is known color: Fire Brick. HEX triplet: A5, 1A and 0D. RGB value is (165,26,13). Sum of RGB (Red+Green+Blue) = 165+26+13=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A0D is #5AE5F2. Grayscale: #424242. Windows color (decimal): -5957107 or 858789. OLE color: 858789.
HSL color Cylindrical-coordinate representation of color #A51A0D: hue angle of 5.13º 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 #A51A0D is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 13 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.35 |
| HSL | 5.13º | 0.85% | 0.35% | - |
| HSV(B) | 5.13º | 0.92% | 0.65% | - |
| XYZ | 15.96 | 8.77 | 1.23 | - |
| YUV | 66.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 13 | 0 | 0.84 | 0.92 | 0.35 | 5.13 | 0.85 | 0.35 |
| Hex | A5 | 1A | D | 0 | 54 | 5C | 23 | 5 | 55 | 23 |
| Octal | 245 | 32 | 15 | 0 | 124 | 134 | 43 | 5 | 125 | 43 |
| Binary | 10100101 | 11010 | 1101 | 0 | 1010100 | 1011100 | 100011 | 101 | 1010101 | 100011 |
Color Harmonies of #A51A0D
Complementary color
Monochromatic Colors of #A51A0D
Black with #A51A0D
Text Example
Text Example
White with #A51A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A0D; }
p { color: rgb(165,26,13); }
H1.HeaderClassName
{
color: #A51A0D;
}
.AnyTagClassName
{
color: #A51A0D;
}
</style>
background-color css
<style>
a { background-color: #A51A0D; }
a { background-color: rgb(165,26,13); }
div.DivClassName
{
background-color: #A51A0D;
}
.BgClassName
{
background-color: #A51A0D;
}
</style>
border-color css
<style>
span { border-color: #A51A0D; }
span { border-color: rgb(165,26,13); }
td.TdClassName
{
border-color: #A51A0D;
}
.TagClassName
{
border-color: #A51A0D;
}
</style>