Shades of Fire Brick #AB270F
Tints of Fire Brick #AB270F
RGB
CMYK
RGB Variations
Color information
#AB270F (or 0xAB270F) is known color: Fire Brick. HEX triplet: AB, 27 and 0F. RGB value is (171,39,15). Sum of RGB (Red+Green+Blue) = 171+39+15=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB270F is #54D8F0. Grayscale: #4B4B4B. Windows color (decimal): -5560561 or 993195. OLE color: 993195.
HSL color Cylindrical-coordinate representation of color #AB270F: hue angle of 9.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB270F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 15 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.33 |
| HSL | 9.23º | 0.84% | 0.36% | - |
| HSV(B) | 9.23º | 0.91% | 0.67% | - |
| XYZ | 17.61 | 10.14 | 1.48 | - |
| YUV | 75.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 15 | 0 | 0.77 | 0.91 | 0.33 | 9.23 | 0.84 | 0.36 |
| Hex | AB | 27 | F | 0 | 4D | 5B | 21 | 9 | 54 | 24 |
| Octal | 253 | 47 | 17 | 0 | 115 | 133 | 41 | 11 | 124 | 44 |
| Binary | 10101011 | 100111 | 1111 | 0 | 1001101 | 1011011 | 100001 | 1001 | 1010100 | 100100 |
Color Harmonies of #AB270F
Complementary color
Monochromatic Colors of #AB270F
Black with #AB270F
Text Example
Text Example
White with #AB270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB270F; }
p { color: rgb(171,39,15); }
H1.HeaderClassName
{
color: #AB270F;
}
.AnyTagClassName
{
color: #AB270F;
}
</style>
background-color css
<style>
a { background-color: #AB270F; }
a { background-color: rgb(171,39,15); }
div.DivClassName
{
background-color: #AB270F;
}
.BgClassName
{
background-color: #AB270F;
}
</style>
border-color css
<style>
span { border-color: #AB270F; }
span { border-color: rgb(171,39,15); }
td.TdClassName
{
border-color: #AB270F;
}
.TagClassName
{
border-color: #AB270F;
}
</style>