Shades of Rust #AB3615
Tints of Rust #AB3615
RGB
CMYK
RGB Variations
Color information
#AB3615 (or 0xAB3615) is known color: Rust. HEX triplet: AB, 36 and 15. RGB value is (171,54,21). Sum of RGB (Red+Green+Blue) = 171+54+21=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3615 is #54C9EA. Grayscale: #555555. Windows color (decimal): -5556715 or 1390251. OLE color: 1390251.
HSL color Cylindrical-coordinate representation of color #AB3615: hue angle of 13.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3615 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 21 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.33 |
| HSL | 13.2º | 0.78% | 0.38% | - |
| HSV(B) | 13.2º | 0.88% | 0.67% | - |
| XYZ | 18.25 | 11.35 | 1.94 | - |
| YUV | 85.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 21 | 0 | 0.68 | 0.88 | 0.33 | 13.2 | 0.78 | 0.38 |
| Hex | AB | 36 | 15 | 0 | 44 | 58 | 21 | D | 4E | 26 |
| Octal | 253 | 66 | 25 | 0 | 104 | 130 | 41 | 15 | 116 | 46 |
| Binary | 10101011 | 110110 | 10101 | 0 | 1000100 | 1011000 | 100001 | 1101 | 1001110 | 100110 |
Color Harmonies of #AB3615
Complementary color
Monochromatic Colors of #AB3615
Black with #AB3615
Text Example
Text Example
White with #AB3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3615; }
p { color: rgb(171,54,21); }
H1.HeaderClassName
{
color: #AB3615;
}
.AnyTagClassName
{
color: #AB3615;
}
</style>
background-color css
<style>
a { background-color: #AB3615; }
a { background-color: rgb(171,54,21); }
div.DivClassName
{
background-color: #AB3615;
}
.BgClassName
{
background-color: #AB3615;
}
</style>
border-color css
<style>
span { border-color: #AB3615; }
span { border-color: rgb(171,54,21); }
td.TdClassName
{
border-color: #AB3615;
}
.TagClassName
{
border-color: #AB3615;
}
</style>