Shades of Fire Brick #AB2F19
Tints of Fire Brick #AB2F19
RGB
CMYK
RGB Variations
Color information
#AB2F19 (or 0xAB2F19) is known color: Fire Brick. HEX triplet: AB, 2F and 19. RGB value is (171,47,25). Sum of RGB (Red+Green+Blue) = 171+47+25=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F19 is #54D0E6. Grayscale: #515151. Windows color (decimal): -5558503 or 1650603. OLE color: 1650603.
HSL color Cylindrical-coordinate representation of color #AB2F19: hue angle of 9.04º 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 #AB2F19 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 25 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.33 |
| HSL | 9.04º | 0.74% | 0.38% | - |
| HSV(B) | 9.04º | 0.85% | 0.67% | - |
| XYZ | 17.99 | 10.76 | 2.05 | - |
| YUV | 81.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 25 | 0 | 0.73 | 0.85 | 0.33 | 9.04 | 0.74 | 0.38 |
| Hex | AB | 2F | 19 | 0 | 49 | 55 | 21 | 9 | 4A | 26 |
| Octal | 253 | 57 | 31 | 0 | 111 | 125 | 41 | 11 | 112 | 46 |
| Binary | 10101011 | 101111 | 11001 | 0 | 1001001 | 1010101 | 100001 | 1001 | 1001010 | 100110 |
Color Harmonies of #AB2F19
Complementary color
Monochromatic Colors of #AB2F19
Black with #AB2F19
Text Example
Text Example
White with #AB2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F19; }
p { color: rgb(171,47,25); }
H1.HeaderClassName
{
color: #AB2F19;
}
.AnyTagClassName
{
color: #AB2F19;
}
</style>
background-color css
<style>
a { background-color: #AB2F19; }
a { background-color: rgb(171,47,25); }
div.DivClassName
{
background-color: #AB2F19;
}
.BgClassName
{
background-color: #AB2F19;
}
</style>
border-color css
<style>
span { border-color: #AB2F19; }
span { border-color: rgb(171,47,25); }
td.TdClassName
{
border-color: #AB2F19;
}
.TagClassName
{
border-color: #AB2F19;
}
</style>