Shades of Fire Brick #A32003
Tints of Fire Brick #A32003
RGB
CMYK
RGB Variations
Color information
#A32003 (or 0xA32003) is known color: Fire Brick. HEX triplet: A3, 20 and 03. RGB value is (163,32,3). Sum of RGB (Red+Green+Blue) = 163+32+3=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A32003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32003 is #5CDFFC. Grayscale: #444444. Windows color (decimal): -6086653 or 204963. OLE color: 204963.
HSL color Cylindrical-coordinate representation of color #A32003: hue angle of 10.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A32003 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.36 |
| HSL | 10.88º | 0.96% | 0.33% | - |
| HSV(B) | 10.88º | 0.98% | 0.64% | - |
| XYZ | 15.64 | 8.83 | 0.97 | - |
| YUV | 67.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 3 | 0 | 0.80 | 0.98 | 0.36 | 10.88 | 0.96 | 0.33 |
| Hex | A3 | 20 | 3 | 0 | 50 | 62 | 24 | B | 60 | 21 |
| Octal | 243 | 40 | 3 | 0 | 120 | 142 | 44 | 13 | 140 | 41 |
| Binary | 10100011 | 100000 | 11 | 0 | 1010000 | 1100010 | 100100 | 1011 | 1100000 | 100001 |
Color Harmonies of #A32003
Complementary color
Monochromatic Colors of #A32003
Black with #A32003
Text Example
Text Example
White with #A32003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32003; }
p { color: rgb(163,32,3); }
H1.HeaderClassName
{
color: #A32003;
}
.AnyTagClassName
{
color: #A32003;
}
</style>
background-color css
<style>
a { background-color: #A32003; }
a { background-color: rgb(163,32,3); }
div.DivClassName
{
background-color: #A32003;
}
.BgClassName
{
background-color: #A32003;
}
</style>
border-color css
<style>
span { border-color: #A32003; }
span { border-color: rgb(163,32,3); }
td.TdClassName
{
border-color: #A32003;
}
.TagClassName
{
border-color: #A32003;
}
</style>