Shades of Rust #AB3B0F
Tints of Rust #AB3B0F
RGB
CMYK
RGB Variations
Color information
#AB3B0F (or 0xAB3B0F) is known color: Rust. HEX triplet: AB, 3B and 0F. RGB value is (171,59,15). Sum of RGB (Red+Green+Blue) = 171+59+15=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3B0F is #54C4F0. Grayscale: #575757. Windows color (decimal): -5555441 or 998315. OLE color: 998315.
HSL color Cylindrical-coordinate representation of color #AB3B0F: hue angle of 16.92º 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 #AB3B0F is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 15 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.33 |
| HSL | 16.92º | 0.84% | 0.36% | - |
| HSV(B) | 16.92º | 0.91% | 0.67% | - |
| XYZ | 18.44 | 11.82 | 1.76 | - |
| YUV | 87.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 15 | 0 | 0.65 | 0.91 | 0.33 | 16.92 | 0.84 | 0.36 |
| Hex | AB | 3B | F | 0 | 41 | 5B | 21 | 11 | 54 | 24 |
| Octal | 253 | 73 | 17 | 0 | 101 | 133 | 41 | 21 | 124 | 44 |
| Binary | 10101011 | 111011 | 1111 | 0 | 1000001 | 1011011 | 100001 | 10001 | 1010100 | 100100 |
Color Harmonies of #AB3B0F
Complementary color
Monochromatic Colors of #AB3B0F
Black with #AB3B0F
Text Example
Text Example
White with #AB3B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B0F; }
p { color: rgb(171,59,15); }
H1.HeaderClassName
{
color: #AB3B0F;
}
.AnyTagClassName
{
color: #AB3B0F;
}
</style>
background-color css
<style>
a { background-color: #AB3B0F; }
a { background-color: rgb(171,59,15); }
div.DivClassName
{
background-color: #AB3B0F;
}
.BgClassName
{
background-color: #AB3B0F;
}
</style>
border-color css
<style>
span { border-color: #AB3B0F; }
span { border-color: rgb(171,59,15); }
td.TdClassName
{
border-color: #AB3B0F;
}
.TagClassName
{
border-color: #AB3B0F;
}
</style>