Shades of Fire Brick #AB1D07
Tints of Fire Brick #AB1D07
RGB
CMYK
RGB Variations
Color information
#AB1D07 (or 0xAB1D07) is known color: Fire Brick. HEX triplet: AB, 1D and 07. RGB value is (171,29,7). Sum of RGB (Red+Green+Blue) = 171+29+7=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D07 is #54E2F8. Grayscale: #454545. Windows color (decimal): -5563129 or 466347. OLE color: 466347.
HSL color Cylindrical-coordinate representation of color #AB1D07: hue angle of 8.05º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB1D07 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.33 |
| HSL | 8.05º | 0.92% | 0.35% | - |
| HSV(B) | 8.05º | 0.96% | 0.67% | - |
| XYZ | 17.27 | 9.55 | 1.13 | - |
| YUV | 68.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 7 | 0 | 0.83 | 0.96 | 0.33 | 8.05 | 0.92 | 0.35 |
| Hex | AB | 1D | 7 | 0 | 53 | 60 | 21 | 8 | 5C | 23 |
| Octal | 253 | 35 | 7 | 0 | 123 | 140 | 41 | 10 | 134 | 43 |
| Binary | 10101011 | 11101 | 111 | 0 | 1010011 | 1100000 | 100001 | 1000 | 1011100 | 100011 |
Color Harmonies of #AB1D07
Complementary color
Monochromatic Colors of #AB1D07
Black with #AB1D07
Text Example
Text Example
White with #AB1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D07; }
p { color: rgb(171,29,7); }
H1.HeaderClassName
{
color: #AB1D07;
}
.AnyTagClassName
{
color: #AB1D07;
}
</style>
background-color css
<style>
a { background-color: #AB1D07; }
a { background-color: rgb(171,29,7); }
div.DivClassName
{
background-color: #AB1D07;
}
.BgClassName
{
background-color: #AB1D07;
}
</style>
border-color css
<style>
span { border-color: #AB1D07; }
span { border-color: rgb(171,29,7); }
td.TdClassName
{
border-color: #AB1D07;
}
.TagClassName
{
border-color: #AB1D07;
}
</style>