Shades of Fire Brick #A32A0D
Tints of Fire Brick #A32A0D
RGB
CMYK
RGB Variations
Color information
#A32A0D (or 0xA32A0D) is known color: Fire Brick. HEX triplet: A3, 2A and 0D. RGB value is (163,42,13). Sum of RGB (Red+Green+Blue) = 163+42+13=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32A0D is #5CD5F2. Grayscale: #4B4B4B. Windows color (decimal): -6084083 or 862883. OLE color: 862883.
HSL color Cylindrical-coordinate representation of color #A32A0D: hue angle of 11.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A32A0D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.36 |
| HSL | 11.6º | 0.85% | 0.35% | - |
| HSV(B) | 11.6º | 0.92% | 0.64% | - |
| XYZ | 16 | 9.47 | 1.37 | - |
| YUV | 74.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 13 | 0 | 0.74 | 0.92 | 0.36 | 11.6 | 0.85 | 0.35 |
| Hex | A3 | 2A | D | 0 | 4A | 5C | 24 | C | 55 | 23 |
| Octal | 243 | 52 | 15 | 0 | 112 | 134 | 44 | 14 | 125 | 43 |
| Binary | 10100011 | 101010 | 1101 | 0 | 1001010 | 1011100 | 100100 | 1100 | 1010101 | 100011 |
Color Harmonies of #A32A0D
Complementary color
Monochromatic Colors of #A32A0D
Black with #A32A0D
Text Example
Text Example
White with #A32A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A0D; }
p { color: rgb(163,42,13); }
H1.HeaderClassName
{
color: #A32A0D;
}
.AnyTagClassName
{
color: #A32A0D;
}
</style>
background-color css
<style>
a { background-color: #A32A0D; }
a { background-color: rgb(163,42,13); }
div.DivClassName
{
background-color: #A32A0D;
}
.BgClassName
{
background-color: #A32A0D;
}
</style>
border-color css
<style>
span { border-color: #A32A0D; }
span { border-color: rgb(163,42,13); }
td.TdClassName
{
border-color: #A32A0D;
}
.TagClassName
{
border-color: #A32A0D;
}
</style>