Shades of Fire Brick #AD2A11
Tints of Fire Brick #AD2A11
RGB
CMYK
RGB Variations
Color information
#AD2A11 (or 0xAD2A11) is known color: Fire Brick. HEX triplet: AD, 2A and 11. RGB value is (173,42,17). Sum of RGB (Red+Green+Blue) = 173+42+17=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A11 is #52D5EE. Grayscale: #4E4E4E. Windows color (decimal): -5428719 or 1125037. OLE color: 1125037.
HSL color Cylindrical-coordinate representation of color #AD2A11: hue angle of 9.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD2A11 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 17 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.32 |
| HSL | 9.62º | 0.82% | 0.37% | - |
| HSV(B) | 9.62º | 0.9% | 0.68% | - |
| XYZ | 18.16 | 10.58 | 1.62 | - |
| YUV | 78.32 | 93.4 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 17 | 0 | 0.76 | 0.90 | 0.32 | 9.62 | 0.82 | 0.37 |
| Hex | AD | 2A | 11 | 0 | 4C | 5A | 20 | A | 52 | 25 |
| Octal | 255 | 52 | 21 | 0 | 114 | 132 | 40 | 12 | 122 | 45 |
| Binary | 10101101 | 101010 | 10001 | 0 | 1001100 | 1011010 | 100000 | 1010 | 1010010 | 100101 |
Color Harmonies of #AD2A11
Complementary color
Monochromatic Colors of #AD2A11
Black with #AD2A11
Text Example
Text Example
White with #AD2A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A11; }
p { color: rgb(173,42,17); }
H1.HeaderClassName
{
color: #AD2A11;
}
.AnyTagClassName
{
color: #AD2A11;
}
</style>
background-color css
<style>
a { background-color: #AD2A11; }
a { background-color: rgb(173,42,17); }
div.DivClassName
{
background-color: #AD2A11;
}
.BgClassName
{
background-color: #AD2A11;
}
</style>
border-color css
<style>
span { border-color: #AD2A11; }
span { border-color: rgb(173,42,17); }
td.TdClassName
{
border-color: #AD2A11;
}
.TagClassName
{
border-color: #AD2A11;
}
</style>