Shades of Fire Brick #A51C0D
Tints of Fire Brick #A51C0D
RGB
CMYK
RGB Variations
Color information
#A51C0D (or 0xA51C0D) is known color: Fire Brick. HEX triplet: A5, 1C and 0D. RGB value is (165,28,13). Sum of RGB (Red+Green+Blue) = 165+28+13=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51C0D is #5AE3F2. Grayscale: #434343. Windows color (decimal): -5956595 or 859301. OLE color: 859301.
HSL color Cylindrical-coordinate representation of color #A51C0D: hue angle of 5.92º 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 #A51C0D is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 28 | 13 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.35 |
| HSL | 5.92º | 0.85% | 0.35% | - |
| HSV(B) | 5.92º | 0.92% | 0.65% | - |
| XYZ | 16 | 8.86 | 1.25 | - |
| YUV | 67.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 13 | 0 | 0.83 | 0.92 | 0.35 | 5.92 | 0.85 | 0.35 |
| Hex | A5 | 1C | D | 0 | 53 | 5C | 23 | 6 | 55 | 23 |
| Octal | 245 | 34 | 15 | 0 | 123 | 134 | 43 | 6 | 125 | 43 |
| Binary | 10100101 | 11100 | 1101 | 0 | 1010011 | 1011100 | 100011 | 110 | 1010101 | 100011 |
Color Harmonies of #A51C0D
Complementary color
Monochromatic Colors of #A51C0D
Black with #A51C0D
Text Example
Text Example
White with #A51C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51C0D; }
p { color: rgb(165,28,13); }
H1.HeaderClassName
{
color: #A51C0D;
}
.AnyTagClassName
{
color: #A51C0D;
}
</style>
background-color css
<style>
a { background-color: #A51C0D; }
a { background-color: rgb(165,28,13); }
div.DivClassName
{
background-color: #A51C0D;
}
.BgClassName
{
background-color: #A51C0D;
}
</style>
border-color css
<style>
span { border-color: #A51C0D; }
span { border-color: rgb(165,28,13); }
td.TdClassName
{
border-color: #A51C0D;
}
.TagClassName
{
border-color: #A51C0D;
}
</style>