Shades of Fire Brick #AD230A
Tints of Fire Brick #AD230A
RGB
CMYK
RGB Variations
Color information
#AD230A (or 0xAD230A) is known color: Fire Brick. HEX triplet: AD, 23 and 0A. RGB value is (173,35,10). Sum of RGB (Red+Green+Blue) = 173+35+10=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD230A is #52DCF5. Grayscale: #494949. Windows color (decimal): -5430518 or 664493. OLE color: 664493.
HSL color Cylindrical-coordinate representation of color #AD230A: hue angle of 9.2º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD230A is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 10 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.32 |
| HSL | 9.2º | 0.89% | 0.36% | - |
| HSV(B) | 9.2º | 0.94% | 0.68% | - |
| XYZ | 17.89 | 10.11 | 1.3 | - |
| YUV | 73.41 | 92.22 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 10 | 0 | 0.80 | 0.94 | 0.32 | 9.2 | 0.89 | 0.36 |
| Hex | AD | 23 | A | 0 | 50 | 5E | 20 | 9 | 59 | 24 |
| Octal | 255 | 43 | 12 | 0 | 120 | 136 | 40 | 11 | 131 | 44 |
| Binary | 10101101 | 100011 | 1010 | 0 | 1010000 | 1011110 | 100000 | 1001 | 1011001 | 100100 |
Color Harmonies of #AD230A
Complementary color
Monochromatic Colors of #AD230A
Black with #AD230A
Text Example
Text Example
White with #AD230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD230A; }
p { color: rgb(173,35,10); }
H1.HeaderClassName
{
color: #AD230A;
}
.AnyTagClassName
{
color: #AD230A;
}
</style>
background-color css
<style>
a { background-color: #AD230A; }
a { background-color: rgb(173,35,10); }
div.DivClassName
{
background-color: #AD230A;
}
.BgClassName
{
background-color: #AD230A;
}
</style>
border-color css
<style>
span { border-color: #AD230A; }
span { border-color: rgb(173,35,10); }
td.TdClassName
{
border-color: #AD230A;
}
.TagClassName
{
border-color: #AD230A;
}
</style>