Shades of Fire Brick #AD270B
Tints of Fire Brick #AD270B
RGB
CMYK
RGB Variations
Color information
#AD270B (or 0xAD270B) is known color: Fire Brick. HEX triplet: AD, 27 and 0B. RGB value is (173,39,11). Sum of RGB (Red+Green+Blue) = 173+39+11=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD270B is #52D8F4. Grayscale: #4C4C4C. Windows color (decimal): -5429493 or 731053. OLE color: 731053.
HSL color Cylindrical-coordinate representation of color #AD270B: hue angle of 10.37º degrees, saturation: 0.88, 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 #AD270B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 11 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.32 |
| HSL | 10.37º | 0.88% | 0.36% | - |
| HSV(B) | 10.37º | 0.94% | 0.68% | - |
| XYZ | 18.02 | 10.36 | 1.37 | - |
| YUV | 75.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 11 | 0 | 0.77 | 0.94 | 0.32 | 10.37 | 0.88 | 0.36 |
| Hex | AD | 27 | B | 0 | 4D | 5E | 20 | A | 58 | 24 |
| Octal | 255 | 47 | 13 | 0 | 115 | 136 | 40 | 12 | 130 | 44 |
| Binary | 10101101 | 100111 | 1011 | 0 | 1001101 | 1011110 | 100000 | 1010 | 1011000 | 100100 |
Color Harmonies of #AD270B
Complementary color
Monochromatic Colors of #AD270B
Black with #AD270B
Text Example
Text Example
White with #AD270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD270B; }
p { color: rgb(173,39,11); }
H1.HeaderClassName
{
color: #AD270B;
}
.AnyTagClassName
{
color: #AD270B;
}
</style>
background-color css
<style>
a { background-color: #AD270B; }
a { background-color: rgb(173,39,11); }
div.DivClassName
{
background-color: #AD270B;
}
.BgClassName
{
background-color: #AD270B;
}
</style>
border-color css
<style>
span { border-color: #AD270B; }
span { border-color: rgb(173,39,11); }
td.TdClassName
{
border-color: #AD270B;
}
.TagClassName
{
border-color: #AD270B;
}
</style>