Shades of Fire Brick #A32A11
Tints of Fire Brick #A32A11
RGB
CMYK
RGB Variations
Color information
#A32A11 (or 0xA32A11) is known color: Fire Brick. HEX triplet: A3, 2A and 11. RGB value is (163,42,17). Sum of RGB (Red+Green+Blue) = 163+42+17=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32A11 is #5CD5EE. Grayscale: #4B4B4B. Windows color (decimal): -6084079 or 1125027. OLE color: 1125027.
HSL color Cylindrical-coordinate representation of color #A32A11: hue angle of 10.27º degrees, saturation: 0.81, 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 #A32A11 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 17 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.36 |
| HSL | 10.27º | 0.81% | 0.35% | - |
| HSV(B) | 10.27º | 0.9% | 0.64% | - |
| XYZ | 16.03 | 9.48 | 1.52 | - |
| YUV | 75.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 17 | 0 | 0.74 | 0.90 | 0.36 | 10.27 | 0.81 | 0.35 |
| Hex | A3 | 2A | 11 | 0 | 4A | 5A | 24 | A | 51 | 23 |
| Octal | 243 | 52 | 21 | 0 | 112 | 132 | 44 | 12 | 121 | 43 |
| Binary | 10100011 | 101010 | 10001 | 0 | 1001010 | 1011010 | 100100 | 1010 | 1010001 | 100011 |
Color Harmonies of #A32A11
Complementary color
Monochromatic Colors of #A32A11
Black with #A32A11
Text Example
Text Example
White with #A32A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A11; }
p { color: rgb(163,42,17); }
H1.HeaderClassName
{
color: #A32A11;
}
.AnyTagClassName
{
color: #A32A11;
}
</style>
background-color css
<style>
a { background-color: #A32A11; }
a { background-color: rgb(163,42,17); }
div.DivClassName
{
background-color: #A32A11;
}
.BgClassName
{
background-color: #A32A11;
}
</style>
border-color css
<style>
span { border-color: #A32A11; }
span { border-color: rgb(163,42,17); }
td.TdClassName
{
border-color: #A32A11;
}
.TagClassName
{
border-color: #A32A11;
}
</style>