Shades of Fire Brick #A31508
Tints of Fire Brick #A31508
RGB
CMYK
RGB Variations
Color information
#A31508 (or 0xA31508) is known color: Fire Brick. HEX triplet: A3, 15 and 08. RGB value is (163,21,8). Sum of RGB (Red+Green+Blue) = 163+21+8=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A31508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31508 is #5CEAF7. Grayscale: #3E3E3E. Windows color (decimal): -6089464 or 529827. OLE color: 529827.
HSL color Cylindrical-coordinate representation of color #A31508: hue angle of 5.03º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A31508 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 21 | 8 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.36 |
| HSL | 5.03º | 0.91% | 0.34% | - |
| HSV(B) | 5.03º | 0.95% | 0.64% | - |
| XYZ | 15.42 | 8.34 | 1.03 | - |
| YUV | 61.98 | 97.54 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 8 | 0 | 0.87 | 0.95 | 0.36 | 5.03 | 0.91 | 0.34 |
| Hex | A3 | 15 | 8 | 0 | 57 | 5F | 24 | 5 | 5B | 22 |
| Octal | 243 | 25 | 10 | 0 | 127 | 137 | 44 | 5 | 133 | 42 |
| Binary | 10100011 | 10101 | 1000 | 0 | 1010111 | 1011111 | 100100 | 101 | 1011011 | 100010 |
Color Harmonies of #A31508
Complementary color
Monochromatic Colors of #A31508
Black with #A31508
Text Example
Text Example
White with #A31508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31508; }
p { color: rgb(163,21,8); }
H1.HeaderClassName
{
color: #A31508;
}
.AnyTagClassName
{
color: #A31508;
}
</style>
background-color css
<style>
a { background-color: #A31508; }
a { background-color: rgb(163,21,8); }
div.DivClassName
{
background-color: #A31508;
}
.BgClassName
{
background-color: #A31508;
}
</style>
border-color css
<style>
span { border-color: #A31508; }
span { border-color: rgb(163,21,8); }
td.TdClassName
{
border-color: #A31508;
}
.TagClassName
{
border-color: #A31508;
}
</style>