Shades of Fire Brick #A31A0D
Tints of Fire Brick #A31A0D
RGB
CMYK
RGB Variations
Color information
#A31A0D (or 0xA31A0D) is known color: Fire Brick. HEX triplet: A3, 1A and 0D. RGB value is (163,26,13). Sum of RGB (Red+Green+Blue) = 163+26+13=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31A0D is #5CE5F2. Grayscale: #414141. Windows color (decimal): -6088179 or 858787. OLE color: 858787.
HSL color Cylindrical-coordinate representation of color #A31A0D: hue angle of 5.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A31A0D is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 13 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.36 |
| HSL | 5.2º | 0.85% | 0.35% | - |
| HSV(B) | 5.2º | 0.92% | 0.64% | - |
| XYZ | 15.55 | 8.55 | 1.21 | - |
| YUV | 65.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 13 | 0 | 0.84 | 0.92 | 0.36 | 5.2 | 0.85 | 0.35 |
| Hex | A3 | 1A | D | 0 | 54 | 5C | 24 | 5 | 55 | 23 |
| Octal | 243 | 32 | 15 | 0 | 124 | 134 | 44 | 5 | 125 | 43 |
| Binary | 10100011 | 11010 | 1101 | 0 | 1010100 | 1011100 | 100100 | 101 | 1010101 | 100011 |
Color Harmonies of #A31A0D
Complementary color
Monochromatic Colors of #A31A0D
Black with #A31A0D
Text Example
Text Example
White with #A31A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A0D; }
p { color: rgb(163,26,13); }
H1.HeaderClassName
{
color: #A31A0D;
}
.AnyTagClassName
{
color: #A31A0D;
}
</style>
background-color css
<style>
a { background-color: #A31A0D; }
a { background-color: rgb(163,26,13); }
div.DivClassName
{
background-color: #A31A0D;
}
.BgClassName
{
background-color: #A31A0D;
}
</style>
border-color css
<style>
span { border-color: #A31A0D; }
span { border-color: rgb(163,26,13); }
td.TdClassName
{
border-color: #A31A0D;
}
.TagClassName
{
border-color: #A31A0D;
}
</style>