Shades of Rust #AB350D
Tints of Rust #AB350D
RGB
CMYK
RGB Variations
Color information
#AB350D (or 0xAB350D) is known color: Rust. HEX triplet: AB, 35 and 0D. RGB value is (171,53,13). Sum of RGB (Red+Green+Blue) = 171+53+13=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB350D is #54CAF2. Grayscale: #545454. Windows color (decimal): -5556979 or 865707. OLE color: 865707.
HSL color Cylindrical-coordinate representation of color #AB350D: hue angle of 15.19º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB350D is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 13 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.33 |
| HSL | 15.19º | 0.86% | 0.36% | - |
| HSV(B) | 15.19º | 0.92% | 0.67% | - |
| XYZ | 18.14 | 11.23 | 1.59 | - |
| YUV | 83.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 13 | 0 | 0.69 | 0.92 | 0.33 | 15.19 | 0.86 | 0.36 |
| Hex | AB | 35 | D | 0 | 45 | 5C | 21 | F | 56 | 24 |
| Octal | 253 | 65 | 15 | 0 | 105 | 134 | 41 | 17 | 126 | 44 |
| Binary | 10101011 | 110101 | 1101 | 0 | 1000101 | 1011100 | 100001 | 1111 | 1010110 | 100100 |
Color Harmonies of #AB350D
Complementary color
Monochromatic Colors of #AB350D
Black with #AB350D
Text Example
Text Example
White with #AB350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB350D; }
p { color: rgb(171,53,13); }
H1.HeaderClassName
{
color: #AB350D;
}
.AnyTagClassName
{
color: #AB350D;
}
</style>
background-color css
<style>
a { background-color: #AB350D; }
a { background-color: rgb(171,53,13); }
div.DivClassName
{
background-color: #AB350D;
}
.BgClassName
{
background-color: #AB350D;
}
</style>
border-color css
<style>
span { border-color: #AB350D; }
span { border-color: rgb(171,53,13); }
td.TdClassName
{
border-color: #AB350D;
}
.TagClassName
{
border-color: #AB350D;
}
</style>