Shades of Fire Brick #AB1D19
Tints of Fire Brick #AB1D19
RGB
CMYK
RGB Variations
Color information
#AB1D19 (or 0xAB1D19) is known color: Fire Brick. HEX triplet: AB, 1D and 19. RGB value is (171,29,25). Sum of RGB (Red+Green+Blue) = 171+29+25=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D19 is #54E2E6. Grayscale: #474747. Windows color (decimal): -5563111 or 1645995. OLE color: 1645995.
HSL color Cylindrical-coordinate representation of color #AB1D19: hue angle of 1.64º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1D19 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 25 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.33 |
| HSL | 1.64º | 0.74% | 0.38% | - |
| HSV(B) | 1.64º | 0.85% | 0.67% | - |
| XYZ | 17.41 | 9.61 | 1.86 | - |
| YUV | 71 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 25 | 0 | 0.83 | 0.85 | 0.33 | 1.64 | 0.74 | 0.38 |
| Hex | AB | 1D | 19 | 0 | 53 | 55 | 21 | 2 | 4A | 26 |
| Octal | 253 | 35 | 31 | 0 | 123 | 125 | 41 | 2 | 112 | 46 |
| Binary | 10101011 | 11101 | 11001 | 0 | 1010011 | 1010101 | 100001 | 10 | 1001010 | 100110 |
Color Harmonies of #AB1D19
Complementary color
Monochromatic Colors of #AB1D19
Black with #AB1D19
Text Example
Text Example
White with #AB1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D19; }
p { color: rgb(171,29,25); }
H1.HeaderClassName
{
color: #AB1D19;
}
.AnyTagClassName
{
color: #AB1D19;
}
</style>
background-color css
<style>
a { background-color: #AB1D19; }
a { background-color: rgb(171,29,25); }
div.DivClassName
{
background-color: #AB1D19;
}
.BgClassName
{
background-color: #AB1D19;
}
</style>
border-color css
<style>
span { border-color: #AB1D19; }
span { border-color: rgb(171,29,25); }
td.TdClassName
{
border-color: #AB1D19;
}
.TagClassName
{
border-color: #AB1D19;
}
</style>