Shades of Rust #AB3905
Tints of Rust #AB3905
RGB
CMYK
RGB Variations
Color information
#AB3905 (or 0xAB3905) is known color: Rust. HEX triplet: AB, 39 and 05. RGB value is (171,57,5). Sum of RGB (Red+Green+Blue) = 171+57+5=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3905 is #54C6FA. Grayscale: #555555. Windows color (decimal): -5555963 or 342443. OLE color: 342443.
HSL color Cylindrical-coordinate representation of color #AB3905: hue angle of 18.8º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB3905 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.33 |
| HSL | 18.8º | 0.94% | 0.35% | - |
| HSV(B) | 18.8º | 0.97% | 0.67% | - |
| XYZ | 18.29 | 11.6 | 1.42 | - |
| YUV | 85.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 5 | 0 | 0.67 | 0.97 | 0.33 | 18.8 | 0.94 | 0.35 |
| Hex | AB | 39 | 5 | 0 | 43 | 61 | 21 | 13 | 5E | 23 |
| Octal | 253 | 71 | 5 | 0 | 103 | 141 | 41 | 23 | 136 | 43 |
| Binary | 10101011 | 111001 | 101 | 0 | 1000011 | 1100001 | 100001 | 10011 | 1011110 | 100011 |
Color Harmonies of #AB3905
Complementary color
Monochromatic Colors of #AB3905
Black with #AB3905
Text Example
Text Example
White with #AB3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3905; }
p { color: rgb(171,57,5); }
H1.HeaderClassName
{
color: #AB3905;
}
.AnyTagClassName
{
color: #AB3905;
}
</style>
background-color css
<style>
a { background-color: #AB3905; }
a { background-color: rgb(171,57,5); }
div.DivClassName
{
background-color: #AB3905;
}
.BgClassName
{
background-color: #AB3905;
}
</style>
border-color css
<style>
span { border-color: #AB3905; }
span { border-color: rgb(171,57,5); }
td.TdClassName
{
border-color: #AB3905;
}
.TagClassName
{
border-color: #AB3905;
}
</style>