Shades of Fire Brick #AD2B19
Tints of Fire Brick #AD2B19
RGB
CMYK
RGB Variations
Color information
#AD2B19 (or 0xAD2B19) is known color: Fire Brick. HEX triplet: AD, 2B and 19. RGB value is (173,43,25). Sum of RGB (Red+Green+Blue) = 173+43+25=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B19 is #52D4E6. Grayscale: #505050. Windows color (decimal): -5428455 or 1649581. OLE color: 1649581.
HSL color Cylindrical-coordinate representation of color #AD2B19: hue angle of 7.3º 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 #AD2B19 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 25 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.32 |
| HSL | 7.3º | 0.75% | 0.39% | - |
| HSV(B) | 7.3º | 0.86% | 0.68% | - |
| XYZ | 18.27 | 10.68 | 2.02 | - |
| YUV | 79.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 25 | 0 | 0.75 | 0.86 | 0.32 | 7.3 | 0.75 | 0.39 |
| Hex | AD | 2B | 19 | 0 | 4B | 56 | 20 | 7 | 4B | 27 |
| Octal | 255 | 53 | 31 | 0 | 113 | 126 | 40 | 7 | 113 | 47 |
| Binary | 10101101 | 101011 | 11001 | 0 | 1001011 | 1010110 | 100000 | 111 | 1001011 | 100111 |
Color Harmonies of #AD2B19
Complementary color
Monochromatic Colors of #AD2B19
Black with #AD2B19
Text Example
Text Example
White with #AD2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B19; }
p { color: rgb(173,43,25); }
H1.HeaderClassName
{
color: #AD2B19;
}
.AnyTagClassName
{
color: #AD2B19;
}
</style>
background-color css
<style>
a { background-color: #AD2B19; }
a { background-color: rgb(173,43,25); }
div.DivClassName
{
background-color: #AD2B19;
}
.BgClassName
{
background-color: #AD2B19;
}
</style>
border-color css
<style>
span { border-color: #AD2B19; }
span { border-color: rgb(173,43,25); }
td.TdClassName
{
border-color: #AD2B19;
}
.TagClassName
{
border-color: #AD2B19;
}
</style>