Shades of Fire Brick #A31C0D
Tints of Fire Brick #A31C0D
RGB
CMYK
RGB Variations
Color information
#A31C0D (or 0xA31C0D) is known color: Fire Brick. HEX triplet: A3, 1C and 0D. RGB value is (163,28,13). Sum of RGB (Red+Green+Blue) = 163+28+13=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31C0D is #5CE3F2. Grayscale: #424242. Windows color (decimal): -6087667 or 859299. OLE color: 859299.
HSL color Cylindrical-coordinate representation of color #A31C0D: hue angle of 6º 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 #A31C0D is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 28 | 13 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.36 |
| HSL | 6º | 0.85% | 0.35% | - |
| HSV(B) | 6º | 0.92% | 0.64% | - |
| XYZ | 15.59 | 8.65 | 1.23 | - |
| YUV | 66.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 13 | 0 | 0.83 | 0.92 | 0.36 | 6 | 0.85 | 0.35 |
| Hex | A3 | 1C | D | 0 | 53 | 5C | 24 | 6 | 55 | 23 |
| Octal | 243 | 34 | 15 | 0 | 123 | 134 | 44 | 6 | 125 | 43 |
| Binary | 10100011 | 11100 | 1101 | 0 | 1010011 | 1011100 | 100100 | 110 | 1010101 | 100011 |
Color Harmonies of #A31C0D
Complementary color
Monochromatic Colors of #A31C0D
Black with #A31C0D
Text Example
Text Example
White with #A31C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31C0D; }
p { color: rgb(163,28,13); }
H1.HeaderClassName
{
color: #A31C0D;
}
.AnyTagClassName
{
color: #A31C0D;
}
</style>
background-color css
<style>
a { background-color: #A31C0D; }
a { background-color: rgb(163,28,13); }
div.DivClassName
{
background-color: #A31C0D;
}
.BgClassName
{
background-color: #A31C0D;
}
</style>
border-color css
<style>
span { border-color: #A31C0D; }
span { border-color: rgb(163,28,13); }
td.TdClassName
{
border-color: #A31C0D;
}
.TagClassName
{
border-color: #A31C0D;
}
</style>