Shades of Fire Brick #A41312
Tints of Fire Brick #A41312
RGB
CMYK
RGB Variations
Color information
#A41312 (or 0xA41312) is known color: Fire Brick. HEX triplet: A4, 13 and 12. RGB value is (164,19,18). Sum of RGB (Red+Green+Blue) = 164+19+18=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A41312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41312 is #5BECED. Grayscale: #3E3E3E. Windows color (decimal): -6024430 or 1184676. OLE color: 1184676.
HSL color Cylindrical-coordinate representation of color #A41312: hue angle of 0.41º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41312 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 18 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.36 |
| HSL | 0.41º | 0.8% | 0.36% | - |
| HSV(B) | 0.41º | 0.89% | 0.64% | - |
| XYZ | 15.65 | 8.4 | 1.37 | - |
| YUV | 62.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 18 | 0 | 0.88 | 0.89 | 0.36 | 0.41 | 0.8 | 0.36 |
| Hex | A4 | 13 | 12 | 0 | 58 | 59 | 24 | 0 | 50 | 24 |
| Octal | 244 | 23 | 22 | 0 | 130 | 131 | 44 | 0 | 120 | 44 |
| Binary | 10100100 | 10011 | 10010 | 0 | 1011000 | 1011001 | 100100 | 0 | 1010000 | 100100 |
Color Harmonies of #A41312
Complementary color
Monochromatic Colors of #A41312
Black with #A41312
Text Example
Text Example
White with #A41312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41312; }
p { color: rgb(164,19,18); }
H1.HeaderClassName
{
color: #A41312;
}
.AnyTagClassName
{
color: #A41312;
}
</style>
background-color css
<style>
a { background-color: #A41312; }
a { background-color: rgb(164,19,18); }
div.DivClassName
{
background-color: #A41312;
}
.BgClassName
{
background-color: #A41312;
}
</style>
border-color css
<style>
span { border-color: #A41312; }
span { border-color: rgb(164,19,18); }
td.TdClassName
{
border-color: #A41312;
}
.TagClassName
{
border-color: #A41312;
}
</style>