Shades of Fire Brick #A31812
Tints of Fire Brick #A31812
RGB
CMYK
RGB Variations
Color information
#A31812 (or 0xA31812) is known color: Fire Brick. HEX triplet: A3, 18 and 12. RGB value is (163,24,18). Sum of RGB (Red+Green+Blue) = 163+24+18=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A31812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31812 is #5CE7ED. Grayscale: #414141. Windows color (decimal): -6088686 or 1185955. OLE color: 1185955.
HSL color Cylindrical-coordinate representation of color #A31812: hue angle of 2.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31812 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 18 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.36 |
| HSL | 2.48º | 0.8% | 0.35% | - |
| HSV(B) | 2.48º | 0.89% | 0.64% | - |
| XYZ | 15.54 | 8.48 | 1.39 | - |
| YUV | 64.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 18 | 0 | 0.85 | 0.89 | 0.36 | 2.48 | 0.8 | 0.35 |
| Hex | A3 | 18 | 12 | 0 | 55 | 59 | 24 | 2 | 50 | 23 |
| Octal | 243 | 30 | 22 | 0 | 125 | 131 | 44 | 2 | 120 | 43 |
| Binary | 10100011 | 11000 | 10010 | 0 | 1010101 | 1011001 | 100100 | 10 | 1010000 | 100011 |
Color Harmonies of #A31812
Complementary color
Monochromatic Colors of #A31812
Black with #A31812
Text Example
Text Example
White with #A31812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31812; }
p { color: rgb(163,24,18); }
H1.HeaderClassName
{
color: #A31812;
}
.AnyTagClassName
{
color: #A31812;
}
</style>
background-color css
<style>
a { background-color: #A31812; }
a { background-color: rgb(163,24,18); }
div.DivClassName
{
background-color: #A31812;
}
.BgClassName
{
background-color: #A31812;
}
</style>
border-color css
<style>
span { border-color: #A31812; }
span { border-color: rgb(163,24,18); }
td.TdClassName
{
border-color: #A31812;
}
.TagClassName
{
border-color: #A31812;
}
</style>