Shades of Rust #AB3F07
Tints of Rust #AB3F07
RGB
CMYK
RGB Variations
Color information
#AB3F07 (or 0xAB3F07) is known color: Rust. HEX triplet: AB, 3F and 07. RGB value is (171,63,7). Sum of RGB (Red+Green+Blue) = 171+63+7=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F07 is #54C0F8. Grayscale: #595959. Windows color (decimal): -5554425 or 475051. OLE color: 475051.
HSL color Cylindrical-coordinate representation of color #AB3F07: hue angle of 20.49º 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 #AB3F07 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.33 |
| HSL | 20.49º | 0.92% | 0.35% | - |
| HSV(B) | 20.49º | 0.96% | 0.67% | - |
| XYZ | 18.61 | 12.23 | 1.58 | - |
| YUV | 88.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 7 | 0 | 0.63 | 0.96 | 0.33 | 20.49 | 0.92 | 0.35 |
| Hex | AB | 3F | 7 | 0 | 3F | 60 | 21 | 14 | 5C | 23 |
| Octal | 253 | 77 | 7 | 0 | 77 | 140 | 41 | 24 | 134 | 43 |
| Binary | 10101011 | 111111 | 111 | 0 | 111111 | 1100000 | 100001 | 10100 | 1011100 | 100011 |
Color Harmonies of #AB3F07
Complementary color
Monochromatic Colors of #AB3F07
Black with #AB3F07
Text Example
Text Example
White with #AB3F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F07; }
p { color: rgb(171,63,7); }
H1.HeaderClassName
{
color: #AB3F07;
}
.AnyTagClassName
{
color: #AB3F07;
}
</style>
background-color css
<style>
a { background-color: #AB3F07; }
a { background-color: rgb(171,63,7); }
div.DivClassName
{
background-color: #AB3F07;
}
.BgClassName
{
background-color: #AB3F07;
}
</style>
border-color css
<style>
span { border-color: #AB3F07; }
span { border-color: rgb(171,63,7); }
td.TdClassName
{
border-color: #AB3F07;
}
.TagClassName
{
border-color: #AB3F07;
}
</style>