Shades of Fire Brick #AD1608
Tints of Fire Brick #AD1608
RGB
CMYK
RGB Variations
Color information
#AD1608 (or 0xAD1608) is known color: Fire Brick. HEX triplet: AD, 16 and 08. RGB value is (173,22,8). Sum of RGB (Red+Green+Blue) = 173+22+8=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1608 is #52E9F7. Grayscale: #414141. Windows color (decimal): -5433848 or 530093. OLE color: 530093.
HSL color Cylindrical-coordinate representation of color #AD1608: hue angle of 5.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD1608 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 22 | 8 | - |
CMYK | 0 | 0.87 | 0.95 | 0.32 |
HSL | 5.09º | 0.91% | 0.35% | - |
HSV(B) | 5.09º | 0.95% | 0.68% | - |
XYZ | 17.56 | 9.48 | 1.13 | - |
YUV | 65.55 | 95.53 | 204.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 22 | 8 | 0 | 0.87 | 0.95 | 0.32 | 5.09 | 0.91 | 0.35 |
Hex | AD | 16 | 8 | 0 | 57 | 5F | 20 | 5 | 5B | 23 |
Octal | 255 | 26 | 10 | 0 | 127 | 137 | 40 | 5 | 133 | 43 |
Binary | 10101101 | 10110 | 1000 | 0 | 1010111 | 1011111 | 100000 | 101 | 1011011 | 100011 |
Color Harmonies of #AD1608
Complementary color
Monochromatic Colors of #AD1608
Black with #AD1608
Text Example
Text Example
White with #AD1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1608; }
p { color: rgb(173,22,8); }
H1.HeaderClassName
{
color: #AD1608;
}
.AnyTagClassName
{
color: #AD1608;
}
</style>
background-color css
<style>
a { background-color: #AD1608; }
a { background-color: rgb(173,22,8); }
div.DivClassName
{
background-color: #AD1608;
}
.BgClassName
{
background-color: #AD1608;
}
</style>
border-color css
<style>
span { border-color: #AD1608; }
span { border-color: rgb(173,22,8); }
td.TdClassName
{
border-color: #AD1608;
}
.TagClassName
{
border-color: #AD1608;
}
</style>