Shades of Fire Brick #A32306
Tints of Fire Brick #A32306
RGB
CMYK
RGB Variations
Color information
#A32306 (or 0xA32306) is known color: Fire Brick. HEX triplet: A3, 23 and 06. RGB value is (163,35,6). Sum of RGB (Red+Green+Blue) = 163+35+6=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A32306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32306 is #5CDCF9. Grayscale: #464646. Windows color (decimal): -6085882 or 402339. OLE color: 402339.
HSL color Cylindrical-coordinate representation of color #A32306: hue angle of 11.08º degrees, saturation: 0.93, 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 #A32306 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 6 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.36 |
| HSL | 11.08º | 0.93% | 0.33% | - |
| HSV(B) | 11.08º | 0.96% | 0.64% | - |
| XYZ | 15.74 | 9 | 1.08 | - |
| YUV | 69.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 6 | 0 | 0.79 | 0.96 | 0.36 | 11.08 | 0.93 | 0.33 |
| Hex | A3 | 23 | 6 | 0 | 4F | 60 | 24 | B | 5D | 21 |
| Octal | 243 | 43 | 6 | 0 | 117 | 140 | 44 | 13 | 135 | 41 |
| Binary | 10100011 | 100011 | 110 | 0 | 1001111 | 1100000 | 100100 | 1011 | 1011101 | 100001 |
Color Harmonies of #A32306
Complementary color
Monochromatic Colors of #A32306
Black with #A32306
Text Example
Text Example
White with #A32306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32306; }
p { color: rgb(163,35,6); }
H1.HeaderClassName
{
color: #A32306;
}
.AnyTagClassName
{
color: #A32306;
}
</style>
background-color css
<style>
a { background-color: #A32306; }
a { background-color: rgb(163,35,6); }
div.DivClassName
{
background-color: #A32306;
}
.BgClassName
{
background-color: #A32306;
}
</style>
border-color css
<style>
span { border-color: #A32306; }
span { border-color: rgb(163,35,6); }
td.TdClassName
{
border-color: #A32306;
}
.TagClassName
{
border-color: #A32306;
}
</style>