Shades of Fire Brick #A3280A
Tints of Fire Brick #A3280A
RGB
CMYK
RGB Variations
Color information
#A3280A (or 0xA3280A) is known color: Fire Brick. HEX triplet: A3, 28 and 0A. RGB value is (163,40,10). Sum of RGB (Red+Green+Blue) = 163+40+10=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A3280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3280A is #5CD7F5. Grayscale: #494949. Windows color (decimal): -6084598 or 665763. OLE color: 665763.
HSL color Cylindrical-coordinate representation of color #A3280A: hue angle of 11.76º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3280A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 10 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.36 |
| HSL | 11.76º | 0.88% | 0.34% | - |
| HSV(B) | 11.76º | 0.94% | 0.64% | - |
| XYZ | 15.92 | 9.33 | 1.25 | - |
| YUV | 73.36 | 92.25 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 10 | 0 | 0.75 | 0.94 | 0.36 | 11.76 | 0.88 | 0.34 |
| Hex | A3 | 28 | A | 0 | 4B | 5E | 24 | C | 58 | 22 |
| Octal | 243 | 50 | 12 | 0 | 113 | 136 | 44 | 14 | 130 | 42 |
| Binary | 10100011 | 101000 | 1010 | 0 | 1001011 | 1011110 | 100100 | 1100 | 1011000 | 100010 |
Color Harmonies of #A3280A
Complementary color
Monochromatic Colors of #A3280A
Black with #A3280A
Text Example
Text Example
White with #A3280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3280A; }
p { color: rgb(163,40,10); }
H1.HeaderClassName
{
color: #A3280A;
}
.AnyTagClassName
{
color: #A3280A;
}
</style>
background-color css
<style>
a { background-color: #A3280A; }
a { background-color: rgb(163,40,10); }
div.DivClassName
{
background-color: #A3280A;
}
.BgClassName
{
background-color: #A3280A;
}
</style>
border-color css
<style>
span { border-color: #A3280A; }
span { border-color: rgb(163,40,10); }
td.TdClassName
{
border-color: #A3280A;
}
.TagClassName
{
border-color: #A3280A;
}
</style>