Shades of Fire Brick #A8230F
Tints of Fire Brick #A8230F
RGB
CMYK
RGB Variations
Color information
#A8230F (or 0xA8230F) is known color: Fire Brick. HEX triplet: A8, 23 and 0F. RGB value is (168,35,15). Sum of RGB (Red+Green+Blue) = 168+35+15=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A8230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8230F is #57DCF0. Grayscale: #484848. Windows color (decimal): -5758193 or 992168. OLE color: 992168.
HSL color Cylindrical-coordinate representation of color #A8230F: hue angle of 7.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8230F is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 15 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.34 |
| HSL | 7.84º | 0.84% | 0.36% | - |
| HSV(B) | 7.84º | 0.91% | 0.66% | - |
| XYZ | 16.84 | 9.56 | 1.41 | - |
| YUV | 72.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 15 | 0 | 0.79 | 0.91 | 0.34 | 7.84 | 0.84 | 0.36 |
| Hex | A8 | 23 | F | 0 | 4F | 5B | 22 | 8 | 54 | 24 |
| Octal | 250 | 43 | 17 | 0 | 117 | 133 | 42 | 10 | 124 | 44 |
| Binary | 10101000 | 100011 | 1111 | 0 | 1001111 | 1011011 | 100010 | 1000 | 1010100 | 100100 |
Color Harmonies of #A8230F
Complementary color
Monochromatic Colors of #A8230F
Black with #A8230F
Text Example
Text Example
White with #A8230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8230F; }
p { color: rgb(168,35,15); }
H1.HeaderClassName
{
color: #A8230F;
}
.AnyTagClassName
{
color: #A8230F;
}
</style>
background-color css
<style>
a { background-color: #A8230F; }
a { background-color: rgb(168,35,15); }
div.DivClassName
{
background-color: #A8230F;
}
.BgClassName
{
background-color: #A8230F;
}
</style>
border-color css
<style>
span { border-color: #A8230F; }
span { border-color: rgb(168,35,15); }
td.TdClassName
{
border-color: #A8230F;
}
.TagClassName
{
border-color: #A8230F;
}
</style>