Shades of Rust #AB3F00
Tints of Rust #AB3F00
RGB
CMYK
RGB Variations
Color information
#AB3F00 (or 0xAB3F00) is known color: Rust. HEX triplet: AB, 3F and 00. RGB value is (171,63,0). Sum of RGB (Red+Green+Blue) = 171+63+0=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F00 is #54C0FF. Grayscale: #585858. Windows color (decimal): -5554432 or 16299. OLE color: 16299.
HSL color Cylindrical-coordinate representation of color #AB3F00: hue angle of 22.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB3F00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.33 |
| HSL | 22.11º | 1% | 0.34% | - |
| HSV(B) | 22.11º | 1% | 0.67% | - |
| XYZ | 18.57 | 12.21 | 1.38 | - |
| YUV | 88.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 0 | 0 | 0.63 | 1 | 0.33 | 22.11 | 1 | 0.34 |
| Hex | AB | 3F | 0 | 0 | 3F | 64 | 21 | 16 | 64 | 22 |
| Octal | 253 | 77 | 0 | 0 | 77 | 144 | 41 | 26 | 144 | 42 |
| Binary | 10101011 | 111111 | 0 | 0 | 111111 | 1100100 | 100001 | 10110 | 1100100 | 100010 |
Color Harmonies of #AB3F00
Complementary color
Monochromatic Colors of #AB3F00
Black with #AB3F00
Text Example
Text Example
White with #AB3F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F00; }
p { color: rgb(171,63,0); }
H1.HeaderClassName
{
color: #AB3F00;
}
.AnyTagClassName
{
color: #AB3F00;
}
</style>
background-color css
<style>
a { background-color: #AB3F00; }
a { background-color: rgb(171,63,0); }
div.DivClassName
{
background-color: #AB3F00;
}
.BgClassName
{
background-color: #AB3F00;
}
</style>
border-color css
<style>
span { border-color: #AB3F00; }
span { border-color: rgb(171,63,0); }
td.TdClassName
{
border-color: #AB3F00;
}
.TagClassName
{
border-color: #AB3F00;
}
</style>