Shades of Fire Brick #A3201E
Tints of Fire Brick #A3201E
RGB
CMYK
RGB Variations
Color information
#A3201E (or 0xA3201E) is known color: Fire Brick. HEX triplet: A3, 20 and 1E. RGB value is (163,32,30). Sum of RGB (Red+Green+Blue) = 163+32+30=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3201E is #5CDFE1. Grayscale: #474747. Windows color (decimal): -6086626 or 1974435. OLE color: 1974435.
HSL color Cylindrical-coordinate representation of color #A3201E: hue angle of 0.9º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3201E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 30 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.36 |
| HSL | 0.9º | 0.69% | 0.38% | - |
| HSV(B) | 0.9º | 0.82% | 0.64% | - |
| XYZ | 15.86 | 8.91 | 2.11 | - |
| YUV | 70.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 30 | 0 | 0.80 | 0.82 | 0.36 | 0.9 | 0.69 | 0.38 |
| Hex | A3 | 20 | 1E | 0 | 50 | 52 | 24 | 1 | 45 | 26 |
| Octal | 243 | 40 | 36 | 0 | 120 | 122 | 44 | 1 | 105 | 46 |
| Binary | 10100011 | 100000 | 11110 | 0 | 1010000 | 1010010 | 100100 | 1 | 1000101 | 100110 |
Color Harmonies of #A3201E
Complementary color
Monochromatic Colors of #A3201E
Black with #A3201E
Text Example
Text Example
White with #A3201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3201E; }
p { color: rgb(163,32,30); }
H1.HeaderClassName
{
color: #A3201E;
}
.AnyTagClassName
{
color: #A3201E;
}
</style>
background-color css
<style>
a { background-color: #A3201E; }
a { background-color: rgb(163,32,30); }
div.DivClassName
{
background-color: #A3201E;
}
.BgClassName
{
background-color: #A3201E;
}
</style>
border-color css
<style>
span { border-color: #A3201E; }
span { border-color: rgb(163,32,30); }
td.TdClassName
{
border-color: #A3201E;
}
.TagClassName
{
border-color: #A3201E;
}
</style>