Shades of Rust #AB3607
Tints of Rust #AB3607
RGB
CMYK
RGB Variations
Color information
#AB3607 (or 0xAB3607) is known color: Rust. HEX triplet: AB, 36 and 07. RGB value is (171,54,7). Sum of RGB (Red+Green+Blue) = 171+54+7=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3607 is #54C9F8. Grayscale: #535353. Windows color (decimal): -5556729 or 472747. OLE color: 472747.
HSL color Cylindrical-coordinate representation of color #AB3607: hue angle of 17.2º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB3607 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.33 |
| HSL | 17.2º | 0.92% | 0.35% | - |
| HSV(B) | 17.2º | 0.96% | 0.67% | - |
| XYZ | 18.15 | 11.31 | 1.43 | - |
| YUV | 83.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 7 | 0 | 0.68 | 0.96 | 0.33 | 17.2 | 0.92 | 0.35 |
| Hex | AB | 36 | 7 | 0 | 44 | 60 | 21 | 11 | 5C | 23 |
| Octal | 253 | 66 | 7 | 0 | 104 | 140 | 41 | 21 | 134 | 43 |
| Binary | 10101011 | 110110 | 111 | 0 | 1000100 | 1100000 | 100001 | 10001 | 1011100 | 100011 |
Color Harmonies of #AB3607
Complementary color
Monochromatic Colors of #AB3607
Black with #AB3607
Text Example
Text Example
White with #AB3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3607; }
p { color: rgb(171,54,7); }
H1.HeaderClassName
{
color: #AB3607;
}
.AnyTagClassName
{
color: #AB3607;
}
</style>
background-color css
<style>
a { background-color: #AB3607; }
a { background-color: rgb(171,54,7); }
div.DivClassName
{
background-color: #AB3607;
}
.BgClassName
{
background-color: #AB3607;
}
</style>
border-color css
<style>
span { border-color: #AB3607; }
span { border-color: rgb(171,54,7); }
td.TdClassName
{
border-color: #AB3607;
}
.TagClassName
{
border-color: #AB3607;
}
</style>