Shades of Rust #AB350A
Tints of Rust #AB350A
RGB
CMYK
RGB Variations
Color information
#AB350A (or 0xAB350A) is known color: Rust. HEX triplet: AB, 35 and 0A. RGB value is (171,53,10). Sum of RGB (Red+Green+Blue) = 171+53+10=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB350A is #54CAF5. Grayscale: #535353. Windows color (decimal): -5556982 or 669099. OLE color: 669099.
HSL color Cylindrical-coordinate representation of color #AB350A: hue angle of 16.02º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB350A is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 10 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.33 |
| HSL | 16.02º | 0.89% | 0.35% | - |
| HSV(B) | 16.02º | 0.94% | 0.67% | - |
| XYZ | 18.12 | 11.23 | 1.5 | - |
| YUV | 83.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 10 | 0 | 0.69 | 0.94 | 0.33 | 16.02 | 0.89 | 0.35 |
| Hex | AB | 35 | A | 0 | 45 | 5E | 21 | 10 | 59 | 23 |
| Octal | 253 | 65 | 12 | 0 | 105 | 136 | 41 | 20 | 131 | 43 |
| Binary | 10101011 | 110101 | 1010 | 0 | 1000101 | 1011110 | 100001 | 10000 | 1011001 | 100011 |
Color Harmonies of #AB350A
Complementary color
Monochromatic Colors of #AB350A
Black with #AB350A
Text Example
Text Example
White with #AB350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB350A; }
p { color: rgb(171,53,10); }
H1.HeaderClassName
{
color: #AB350A;
}
.AnyTagClassName
{
color: #AB350A;
}
</style>
background-color css
<style>
a { background-color: #AB350A; }
a { background-color: rgb(171,53,10); }
div.DivClassName
{
background-color: #AB350A;
}
.BgClassName
{
background-color: #AB350A;
}
</style>
border-color css
<style>
span { border-color: #AB350A; }
span { border-color: rgb(171,53,10); }
td.TdClassName
{
border-color: #AB350A;
}
.TagClassName
{
border-color: #AB350A;
}
</style>