Shades of Rust #AB3A09
Tints of Rust #AB3A09
RGB
CMYK
RGB Variations
Color information
#AB3A09 (or 0xAB3A09) is known color: Rust. HEX triplet: AB, 3A and 09. RGB value is (171,58,9). Sum of RGB (Red+Green+Blue) = 171+58+9=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A09 is #54C5F6. Grayscale: #565656. Windows color (decimal): -5555703 or 604843. OLE color: 604843.
HSL color Cylindrical-coordinate representation of color #AB3A09: hue angle of 18.15º 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 #AB3A09 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.33 |
| HSL | 18.15º | 0.9% | 0.35% | - |
| HSV(B) | 18.15º | 0.95% | 0.67% | - |
| XYZ | 18.36 | 11.7 | 1.55 | - |
| YUV | 86.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 9 | 0 | 0.66 | 0.95 | 0.33 | 18.15 | 0.9 | 0.35 |
| Hex | AB | 3A | 9 | 0 | 42 | 5F | 21 | 12 | 5A | 23 |
| Octal | 253 | 72 | 11 | 0 | 102 | 137 | 41 | 22 | 132 | 43 |
| Binary | 10101011 | 111010 | 1001 | 0 | 1000010 | 1011111 | 100001 | 10010 | 1011010 | 100011 |
Color Harmonies of #AB3A09
Complementary color
Monochromatic Colors of #AB3A09
Black with #AB3A09
Text Example
Text Example
White with #AB3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A09; }
p { color: rgb(171,58,9); }
H1.HeaderClassName
{
color: #AB3A09;
}
.AnyTagClassName
{
color: #AB3A09;
}
</style>
background-color css
<style>
a { background-color: #AB3A09; }
a { background-color: rgb(171,58,9); }
div.DivClassName
{
background-color: #AB3A09;
}
.BgClassName
{
background-color: #AB3A09;
}
</style>
border-color css
<style>
span { border-color: #AB3A09; }
span { border-color: rgb(171,58,9); }
td.TdClassName
{
border-color: #AB3A09;
}
.TagClassName
{
border-color: #AB3A09;
}
</style>