Shades of Fire Brick #A3100E
Tints of Fire Brick #A3100E
RGB
CMYK
RGB Variations
Color information
#A3100E (or 0xA3100E) is known color: Fire Brick. HEX triplet: A3, 10 and 0E. RGB value is (163,16,14). Sum of RGB (Red+Green+Blue) = 163+16+14=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A3100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3100E is #5CEFF1. Grayscale: #3B3B3B. Windows color (decimal): -6090738 or 921763. OLE color: 921763.
HSL color Cylindrical-coordinate representation of color #A3100E: hue angle of 0.81º 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 #A3100E is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 14 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.36 |
| HSL | 0.81º | 0.84% | 0.35% | - |
| HSV(B) | 0.81º | 0.91% | 0.64% | - |
| XYZ | 15.37 | 8.19 | 1.19 | - |
| YUV | 59.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 14 | 0 | 0.90 | 0.91 | 0.36 | 0.81 | 0.84 | 0.35 |
| Hex | A3 | 10 | E | 0 | 5A | 5B | 24 | 1 | 54 | 23 |
| Octal | 243 | 20 | 16 | 0 | 132 | 133 | 44 | 1 | 124 | 43 |
| Binary | 10100011 | 10000 | 1110 | 0 | 1011010 | 1011011 | 100100 | 1 | 1010100 | 100011 |
Color Harmonies of #A3100E
Complementary color
Monochromatic Colors of #A3100E
Black with #A3100E
Text Example
Text Example
White with #A3100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3100E; }
p { color: rgb(163,16,14); }
H1.HeaderClassName
{
color: #A3100E;
}
.AnyTagClassName
{
color: #A3100E;
}
</style>
background-color css
<style>
a { background-color: #A3100E; }
a { background-color: rgb(163,16,14); }
div.DivClassName
{
background-color: #A3100E;
}
.BgClassName
{
background-color: #A3100E;
}
</style>
border-color css
<style>
span { border-color: #A3100E; }
span { border-color: rgb(163,16,14); }
td.TdClassName
{
border-color: #A3100E;
}
.TagClassName
{
border-color: #A3100E;
}
</style>