Shades of Fire Brick #A3130B
Tints of Fire Brick #A3130B
RGB
CMYK
RGB Variations
Color information
#A3130B (or 0xA3130B) is known color: Fire Brick. HEX triplet: A3, 13 and 0B. RGB value is (163,19,11). Sum of RGB (Red+Green+Blue) = 163+19+11=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A3130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3130B is #5CECF4. Grayscale: #3D3D3D. Windows color (decimal): -6089973 or 725923. OLE color: 725923.
HSL color Cylindrical-coordinate representation of color #A3130B: hue angle of 3.16º 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 #A3130B is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 11 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.36 |
| HSL | 3.16º | 0.87% | 0.34% | - |
| HSV(B) | 3.16º | 0.93% | 0.64% | - |
| XYZ | 15.4 | 8.28 | 1.1 | - |
| YUV | 61.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 11 | 0 | 0.88 | 0.93 | 0.36 | 3.16 | 0.87 | 0.34 |
| Hex | A3 | 13 | B | 0 | 58 | 5D | 24 | 3 | 57 | 22 |
| Octal | 243 | 23 | 13 | 0 | 130 | 135 | 44 | 3 | 127 | 42 |
| Binary | 10100011 | 10011 | 1011 | 0 | 1011000 | 1011101 | 100100 | 11 | 1010111 | 100010 |
Color Harmonies of #A3130B
Complementary color
Monochromatic Colors of #A3130B
Black with #A3130B
Text Example
Text Example
White with #A3130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3130B; }
p { color: rgb(163,19,11); }
H1.HeaderClassName
{
color: #A3130B;
}
.AnyTagClassName
{
color: #A3130B;
}
</style>
background-color css
<style>
a { background-color: #A3130B; }
a { background-color: rgb(163,19,11); }
div.DivClassName
{
background-color: #A3130B;
}
.BgClassName
{
background-color: #A3130B;
}
</style>
border-color css
<style>
span { border-color: #A3130B; }
span { border-color: rgb(163,19,11); }
td.TdClassName
{
border-color: #A3130B;
}
.TagClassName
{
border-color: #A3130B;
}
</style>