Shades of Fire Brick #A41A14
Tints of Fire Brick #A41A14
RGB
CMYK
RGB Variations
Color information
#A41A14 (or 0xA41A14) is known color: Fire Brick. HEX triplet: A4, 1A and 14. RGB value is (164,26,20). Sum of RGB (Red+Green+Blue) = 164+26+20=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A14 is #5BE5EB. Grayscale: #424242. Windows color (decimal): -6022636 or 1317540. OLE color: 1317540.
HSL color Cylindrical-coordinate representation of color #A41A14: hue angle of 2.5º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41A14 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 20 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.36 |
| HSL | 2.5º | 0.78% | 0.36% | - |
| HSV(B) | 2.5º | 0.88% | 0.64% | - |
| XYZ | 15.81 | 8.68 | 1.5 | - |
| YUV | 66.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 20 | 0 | 0.84 | 0.88 | 0.36 | 2.5 | 0.78 | 0.36 |
| Hex | A4 | 1A | 14 | 0 | 54 | 58 | 24 | 2 | 4E | 24 |
| Octal | 244 | 32 | 24 | 0 | 124 | 130 | 44 | 2 | 116 | 44 |
| Binary | 10100100 | 11010 | 10100 | 0 | 1010100 | 1011000 | 100100 | 10 | 1001110 | 100100 |
Color Harmonies of #A41A14
Complementary color
Monochromatic Colors of #A41A14
Black with #A41A14
Text Example
Text Example
White with #A41A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A14; }
p { color: rgb(164,26,20); }
H1.HeaderClassName
{
color: #A41A14;
}
.AnyTagClassName
{
color: #A41A14;
}
</style>
background-color css
<style>
a { background-color: #A41A14; }
a { background-color: rgb(164,26,20); }
div.DivClassName
{
background-color: #A41A14;
}
.BgClassName
{
background-color: #A41A14;
}
</style>
border-color css
<style>
span { border-color: #A41A14; }
span { border-color: rgb(164,26,20); }
td.TdClassName
{
border-color: #A41A14;
}
.TagClassName
{
border-color: #A41A14;
}
</style>