Shades of Fire Brick #A31D0E
Tints of Fire Brick #A31D0E
RGB
CMYK
RGB Variations
Color information
#A31D0E (or 0xA31D0E) is known color: Fire Brick. HEX triplet: A3, 1D and 0E. RGB value is (163,29,14). Sum of RGB (Red+Green+Blue) = 163+29+14=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D0E is #5CE2F1. Grayscale: #434343. Windows color (decimal): -6087410 or 925091. OLE color: 925091.
HSL color Cylindrical-coordinate representation of color #A31D0E: hue angle of 6.04º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A31D0E is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 14 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.36 |
| HSL | 6.04º | 0.84% | 0.35% | - |
| HSV(B) | 6.04º | 0.91% | 0.64% | - |
| XYZ | 15.62 | 8.7 | 1.27 | - |
| YUV | 67.36 | 97.89 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 14 | 0 | 0.82 | 0.91 | 0.36 | 6.04 | 0.84 | 0.35 |
| Hex | A3 | 1D | E | 0 | 52 | 5B | 24 | 6 | 54 | 23 |
| Octal | 243 | 35 | 16 | 0 | 122 | 133 | 44 | 6 | 124 | 43 |
| Binary | 10100011 | 11101 | 1110 | 0 | 1010010 | 1011011 | 100100 | 110 | 1010100 | 100011 |
Color Harmonies of #A31D0E
Complementary color
Monochromatic Colors of #A31D0E
Black with #A31D0E
Text Example
Text Example
White with #A31D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D0E; }
p { color: rgb(163,29,14); }
H1.HeaderClassName
{
color: #A31D0E;
}
.AnyTagClassName
{
color: #A31D0E;
}
</style>
background-color css
<style>
a { background-color: #A31D0E; }
a { background-color: rgb(163,29,14); }
div.DivClassName
{
background-color: #A31D0E;
}
.BgClassName
{
background-color: #A31D0E;
}
</style>
border-color css
<style>
span { border-color: #A31D0E; }
span { border-color: rgb(163,29,14); }
td.TdClassName
{
border-color: #A31D0E;
}
.TagClassName
{
border-color: #A31D0E;
}
</style>