Shades of Rust #AB3515
Tints of Rust #AB3515
RGB
CMYK
RGB Variations
Color information
#AB3515 (or 0xAB3515) is known color: Rust. HEX triplet: AB, 35 and 15. RGB value is (171,53,21). Sum of RGB (Red+Green+Blue) = 171+53+21=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3515 is #54CAEA. Grayscale: #545454. Windows color (decimal): -5556971 or 1389995. OLE color: 1389995.
HSL color Cylindrical-coordinate representation of color #AB3515: hue angle of 12.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3515 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 53 | 21 | - |
CMYK | 0 | 0.69 | 0.88 | 0.33 |
HSL | 12.8º | 0.78% | 0.38% | - |
HSV(B) | 12.8º | 0.88% | 0.67% | - |
XYZ | 18.2 | 11.26 | 1.92 | - |
YUV | 84.63 | 92.09 | 189.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 53 | 21 | 0 | 0.69 | 0.88 | 0.33 | 12.8 | 0.78 | 0.38 |
Hex | AB | 35 | 15 | 0 | 45 | 58 | 21 | D | 4E | 26 |
Octal | 253 | 65 | 25 | 0 | 105 | 130 | 41 | 15 | 116 | 46 |
Binary | 10101011 | 110101 | 10101 | 0 | 1000101 | 1011000 | 100001 | 1101 | 1001110 | 100110 |
Color Harmonies of #AB3515
Complementary color
Monochromatic Colors of #AB3515
Black with #AB3515
Text Example
Text Example
White with #AB3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3515; }
p { color: rgb(171,53,21); }
H1.HeaderClassName
{
color: #AB3515;
}
.AnyTagClassName
{
color: #AB3515;
}
</style>
background-color css
<style>
a { background-color: #AB3515; }
a { background-color: rgb(171,53,21); }
div.DivClassName
{
background-color: #AB3515;
}
.BgClassName
{
background-color: #AB3515;
}
</style>
border-color css
<style>
span { border-color: #AB3515; }
span { border-color: rgb(171,53,21); }
td.TdClassName
{
border-color: #AB3515;
}
.TagClassName
{
border-color: #AB3515;
}
</style>