Shades of Fire Brick #A31E09
Tints of Fire Brick #A31E09
RGB
CMYK
RGB Variations
Color information
#A31E09 (or 0xA31E09) is known color: Fire Brick. HEX triplet: A3, 1E and 09. RGB value is (163,30,9). Sum of RGB (Red+Green+Blue) = 163+30+9=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E09 is #5CE1F6. Grayscale: #434343. Windows color (decimal): -6087159 or 597667. OLE color: 597667.
HSL color Cylindrical-coordinate representation of color #A31E09: hue angle of 8.18º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A31E09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 9 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.36 |
| HSL | 8.18º | 0.9% | 0.34% | - |
| HSV(B) | 8.18º | 0.94% | 0.64% | - |
| XYZ | 15.62 | 8.73 | 1.12 | - |
| YUV | 67.37 | 95.06 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 9 | 0 | 0.82 | 0.94 | 0.36 | 8.18 | 0.9 | 0.34 |
| Hex | A3 | 1E | 9 | 0 | 52 | 5E | 24 | 8 | 5A | 22 |
| Octal | 243 | 36 | 11 | 0 | 122 | 136 | 44 | 10 | 132 | 42 |
| Binary | 10100011 | 11110 | 1001 | 0 | 1010010 | 1011110 | 100100 | 1000 | 1011010 | 100010 |
Color Harmonies of #A31E09
Complementary color
Monochromatic Colors of #A31E09
Black with #A31E09
Text Example
Text Example
White with #A31E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E09; }
p { color: rgb(163,30,9); }
H1.HeaderClassName
{
color: #A31E09;
}
.AnyTagClassName
{
color: #A31E09;
}
</style>
background-color css
<style>
a { background-color: #A31E09; }
a { background-color: rgb(163,30,9); }
div.DivClassName
{
background-color: #A31E09;
}
.BgClassName
{
background-color: #A31E09;
}
</style>
border-color css
<style>
span { border-color: #A31E09; }
span { border-color: rgb(163,30,9); }
td.TdClassName
{
border-color: #A31E09;
}
.TagClassName
{
border-color: #A31E09;
}
</style>