Shades of Rust #AB3904
Tints of Rust #AB3904
RGB
CMYK
RGB Variations
Color information
#AB3904 (or 0xAB3904) is known color: Rust. HEX triplet: AB, 39 and 04. RGB value is (171,57,4). Sum of RGB (Red+Green+Blue) = 171+57+4=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3904 is #54C6FB. Grayscale: #555555. Windows color (decimal): -5555964 or 276907. OLE color: 276907.
HSL color Cylindrical-coordinate representation of color #AB3904: hue angle of 19.04º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB3904 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.33 |
| HSL | 19.04º | 0.95% | 0.34% | - |
| HSV(B) | 19.04º | 0.98% | 0.67% | - |
| XYZ | 18.28 | 11.59 | 1.39 | - |
| YUV | 85.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 4 | 0 | 0.67 | 0.98 | 0.33 | 19.04 | 0.95 | 0.34 |
| Hex | AB | 39 | 4 | 0 | 43 | 62 | 21 | 13 | 5F | 22 |
| Octal | 253 | 71 | 4 | 0 | 103 | 142 | 41 | 23 | 137 | 42 |
| Binary | 10101011 | 111001 | 100 | 0 | 1000011 | 1100010 | 100001 | 10011 | 1011111 | 100010 |
Color Harmonies of #AB3904
Complementary color
Monochromatic Colors of #AB3904
Black with #AB3904
Text Example
Text Example
White with #AB3904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3904; }
p { color: rgb(171,57,4); }
H1.HeaderClassName
{
color: #AB3904;
}
.AnyTagClassName
{
color: #AB3904;
}
</style>
background-color css
<style>
a { background-color: #AB3904; }
a { background-color: rgb(171,57,4); }
div.DivClassName
{
background-color: #AB3904;
}
.BgClassName
{
background-color: #AB3904;
}
</style>
border-color css
<style>
span { border-color: #AB3904; }
span { border-color: rgb(171,57,4); }
td.TdClassName
{
border-color: #AB3904;
}
.TagClassName
{
border-color: #AB3904;
}
</style>