Shades of Fire Brick #A31111
Tints of Fire Brick #A31111
RGB
CMYK
RGB Variations
Color information
#A31111 (or 0xA31111) is known color: Fire Brick. HEX triplet: A3, 11 and 11. RGB value is (163,17,17). Sum of RGB (Red+Green+Blue) = 163+17+17=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A31111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31111 is #5CEEEE. Grayscale: #3C3C3C. Windows color (decimal): -6090479 or 1118627. OLE color: 1118627.
HSL color Cylindrical-coordinate representation of color #A31111: hue angle of 0º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31111 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 17 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.36 |
| HSL | 0º | 0.81% | 0.35% | - |
| HSV(B) | 0º | 0.9% | 0.64% | - |
| XYZ | 15.41 | 8.23 | 1.31 | - |
| YUV | 60.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 17 | 0 | 0.90 | 0.90 | 0.36 | 0 | 0.81 | 0.35 |
| Hex | A3 | 11 | 11 | 0 | 5A | 5A | 24 | 0 | 51 | 23 |
| Octal | 243 | 21 | 21 | 0 | 132 | 132 | 44 | 0 | 121 | 43 |
| Binary | 10100011 | 10001 | 10001 | 0 | 1011010 | 1011010 | 100100 | 0 | 1010001 | 100011 |
Color Harmonies of #A31111
Complementary color
Monochromatic Colors of #A31111
Black with #A31111
Text Example
Text Example
White with #A31111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31111; }
p { color: rgb(163,17,17); }
H1.HeaderClassName
{
color: #A31111;
}
.AnyTagClassName
{
color: #A31111;
}
</style>
background-color css
<style>
a { background-color: #A31111; }
a { background-color: rgb(163,17,17); }
div.DivClassName
{
background-color: #A31111;
}
.BgClassName
{
background-color: #A31111;
}
</style>
border-color css
<style>
span { border-color: #A31111; }
span { border-color: rgb(163,17,17); }
td.TdClassName
{
border-color: #A31111;
}
.TagClassName
{
border-color: #A31111;
}
</style>