Shades of Fire Brick #AD2002
Tints of Fire Brick #AD2002
RGB
CMYK
RGB Variations
Color information
#AD2002 (or 0xAD2002) is known color: Fire Brick. HEX triplet: AD, 20 and 02. RGB value is (173,32,2). Sum of RGB (Red+Green+Blue) = 173+32+2=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2002 is #52DFFD. Grayscale: #474747. Windows color (decimal): -5431294 or 139437. OLE color: 139437.
HSL color Cylindrical-coordinate representation of color #AD2002: hue angle of 10.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD2002 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.32 |
| HSL | 10.53º | 0.98% | 0.34% | - |
| HSV(B) | 10.53º | 0.99% | 0.68% | - |
| XYZ | 17.76 | 9.92 | 1.04 | - |
| YUV | 70.74 | 89.21 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 2 | 0 | 0.82 | 0.99 | 0.32 | 10.53 | 0.98 | 0.34 |
| Hex | AD | 20 | 2 | 0 | 52 | 63 | 20 | B | 62 | 22 |
| Octal | 255 | 40 | 2 | 0 | 122 | 143 | 40 | 13 | 142 | 42 |
| Binary | 10101101 | 100000 | 10 | 0 | 1010010 | 1100011 | 100000 | 1011 | 1100010 | 100010 |
Color Harmonies of #AD2002
Complementary color
Monochromatic Colors of #AD2002
Black with #AD2002
Text Example
Text Example
White with #AD2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2002; }
p { color: rgb(173,32,2); }
H1.HeaderClassName
{
color: #AD2002;
}
.AnyTagClassName
{
color: #AD2002;
}
</style>
background-color css
<style>
a { background-color: #AD2002; }
a { background-color: rgb(173,32,2); }
div.DivClassName
{
background-color: #AD2002;
}
.BgClassName
{
background-color: #AD2002;
}
</style>
border-color css
<style>
span { border-color: #AD2002; }
span { border-color: rgb(173,32,2); }
td.TdClassName
{
border-color: #AD2002;
}
.TagClassName
{
border-color: #AD2002;
}
</style>