Shades of Fire Brick #AD1B19
Tints of Fire Brick #AD1B19
RGB
CMYK
RGB Variations
Color information
#AD1B19 (or 0xAD1B19) is known color: Fire Brick. HEX triplet: AD, 1B and 19. RGB value is (173,27,25). Sum of RGB (Red+Green+Blue) = 173+27+25=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B19 is #52E4E6. Grayscale: #464646. Windows color (decimal): -5432551 or 1645485. OLE color: 1645485.
HSL color Cylindrical-coordinate representation of color #AD1B19: hue angle of 0.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1B19 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 25 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.32 |
| HSL | 0.81º | 0.75% | 0.39% | - |
| HSV(B) | 0.81º | 0.86% | 0.68% | - |
| XYZ | 17.8 | 9.74 | 1.86 | - |
| YUV | 70.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 25 | 0 | 0.84 | 0.86 | 0.32 | 0.81 | 0.75 | 0.39 |
| Hex | AD | 1B | 19 | 0 | 54 | 56 | 20 | 1 | 4B | 27 |
| Octal | 255 | 33 | 31 | 0 | 124 | 126 | 40 | 1 | 113 | 47 |
| Binary | 10101101 | 11011 | 11001 | 0 | 1010100 | 1010110 | 100000 | 1 | 1001011 | 100111 |
Color Harmonies of #AD1B19
Complementary color
Monochromatic Colors of #AD1B19
Black with #AD1B19
Text Example
Text Example
White with #AD1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B19; }
p { color: rgb(173,27,25); }
H1.HeaderClassName
{
color: #AD1B19;
}
.AnyTagClassName
{
color: #AD1B19;
}
</style>
background-color css
<style>
a { background-color: #AD1B19; }
a { background-color: rgb(173,27,25); }
div.DivClassName
{
background-color: #AD1B19;
}
.BgClassName
{
background-color: #AD1B19;
}
</style>
border-color css
<style>
span { border-color: #AD1B19; }
span { border-color: rgb(173,27,25); }
td.TdClassName
{
border-color: #AD1B19;
}
.TagClassName
{
border-color: #AD1B19;
}
</style>