Shades of Fire Brick #A32101
Tints of Fire Brick #A32101
RGB
CMYK
RGB Variations
Color information
#A32101 (or 0xA32101) is known color: Fire Brick. HEX triplet: A3, 21 and 01. RGB value is (163,33,1). Sum of RGB (Red+Green+Blue) = 163+33+1=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A32101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32101 is #5CDEFE. Grayscale: #444444. Windows color (decimal): -6086399 or 74147. OLE color: 74147.
HSL color Cylindrical-coordinate representation of color #A32101: hue angle of 11.85º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A32101 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.36 |
| HSL | 11.85º | 0.99% | 0.32% | - |
| HSV(B) | 11.85º | 0.99% | 0.64% | - |
| XYZ | 15.65 | 8.88 | 0.92 | - |
| YUV | 68.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 1 | 0 | 0.80 | 0.99 | 0.36 | 11.85 | 0.99 | 0.32 |
| Hex | A3 | 21 | 1 | 0 | 50 | 63 | 24 | C | 63 | 20 |
| Octal | 243 | 41 | 1 | 0 | 120 | 143 | 44 | 14 | 143 | 40 |
| Binary | 10100011 | 100001 | 1 | 0 | 1010000 | 1100011 | 100100 | 1100 | 1100011 | 100000 |
Color Harmonies of #A32101
Complementary color
Monochromatic Colors of #A32101
Black with #A32101
Text Example
Text Example
White with #A32101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32101; }
p { color: rgb(163,33,1); }
H1.HeaderClassName
{
color: #A32101;
}
.AnyTagClassName
{
color: #A32101;
}
</style>
background-color css
<style>
a { background-color: #A32101; }
a { background-color: rgb(163,33,1); }
div.DivClassName
{
background-color: #A32101;
}
.BgClassName
{
background-color: #A32101;
}
</style>
border-color css
<style>
span { border-color: #A32101; }
span { border-color: rgb(163,33,1); }
td.TdClassName
{
border-color: #A32101;
}
.TagClassName
{
border-color: #A32101;
}
</style>