Shades of Fire Brick #A31E0D
Tints of Fire Brick #A31E0D
RGB
CMYK
RGB Variations
Color information
#A31E0D (or 0xA31E0D) is known color: Fire Brick. HEX triplet: A3, 1E and 0D. RGB value is (163,30,13). Sum of RGB (Red+Green+Blue) = 163+30+13=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E0D is #5CE1F2. Grayscale: #444444. Windows color (decimal): -6087155 or 859811. OLE color: 859811.
HSL color Cylindrical-coordinate representation of color #A31E0D: hue angle of 6.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A31E0D is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 13 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.36 |
| HSL | 6.8º | 0.85% | 0.35% | - |
| HSV(B) | 6.8º | 0.92% | 0.64% | - |
| XYZ | 15.64 | 8.74 | 1.24 | - |
| YUV | 67.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 13 | 0 | 0.82 | 0.92 | 0.36 | 6.8 | 0.85 | 0.35 |
| Hex | A3 | 1E | D | 0 | 52 | 5C | 24 | 7 | 55 | 23 |
| Octal | 243 | 36 | 15 | 0 | 122 | 134 | 44 | 7 | 125 | 43 |
| Binary | 10100011 | 11110 | 1101 | 0 | 1010010 | 1011100 | 100100 | 111 | 1010101 | 100011 |
Color Harmonies of #A31E0D
Complementary color
Monochromatic Colors of #A31E0D
Black with #A31E0D
Text Example
Text Example
White with #A31E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E0D; }
p { color: rgb(163,30,13); }
H1.HeaderClassName
{
color: #A31E0D;
}
.AnyTagClassName
{
color: #A31E0D;
}
</style>
background-color css
<style>
a { background-color: #A31E0D; }
a { background-color: rgb(163,30,13); }
div.DivClassName
{
background-color: #A31E0D;
}
.BgClassName
{
background-color: #A31E0D;
}
</style>
border-color css
<style>
span { border-color: #A31E0D; }
span { border-color: rgb(163,30,13); }
td.TdClassName
{
border-color: #A31E0D;
}
.TagClassName
{
border-color: #A31E0D;
}
</style>