Shades of Fire Brick #AD2B1B
Tints of Fire Brick #AD2B1B
RGB
CMYK
RGB Variations
Color information
#AD2B1B (or 0xAD2B1B) is known color: Fire Brick. HEX triplet: AD, 2B and 1B. RGB value is (173,43,27). Sum of RGB (Red+Green+Blue) = 173+43+27=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B1B is #52D4E4. Grayscale: #505050. Windows color (decimal): -5428453 or 1780653. OLE color: 1780653.
HSL color Cylindrical-coordinate representation of color #AD2B1B: hue angle of 6.58º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD2B1B is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 27 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.32 |
| HSL | 6.58º | 0.73% | 0.39% | - |
| HSV(B) | 6.58º | 0.84% | 0.68% | - |
| XYZ | 18.3 | 10.69 | 2.14 | - |
| YUV | 80.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 27 | 0 | 0.75 | 0.84 | 0.32 | 6.58 | 0.73 | 0.39 |
| Hex | AD | 2B | 1B | 0 | 4B | 54 | 20 | 7 | 49 | 27 |
| Octal | 255 | 53 | 33 | 0 | 113 | 124 | 40 | 7 | 111 | 47 |
| Binary | 10101101 | 101011 | 11011 | 0 | 1001011 | 1010100 | 100000 | 111 | 1001001 | 100111 |
Color Harmonies of #AD2B1B
Complementary color
Monochromatic Colors of #AD2B1B
Black with #AD2B1B
Text Example
Text Example
White with #AD2B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B1B; }
p { color: rgb(173,43,27); }
H1.HeaderClassName
{
color: #AD2B1B;
}
.AnyTagClassName
{
color: #AD2B1B;
}
</style>
background-color css
<style>
a { background-color: #AD2B1B; }
a { background-color: rgb(173,43,27); }
div.DivClassName
{
background-color: #AD2B1B;
}
.BgClassName
{
background-color: #AD2B1B;
}
</style>
border-color css
<style>
span { border-color: #AD2B1B; }
span { border-color: rgb(173,43,27); }
td.TdClassName
{
border-color: #AD2B1B;
}
.TagClassName
{
border-color: #AD2B1B;
}
</style>