Shades of Fire Brick #A8230D
Tints of Fire Brick #A8230D
RGB
CMYK
RGB Variations
Color information
#A8230D (or 0xA8230D) is known color: Fire Brick. HEX triplet: A8, 23 and 0D. RGB value is (168,35,13). Sum of RGB (Red+Green+Blue) = 168+35+13=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A8230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8230D is #57DCF2. Grayscale: #484848. Windows color (decimal): -5758195 or 861096. OLE color: 861096.
HSL color Cylindrical-coordinate representation of color #A8230D: hue angle of 8.52º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8230D is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 13 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.34 |
| HSL | 8.52º | 0.86% | 0.35% | - |
| HSV(B) | 8.52º | 0.92% | 0.66% | - |
| XYZ | 16.82 | 9.56 | 1.34 | - |
| YUV | 72.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 13 | 0 | 0.79 | 0.92 | 0.34 | 8.52 | 0.86 | 0.35 |
| Hex | A8 | 23 | D | 0 | 4F | 5C | 22 | 9 | 56 | 23 |
| Octal | 250 | 43 | 15 | 0 | 117 | 134 | 42 | 11 | 126 | 43 |
| Binary | 10101000 | 100011 | 1101 | 0 | 1001111 | 1011100 | 100010 | 1001 | 1010110 | 100011 |
Color Harmonies of #A8230D
Complementary color
Monochromatic Colors of #A8230D
Black with #A8230D
Text Example
Text Example
White with #A8230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8230D; }
p { color: rgb(168,35,13); }
H1.HeaderClassName
{
color: #A8230D;
}
.AnyTagClassName
{
color: #A8230D;
}
</style>
background-color css
<style>
a { background-color: #A8230D; }
a { background-color: rgb(168,35,13); }
div.DivClassName
{
background-color: #A8230D;
}
.BgClassName
{
background-color: #A8230D;
}
</style>
border-color css
<style>
span { border-color: #A8230D; }
span { border-color: rgb(168,35,13); }
td.TdClassName
{
border-color: #A8230D;
}
.TagClassName
{
border-color: #A8230D;
}
</style>