Shades of Fire Brick #AD2B22
Tints of Fire Brick #AD2B22
RGB
CMYK
RGB Variations
Color information
#AD2B22 (or 0xAD2B22) is known color: Fire Brick. HEX triplet: AD, 2B and 22. RGB value is (173,43,34). Sum of RGB (Red+Green+Blue) = 173+43+34=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B22 is #52D4DD. Grayscale: #515151. Windows color (decimal): -5428446 or 2239405. OLE color: 2239405.
HSL color Cylindrical-coordinate representation of color #AD2B22: hue angle of 3.88º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2B22 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 34 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.32 |
| HSL | 3.88º | 0.67% | 0.41% | - |
| HSV(B) | 3.88º | 0.8% | 0.68% | - |
| XYZ | 18.39 | 10.73 | 2.61 | - |
| YUV | 80.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 34 | 0 | 0.75 | 0.80 | 0.32 | 3.88 | 0.67 | 0.41 |
| Hex | AD | 2B | 22 | 0 | 4B | 50 | 20 | 4 | 43 | 29 |
| Octal | 255 | 53 | 42 | 0 | 113 | 120 | 40 | 4 | 103 | 51 |
| Binary | 10101101 | 101011 | 100010 | 0 | 1001011 | 1010000 | 100000 | 100 | 1000011 | 101001 |
Color Harmonies of #AD2B22
Complementary color
Monochromatic Colors of #AD2B22
Black with #AD2B22
Text Example
Text Example
White with #AD2B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B22; }
p { color: rgb(173,43,34); }
H1.HeaderClassName
{
color: #AD2B22;
}
.AnyTagClassName
{
color: #AD2B22;
}
</style>
background-color css
<style>
a { background-color: #AD2B22; }
a { background-color: rgb(173,43,34); }
div.DivClassName
{
background-color: #AD2B22;
}
.BgClassName
{
background-color: #AD2B22;
}
</style>
border-color css
<style>
span { border-color: #AD2B22; }
span { border-color: rgb(173,43,34); }
td.TdClassName
{
border-color: #AD2B22;
}
.TagClassName
{
border-color: #AD2B22;
}
</style>