Shades of Rust #AB390A
Tints of Rust #AB390A
RGB
CMYK
RGB Variations
Color information
#AB390A (or 0xAB390A) is known color: Rust. HEX triplet: AB, 39 and 0A. RGB value is (171,57,10). Sum of RGB (Red+Green+Blue) = 171+57+10=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB390A is #54C6F5. Grayscale: #565656. Windows color (decimal): -5555958 or 670123. OLE color: 670123.
HSL color Cylindrical-coordinate representation of color #AB390A: hue angle of 17.52º 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 #AB390A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.33 |
| HSL | 17.52º | 0.89% | 0.35% | - |
| HSV(B) | 17.52º | 0.94% | 0.67% | - |
| XYZ | 18.31 | 11.61 | 1.56 | - |
| YUV | 85.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 10 | 0 | 0.67 | 0.94 | 0.33 | 17.52 | 0.89 | 0.35 |
| Hex | AB | 39 | A | 0 | 43 | 5E | 21 | 12 | 59 | 23 |
| Octal | 253 | 71 | 12 | 0 | 103 | 136 | 41 | 22 | 131 | 43 |
| Binary | 10101011 | 111001 | 1010 | 0 | 1000011 | 1011110 | 100001 | 10010 | 1011001 | 100011 |
Color Harmonies of #AB390A
Complementary color
Monochromatic Colors of #AB390A
Black with #AB390A
Text Example
Text Example
White with #AB390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB390A; }
p { color: rgb(171,57,10); }
H1.HeaderClassName
{
color: #AB390A;
}
.AnyTagClassName
{
color: #AB390A;
}
</style>
background-color css
<style>
a { background-color: #AB390A; }
a { background-color: rgb(171,57,10); }
div.DivClassName
{
background-color: #AB390A;
}
.BgClassName
{
background-color: #AB390A;
}
</style>
border-color css
<style>
span { border-color: #AB390A; }
span { border-color: rgb(171,57,10); }
td.TdClassName
{
border-color: #AB390A;
}
.TagClassName
{
border-color: #AB390A;
}
</style>