Shades of Fire Brick #A31D07
Tints of Fire Brick #A31D07
RGB
CMYK
RGB Variations
Color information
#A31D07 (or 0xA31D07) is known color: Fire Brick. HEX triplet: A3, 1D and 07. RGB value is (163,29,7). Sum of RGB (Red+Green+Blue) = 163+29+7=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D07 is #5CE2F8. Grayscale: #424242. Windows color (decimal): -6087417 or 466339. OLE color: 466339.
HSL color Cylindrical-coordinate representation of color #A31D07: hue angle of 8.46º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A31D07 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 7 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.36 |
| HSL | 8.46º | 0.92% | 0.33% | - |
| HSV(B) | 8.46º | 0.96% | 0.64% | - |
| XYZ | 15.58 | 8.68 | 1.06 | - |
| YUV | 66.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 7 | 0 | 0.82 | 0.96 | 0.36 | 8.46 | 0.92 | 0.33 |
| Hex | A3 | 1D | 7 | 0 | 52 | 60 | 24 | 8 | 5C | 21 |
| Octal | 243 | 35 | 7 | 0 | 122 | 140 | 44 | 10 | 134 | 41 |
| Binary | 10100011 | 11101 | 111 | 0 | 1010010 | 1100000 | 100100 | 1000 | 1011100 | 100001 |
Color Harmonies of #A31D07
Complementary color
Monochromatic Colors of #A31D07
Black with #A31D07
Text Example
Text Example
White with #A31D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D07; }
p { color: rgb(163,29,7); }
H1.HeaderClassName
{
color: #A31D07;
}
.AnyTagClassName
{
color: #A31D07;
}
</style>
background-color css
<style>
a { background-color: #A31D07; }
a { background-color: rgb(163,29,7); }
div.DivClassName
{
background-color: #A31D07;
}
.BgClassName
{
background-color: #A31D07;
}
</style>
border-color css
<style>
span { border-color: #A31D07; }
span { border-color: rgb(163,29,7); }
td.TdClassName
{
border-color: #A31D07;
}
.TagClassName
{
border-color: #A31D07;
}
</style>