Shades of Fire Brick #AD1B07
Tints of Fire Brick #AD1B07
RGB
CMYK
RGB Variations
Color information
#AD1B07 (or 0xAD1B07) is known color: Fire Brick. HEX triplet: AD, 1B and 07. RGB value is (173,27,7). Sum of RGB (Red+Green+Blue) = 173+27+7=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B07 is #52E4F8. Grayscale: #444444. Windows color (decimal): -5432569 or 465837. OLE color: 465837.
HSL color Cylindrical-coordinate representation of color #AD1B07: hue angle of 7.23º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD1B07 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 7 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.32 |
| HSL | 7.23º | 0.92% | 0.35% | - |
| HSV(B) | 7.23º | 0.96% | 0.68% | - |
| XYZ | 17.66 | 9.68 | 1.14 | - |
| YUV | 68.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 7 | 0 | 0.84 | 0.96 | 0.32 | 7.23 | 0.92 | 0.35 |
| Hex | AD | 1B | 7 | 0 | 54 | 60 | 20 | 7 | 5C | 23 |
| Octal | 255 | 33 | 7 | 0 | 124 | 140 | 40 | 7 | 134 | 43 |
| Binary | 10101101 | 11011 | 111 | 0 | 1010100 | 1100000 | 100000 | 111 | 1011100 | 100011 |
Color Harmonies of #AD1B07
Complementary color
Monochromatic Colors of #AD1B07
Black with #AD1B07
Text Example
Text Example
White with #AD1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B07; }
p { color: rgb(173,27,7); }
H1.HeaderClassName
{
color: #AD1B07;
}
.AnyTagClassName
{
color: #AD1B07;
}
</style>
background-color css
<style>
a { background-color: #AD1B07; }
a { background-color: rgb(173,27,7); }
div.DivClassName
{
background-color: #AD1B07;
}
.BgClassName
{
background-color: #AD1B07;
}
</style>
border-color css
<style>
span { border-color: #AD1B07; }
span { border-color: rgb(173,27,7); }
td.TdClassName
{
border-color: #AD1B07;
}
.TagClassName
{
border-color: #AD1B07;
}
</style>