Shades of Fire Brick #A32307
Tints of Fire Brick #A32307
RGB
CMYK
RGB Variations
Color information
#A32307 (or 0xA32307) is known color: Fire Brick. HEX triplet: A3, 23 and 07. RGB value is (163,35,7). Sum of RGB (Red+Green+Blue) = 163+35+7=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A32307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32307 is #5CDCF8. Grayscale: #464646. Windows color (decimal): -6085881 or 467875. OLE color: 467875.
HSL color Cylindrical-coordinate representation of color #A32307: hue angle of 10.77º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A32307 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.36 |
| HSL | 10.77º | 0.92% | 0.33% | - |
| HSV(B) | 10.77º | 0.96% | 0.64% | - |
| XYZ | 15.74 | 9 | 1.11 | - |
| YUV | 70.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 7 | 0 | 0.79 | 0.96 | 0.36 | 10.77 | 0.92 | 0.33 |
| Hex | A3 | 23 | 7 | 0 | 4F | 60 | 24 | B | 5C | 21 |
| Octal | 243 | 43 | 7 | 0 | 117 | 140 | 44 | 13 | 134 | 41 |
| Binary | 10100011 | 100011 | 111 | 0 | 1001111 | 1100000 | 100100 | 1011 | 1011100 | 100001 |
Color Harmonies of #A32307
Complementary color
Monochromatic Colors of #A32307
Black with #A32307
Text Example
Text Example
White with #A32307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32307; }
p { color: rgb(163,35,7); }
H1.HeaderClassName
{
color: #A32307;
}
.AnyTagClassName
{
color: #A32307;
}
</style>
background-color css
<style>
a { background-color: #A32307; }
a { background-color: rgb(163,35,7); }
div.DivClassName
{
background-color: #A32307;
}
.BgClassName
{
background-color: #A32307;
}
</style>
border-color css
<style>
span { border-color: #A32307; }
span { border-color: rgb(163,35,7); }
td.TdClassName
{
border-color: #A32307;
}
.TagClassName
{
border-color: #A32307;
}
</style>