Shades of Fire Brick #A51C14
Tints of Fire Brick #A51C14
RGB
CMYK
RGB Variations
Color information
#A51C14 (or 0xA51C14) is known color: Fire Brick. HEX triplet: A5, 1C and 14. RGB value is (165,28,20). Sum of RGB (Red+Green+Blue) = 165+28+20=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51C14 is #5AE3EB. Grayscale: #444444. Windows color (decimal): -5956588 or 1318053. OLE color: 1318053.
HSL color Cylindrical-coordinate representation of color #A51C14: hue angle of 3.31º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51C14 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 28 | 20 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.35 |
| HSL | 3.31º | 0.78% | 0.36% | - |
| HSV(B) | 3.31º | 0.88% | 0.65% | - |
| XYZ | 16.06 | 8.88 | 1.53 | - |
| YUV | 68.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 20 | 0 | 0.83 | 0.88 | 0.35 | 3.31 | 0.78 | 0.36 |
| Hex | A5 | 1C | 14 | 0 | 53 | 58 | 23 | 3 | 4E | 24 |
| Octal | 245 | 34 | 24 | 0 | 123 | 130 | 43 | 3 | 116 | 44 |
| Binary | 10100101 | 11100 | 10100 | 0 | 1010011 | 1011000 | 100011 | 11 | 1001110 | 100100 |
Color Harmonies of #A51C14
Complementary color
Monochromatic Colors of #A51C14
Black with #A51C14
Text Example
Text Example
White with #A51C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51C14; }
p { color: rgb(165,28,20); }
H1.HeaderClassName
{
color: #A51C14;
}
.AnyTagClassName
{
color: #A51C14;
}
</style>
background-color css
<style>
a { background-color: #A51C14; }
a { background-color: rgb(165,28,20); }
div.DivClassName
{
background-color: #A51C14;
}
.BgClassName
{
background-color: #A51C14;
}
</style>
border-color css
<style>
span { border-color: #A51C14; }
span { border-color: rgb(165,28,20); }
td.TdClassName
{
border-color: #A51C14;
}
.TagClassName
{
border-color: #A51C14;
}
</style>