Shades of Fire Brick #A3280D
Tints of Fire Brick #A3280D
RGB
CMYK
RGB Variations
Color information
#A3280D (or 0xA3280D) is known color: Fire Brick. HEX triplet: A3, 28 and 0D. RGB value is (163,40,13). Sum of RGB (Red+Green+Blue) = 163+40+13=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A3280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3280D is #5CD7F2. Grayscale: #494949. Windows color (decimal): -6084595 or 862371. OLE color: 862371.
HSL color Cylindrical-coordinate representation of color #A3280D: hue angle of 10.8º 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 #A3280D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 13 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.36 |
| HSL | 10.8º | 0.85% | 0.35% | - |
| HSV(B) | 10.8º | 0.92% | 0.64% | - |
| XYZ | 15.94 | 9.33 | 1.34 | - |
| YUV | 73.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 13 | 0 | 0.75 | 0.92 | 0.36 | 10.8 | 0.85 | 0.35 |
| Hex | A3 | 28 | D | 0 | 4B | 5C | 24 | B | 55 | 23 |
| Octal | 243 | 50 | 15 | 0 | 113 | 134 | 44 | 13 | 125 | 43 |
| Binary | 10100011 | 101000 | 1101 | 0 | 1001011 | 1011100 | 100100 | 1011 | 1010101 | 100011 |
Color Harmonies of #A3280D
Complementary color
Monochromatic Colors of #A3280D
Black with #A3280D
Text Example
Text Example
White with #A3280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3280D; }
p { color: rgb(163,40,13); }
H1.HeaderClassName
{
color: #A3280D;
}
.AnyTagClassName
{
color: #A3280D;
}
</style>
background-color css
<style>
a { background-color: #A3280D; }
a { background-color: rgb(163,40,13); }
div.DivClassName
{
background-color: #A3280D;
}
.BgClassName
{
background-color: #A3280D;
}
</style>
border-color css
<style>
span { border-color: #A3280D; }
span { border-color: rgb(163,40,13); }
td.TdClassName
{
border-color: #A3280D;
}
.TagClassName
{
border-color: #A3280D;
}
</style>