Shades of Fire Brick #A3150E
Tints of Fire Brick #A3150E
RGB
CMYK
RGB Variations
Color information
#A3150E (or 0xA3150E) is known color: Fire Brick. HEX triplet: A3, 15 and 0E. RGB value is (163,21,14). Sum of RGB (Red+Green+Blue) = 163+21+14=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A3150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3150E is #5CEAF1. Grayscale: #3E3E3E. Windows color (decimal): -6089458 or 923043. OLE color: 923043.
HSL color Cylindrical-coordinate representation of color #A3150E: hue angle of 2.82º 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 #A3150E is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 21 | 14 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.36 |
| HSL | 2.82º | 0.84% | 0.35% | - |
| HSV(B) | 2.82º | 0.91% | 0.64% | - |
| XYZ | 15.45 | 8.35 | 1.21 | - |
| YUV | 62.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 14 | 0 | 0.87 | 0.91 | 0.36 | 2.82 | 0.84 | 0.35 |
| Hex | A3 | 15 | E | 0 | 57 | 5B | 24 | 3 | 54 | 23 |
| Octal | 243 | 25 | 16 | 0 | 127 | 133 | 44 | 3 | 124 | 43 |
| Binary | 10100011 | 10101 | 1110 | 0 | 1010111 | 1011011 | 100100 | 11 | 1010100 | 100011 |
Color Harmonies of #A3150E
Complementary color
Monochromatic Colors of #A3150E
Black with #A3150E
Text Example
Text Example
White with #A3150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3150E; }
p { color: rgb(163,21,14); }
H1.HeaderClassName
{
color: #A3150E;
}
.AnyTagClassName
{
color: #A3150E;
}
</style>
background-color css
<style>
a { background-color: #A3150E; }
a { background-color: rgb(163,21,14); }
div.DivClassName
{
background-color: #A3150E;
}
.BgClassName
{
background-color: #A3150E;
}
</style>
border-color css
<style>
span { border-color: #A3150E; }
span { border-color: rgb(163,21,14); }
td.TdClassName
{
border-color: #A3150E;
}
.TagClassName
{
border-color: #A3150E;
}
</style>