Shades of Rust #AB5304
Tints of Rust #AB5304
RGB
CMYK
RGB Variations
Color information
#AB5304 (or 0xAB5304) is known color: Rust. HEX triplet: AB, 53 and 04. RGB value is (171,83,4). Sum of RGB (Red+Green+Blue) = 171+83+4=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5304 is #54ACFB. Grayscale: #646464. Windows color (decimal): -5549308 or 283563. OLE color: 283563.
HSL color Cylindrical-coordinate representation of color #AB5304: hue angle of 28.38º 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 #AB5304 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.33 |
| HSL | 28.38º | 0.95% | 0.34% | - |
| HSV(B) | 28.38º | 0.98% | 0.67% | - |
| XYZ | 19.91 | 14.85 | 1.93 | - |
| YUV | 100.31 | 73.65 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 4 | 0 | 0.51 | 0.98 | 0.33 | 28.38 | 0.95 | 0.34 |
| Hex | AB | 53 | 4 | 0 | 33 | 62 | 21 | 1C | 5F | 22 |
| Octal | 253 | 123 | 4 | 0 | 63 | 142 | 41 | 34 | 137 | 42 |
| Binary | 10101011 | 1010011 | 100 | 0 | 110011 | 1100010 | 100001 | 11100 | 1011111 | 100010 |
Color Harmonies of #AB5304
Complementary color
Monochromatic Colors of #AB5304
Black with #AB5304
Text Example
Text Example
White with #AB5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5304; }
p { color: rgb(171,83,4); }
H1.HeaderClassName
{
color: #AB5304;
}
.AnyTagClassName
{
color: #AB5304;
}
</style>
background-color css
<style>
a { background-color: #AB5304; }
a { background-color: rgb(171,83,4); }
div.DivClassName
{
background-color: #AB5304;
}
.BgClassName
{
background-color: #AB5304;
}
</style>
border-color css
<style>
span { border-color: #AB5304; }
span { border-color: rgb(171,83,4); }
td.TdClassName
{
border-color: #AB5304;
}
.TagClassName
{
border-color: #AB5304;
}
</style>