Shades of Fire Brick #A51412
Tints of Fire Brick #A51412
RGB
CMYK
RGB Variations
Color information
#A51412 (or 0xA51412) is known color: Fire Brick. HEX triplet: A5, 14 and 12. RGB value is (165,20,18). Sum of RGB (Red+Green+Blue) = 165+20+18=203 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.28% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 165 - color contains mainly: red. Hex color #A51412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51412 is #5AEBED. Grayscale: #3F3F3F. Windows color (decimal): -5958638 or 1184933. OLE color: 1184933.
HSL color Cylindrical-coordinate representation of color #A51412: hue angle of 0.82º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51412 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 18 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.35 |
| HSL | 0.82º | 0.8% | 0.36% | - |
| HSV(B) | 0.82º | 0.89% | 0.65% | - |
| XYZ | 15.88 | 8.54 | 1.38 | - |
| YUV | 63.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 18 | 0 | 0.88 | 0.89 | 0.35 | 0.82 | 0.8 | 0.36 |
| Hex | A5 | 14 | 12 | 0 | 58 | 59 | 23 | 1 | 50 | 24 |
| Octal | 245 | 24 | 22 | 0 | 130 | 131 | 43 | 1 | 120 | 44 |
| Binary | 10100101 | 10100 | 10010 | 0 | 1011000 | 1011001 | 100011 | 1 | 1010000 | 100100 |
Color Harmonies of #A51412
Complementary color
Monochromatic Colors of #A51412
Black with #A51412
Text Example
Text Example
White with #A51412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51412; }
p { color: rgb(165,20,18); }
H1.HeaderClassName
{
color: #A51412;
}
.AnyTagClassName
{
color: #A51412;
}
</style>
background-color css
<style>
a { background-color: #A51412; }
a { background-color: rgb(165,20,18); }
div.DivClassName
{
background-color: #A51412;
}
.BgClassName
{
background-color: #A51412;
}
</style>
border-color css
<style>
span { border-color: #A51412; }
span { border-color: rgb(165,20,18); }
td.TdClassName
{
border-color: #A51412;
}
.TagClassName
{
border-color: #A51412;
}
</style>