Shades of Rust #AB3C09
Tints of Rust #AB3C09
RGB
CMYK
RGB Variations
Color information
#AB3C09 (or 0xAB3C09) is known color: Rust. HEX triplet: AB, 3C and 09. RGB value is (171,60,9). Sum of RGB (Red+Green+Blue) = 171+60+9=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C09 is #54C3F6. Grayscale: #575757. Windows color (decimal): -5555191 or 605355. OLE color: 605355.
HSL color Cylindrical-coordinate representation of color #AB3C09: hue angle of 18.89º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB3C09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.33 |
| HSL | 18.89º | 0.9% | 0.35% | - |
| HSV(B) | 18.89º | 0.95% | 0.67% | - |
| XYZ | 18.46 | 11.91 | 1.58 | - |
| YUV | 87.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 9 | 0 | 0.65 | 0.95 | 0.33 | 18.89 | 0.9 | 0.35 |
| Hex | AB | 3C | 9 | 0 | 41 | 5F | 21 | 13 | 5A | 23 |
| Octal | 253 | 74 | 11 | 0 | 101 | 137 | 41 | 23 | 132 | 43 |
| Binary | 10101011 | 111100 | 1001 | 0 | 1000001 | 1011111 | 100001 | 10011 | 1011010 | 100011 |
Color Harmonies of #AB3C09
Complementary color
Monochromatic Colors of #AB3C09
Black with #AB3C09
Text Example
Text Example
White with #AB3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C09; }
p { color: rgb(171,60,9); }
H1.HeaderClassName
{
color: #AB3C09;
}
.AnyTagClassName
{
color: #AB3C09;
}
</style>
background-color css
<style>
a { background-color: #AB3C09; }
a { background-color: rgb(171,60,9); }
div.DivClassName
{
background-color: #AB3C09;
}
.BgClassName
{
background-color: #AB3C09;
}
</style>
border-color css
<style>
span { border-color: #AB3C09; }
span { border-color: rgb(171,60,9); }
td.TdClassName
{
border-color: #AB3C09;
}
.TagClassName
{
border-color: #AB3C09;
}
</style>