Shades of Fire Brick #A3160B
Tints of Fire Brick #A3160B
RGB
CMYK
RGB Variations
Color information
#A3160B (or 0xA3160B) is known color: Fire Brick. HEX triplet: A3, 16 and 0B. RGB value is (163,22,11). Sum of RGB (Red+Green+Blue) = 163+22+11=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A3160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3160B is #5CE9F4. Grayscale: #3F3F3F. Windows color (decimal): -6089205 or 726691. OLE color: 726691.
HSL color Cylindrical-coordinate representation of color #A3160B: hue angle of 4.34º 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 #A3160B is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 22 | 11 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.36 |
| HSL | 4.34º | 0.87% | 0.34% | - |
| HSV(B) | 4.34º | 0.93% | 0.64% | - |
| XYZ | 15.45 | 8.38 | 1.12 | - |
| YUV | 62.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 11 | 0 | 0.87 | 0.93 | 0.36 | 4.34 | 0.87 | 0.34 |
| Hex | A3 | 16 | B | 0 | 57 | 5D | 24 | 4 | 57 | 22 |
| Octal | 243 | 26 | 13 | 0 | 127 | 135 | 44 | 4 | 127 | 42 |
| Binary | 10100011 | 10110 | 1011 | 0 | 1010111 | 1011101 | 100100 | 100 | 1010111 | 100010 |
Color Harmonies of #A3160B
Complementary color
Monochromatic Colors of #A3160B
Black with #A3160B
Text Example
Text Example
White with #A3160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3160B; }
p { color: rgb(163,22,11); }
H1.HeaderClassName
{
color: #A3160B;
}
.AnyTagClassName
{
color: #A3160B;
}
</style>
background-color css
<style>
a { background-color: #A3160B; }
a { background-color: rgb(163,22,11); }
div.DivClassName
{
background-color: #A3160B;
}
.BgClassName
{
background-color: #A3160B;
}
</style>
border-color css
<style>
span { border-color: #A3160B; }
span { border-color: rgb(163,22,11); }
td.TdClassName
{
border-color: #A3160B;
}
.TagClassName
{
border-color: #A3160B;
}
</style>