Shades of Fire Brick #AD1F1B
Tints of Fire Brick #AD1F1B
RGB
CMYK
RGB Variations
Color information
#AD1F1B (or 0xAD1F1B) is known color: Fire Brick. HEX triplet: AD, 1F and 1B. RGB value is (173,31,27). Sum of RGB (Red+Green+Blue) = 173+31+27=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F1B is #52E0E4. Grayscale: #494949. Windows color (decimal): -5431525 or 1777581. OLE color: 1777581.
HSL color Cylindrical-coordinate representation of color #AD1F1B: hue angle of 1.64º 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 #AD1F1B is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 27 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.32 |
| HSL | 1.64º | 0.73% | 0.39% | - |
| HSV(B) | 1.64º | 0.84% | 0.68% | - |
| XYZ | 17.92 | 9.94 | 2.01 | - |
| YUV | 73 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 27 | 0 | 0.82 | 0.84 | 0.32 | 1.64 | 0.73 | 0.39 |
| Hex | AD | 1F | 1B | 0 | 52 | 54 | 20 | 2 | 49 | 27 |
| Octal | 255 | 37 | 33 | 0 | 122 | 124 | 40 | 2 | 111 | 47 |
| Binary | 10101101 | 11111 | 11011 | 0 | 1010010 | 1010100 | 100000 | 10 | 1001001 | 100111 |
Color Harmonies of #AD1F1B
Complementary color
Monochromatic Colors of #AD1F1B
Black with #AD1F1B
Text Example
Text Example
White with #AD1F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F1B; }
p { color: rgb(173,31,27); }
H1.HeaderClassName
{
color: #AD1F1B;
}
.AnyTagClassName
{
color: #AD1F1B;
}
</style>
background-color css
<style>
a { background-color: #AD1F1B; }
a { background-color: rgb(173,31,27); }
div.DivClassName
{
background-color: #AD1F1B;
}
.BgClassName
{
background-color: #AD1F1B;
}
</style>
border-color css
<style>
span { border-color: #AD1F1B; }
span { border-color: rgb(173,31,27); }
td.TdClassName
{
border-color: #AD1F1B;
}
.TagClassName
{
border-color: #AD1F1B;
}
</style>