Shades of Rust #AB3D14
Tints of Rust #AB3D14
RGB
CMYK
RGB Variations
Color information
#AB3D14 (or 0xAB3D14) is known color: Rust. HEX triplet: AB, 3D and 14. RGB value is (171,61,20). Sum of RGB (Red+Green+Blue) = 171+61+20=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3D14 is #54C2EB. Grayscale: #595959. Windows color (decimal): -5554924 or 1326507. OLE color: 1326507.
HSL color Cylindrical-coordinate representation of color #AB3D14: hue angle of 16.29º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3D14 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 20 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.33 |
| HSL | 16.29º | 0.79% | 0.37% | - |
| HSV(B) | 16.29º | 0.88% | 0.67% | - |
| XYZ | 18.59 | 12.05 | 2.01 | - |
| YUV | 89.22 | 88.94 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 20 | 0 | 0.64 | 0.88 | 0.33 | 16.29 | 0.79 | 0.37 |
| Hex | AB | 3D | 14 | 0 | 40 | 58 | 21 | 10 | 4F | 25 |
| Octal | 253 | 75 | 24 | 0 | 100 | 130 | 41 | 20 | 117 | 45 |
| Binary | 10101011 | 111101 | 10100 | 0 | 1000000 | 1011000 | 100001 | 10000 | 1001111 | 100101 |
Color Harmonies of #AB3D14
Complementary color
Monochromatic Colors of #AB3D14
Black with #AB3D14
Text Example
Text Example
White with #AB3D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D14; }
p { color: rgb(171,61,20); }
H1.HeaderClassName
{
color: #AB3D14;
}
.AnyTagClassName
{
color: #AB3D14;
}
</style>
background-color css
<style>
a { background-color: #AB3D14; }
a { background-color: rgb(171,61,20); }
div.DivClassName
{
background-color: #AB3D14;
}
.BgClassName
{
background-color: #AB3D14;
}
</style>
border-color css
<style>
span { border-color: #AB3D14; }
span { border-color: rgb(171,61,20); }
td.TdClassName
{
border-color: #AB3D14;
}
.TagClassName
{
border-color: #AB3D14;
}
</style>