Shades of Fire Brick #AD2A1B
Tints of Fire Brick #AD2A1B
RGB
CMYK
RGB Variations
Color information
#AD2A1B (or 0xAD2A1B) is known color: Fire Brick. HEX triplet: AD, 2A and 1B. RGB value is (173,42,27). Sum of RGB (Red+Green+Blue) = 173+42+27=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A1B is #52D5E4. Grayscale: #4F4F4F. Windows color (decimal): -5428709 or 1780397. OLE color: 1780397.
HSL color Cylindrical-coordinate representation of color #AD2A1B: hue angle of 6.16º 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 #AD2A1B is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 27 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.32 |
| HSL | 6.16º | 0.73% | 0.39% | - |
| HSV(B) | 6.16º | 0.84% | 0.68% | - |
| XYZ | 18.26 | 10.62 | 2.12 | - |
| YUV | 79.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 27 | 0 | 0.76 | 0.84 | 0.32 | 6.16 | 0.73 | 0.39 |
| Hex | AD | 2A | 1B | 0 | 4C | 54 | 20 | 6 | 49 | 27 |
| Octal | 255 | 52 | 33 | 0 | 114 | 124 | 40 | 6 | 111 | 47 |
| Binary | 10101101 | 101010 | 11011 | 0 | 1001100 | 1010100 | 100000 | 110 | 1001001 | 100111 |
Color Harmonies of #AD2A1B
Complementary color
Monochromatic Colors of #AD2A1B
Black with #AD2A1B
Text Example
Text Example
White with #AD2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A1B; }
p { color: rgb(173,42,27); }
H1.HeaderClassName
{
color: #AD2A1B;
}
.AnyTagClassName
{
color: #AD2A1B;
}
</style>
background-color css
<style>
a { background-color: #AD2A1B; }
a { background-color: rgb(173,42,27); }
div.DivClassName
{
background-color: #AD2A1B;
}
.BgClassName
{
background-color: #AD2A1B;
}
</style>
border-color css
<style>
span { border-color: #AD2A1B; }
span { border-color: rgb(173,42,27); }
td.TdClassName
{
border-color: #AD2A1B;
}
.TagClassName
{
border-color: #AD2A1B;
}
</style>