Shades of Fire Brick #A32010
Tints of Fire Brick #A32010
RGB
CMYK
RGB Variations
Color information
#A32010 (or 0xA32010) is known color: Fire Brick. HEX triplet: A3, 20 and 10. RGB value is (163,32,16). Sum of RGB (Red+Green+Blue) = 163+32+16=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A32010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32010 is #5CDFEF. Grayscale: #454545. Windows color (decimal): -6086640 or 1056931. OLE color: 1056931.
HSL color Cylindrical-coordinate representation of color #A32010: hue angle of 6.53º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A32010 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 16 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.36 |
| HSL | 6.53º | 0.82% | 0.35% | - |
| HSV(B) | 6.53º | 0.9% | 0.64% | - |
| XYZ | 15.71 | 8.86 | 1.37 | - |
| YUV | 69.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 16 | 0 | 0.80 | 0.90 | 0.36 | 6.53 | 0.82 | 0.35 |
| Hex | A3 | 20 | 10 | 0 | 50 | 5A | 24 | 7 | 52 | 23 |
| Octal | 243 | 40 | 20 | 0 | 120 | 132 | 44 | 7 | 122 | 43 |
| Binary | 10100011 | 100000 | 10000 | 0 | 1010000 | 1011010 | 100100 | 111 | 1010010 | 100011 |
Color Harmonies of #A32010
Complementary color
Monochromatic Colors of #A32010
Black with #A32010
Text Example
Text Example
White with #A32010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32010; }
p { color: rgb(163,32,16); }
H1.HeaderClassName
{
color: #A32010;
}
.AnyTagClassName
{
color: #A32010;
}
</style>
background-color css
<style>
a { background-color: #A32010; }
a { background-color: rgb(163,32,16); }
div.DivClassName
{
background-color: #A32010;
}
.BgClassName
{
background-color: #A32010;
}
</style>
border-color css
<style>
span { border-color: #A32010; }
span { border-color: rgb(163,32,16); }
td.TdClassName
{
border-color: #A32010;
}
.TagClassName
{
border-color: #A32010;
}
</style>