Shades of Fire Brick #A3260B
Tints of Fire Brick #A3260B
RGB
CMYK
RGB Variations
Color information
#A3260B (or 0xA3260B) is known color: Fire Brick. HEX triplet: A3, 26 and 0B. RGB value is (163,38,11). Sum of RGB (Red+Green+Blue) = 163+38+11=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3260B is #5CD9F4. Grayscale: #484848. Windows color (decimal): -6085109 or 730787. OLE color: 730787.
HSL color Cylindrical-coordinate representation of color #A3260B: hue angle of 10.66º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3260B is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 11 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.36 |
| HSL | 10.66º | 0.87% | 0.34% | - |
| HSV(B) | 10.66º | 0.93% | 0.64% | - |
| XYZ | 15.86 | 9.2 | 1.26 | - |
| YUV | 72.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 11 | 0 | 0.77 | 0.93 | 0.36 | 10.66 | 0.87 | 0.34 |
| Hex | A3 | 26 | B | 0 | 4D | 5D | 24 | B | 57 | 22 |
| Octal | 243 | 46 | 13 | 0 | 115 | 135 | 44 | 13 | 127 | 42 |
| Binary | 10100011 | 100110 | 1011 | 0 | 1001101 | 1011101 | 100100 | 1011 | 1010111 | 100010 |
Color Harmonies of #A3260B
Complementary color
Monochromatic Colors of #A3260B
Black with #A3260B
Text Example
Text Example
White with #A3260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3260B; }
p { color: rgb(163,38,11); }
H1.HeaderClassName
{
color: #A3260B;
}
.AnyTagClassName
{
color: #A3260B;
}
</style>
background-color css
<style>
a { background-color: #A3260B; }
a { background-color: rgb(163,38,11); }
div.DivClassName
{
background-color: #A3260B;
}
.BgClassName
{
background-color: #A3260B;
}
</style>
border-color css
<style>
span { border-color: #A3260B; }
span { border-color: rgb(163,38,11); }
td.TdClassName
{
border-color: #A3260B;
}
.TagClassName
{
border-color: #A3260B;
}
</style>