Shades of Fire Brick #A0230D
Tints of Fire Brick #A0230D
RGB
CMYK
RGB Variations
Color information
#A0230D (or 0xA0230D) is known color: Fire Brick. HEX triplet: A0, 23 and 0D. RGB value is (160,35,13). Sum of RGB (Red+Green+Blue) = 160+35+13=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0230D is #5FDCF2. Grayscale: #464646. Windows color (decimal): -6282483 or 861088. OLE color: 861088.
HSL color Cylindrical-coordinate representation of color #A0230D: hue angle of 8.98º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0230D is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 13 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.37 |
| HSL | 8.98º | 0.85% | 0.34% | - |
| HSV(B) | 8.98º | 0.92% | 0.63% | - |
| XYZ | 15.17 | 8.7 | 1.26 | - |
| YUV | 69.87 | 95.91 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 13 | 0 | 0.78 | 0.92 | 0.37 | 8.98 | 0.85 | 0.34 |
| Hex | A0 | 23 | D | 0 | 4E | 5C | 25 | 9 | 55 | 22 |
| Octal | 240 | 43 | 15 | 0 | 116 | 134 | 45 | 11 | 125 | 42 |
| Binary | 10100000 | 100011 | 1101 | 0 | 1001110 | 1011100 | 100101 | 1001 | 1010101 | 100010 |
Color Harmonies of #A0230D
Complementary color
Monochromatic Colors of #A0230D
Black with #A0230D
Text Example
Text Example
White with #A0230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0230D; }
p { color: rgb(160,35,13); }
H1.HeaderClassName
{
color: #A0230D;
}
.AnyTagClassName
{
color: #A0230D;
}
</style>
background-color css
<style>
a { background-color: #A0230D; }
a { background-color: rgb(160,35,13); }
div.DivClassName
{
background-color: #A0230D;
}
.BgClassName
{
background-color: #A0230D;
}
</style>
border-color css
<style>
span { border-color: #A0230D; }
span { border-color: rgb(160,35,13); }
td.TdClassName
{
border-color: #A0230D;
}
.TagClassName
{
border-color: #A0230D;
}
</style>