Shades of Rust #AF5305
Tints of Rust #AF5305
RGB
CMYK
RGB Variations
Color information
#AF5305 (or 0xAF5305) is known color: Rust. HEX triplet: AF, 53 and 05. RGB value is (175,83,5). Sum of RGB (Red+Green+Blue) = 175+83+5=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5305 is #50ACFA. Grayscale: #666666. Windows color (decimal): -5287163 or 349103. OLE color: 349103.
HSL color Cylindrical-coordinate representation of color #AF5305: hue angle of 27.53º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF5305 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.31 |
| HSL | 27.53º | 0.94% | 0.35% | - |
| HSV(B) | 27.53º | 0.97% | 0.69% | - |
| XYZ | 20.8 | 15.31 | 2 | - |
| YUV | 101.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 5 | 0 | 0.53 | 0.97 | 0.31 | 27.53 | 0.94 | 0.35 |
| Hex | AF | 53 | 5 | 0 | 35 | 61 | 1F | 1C | 5E | 23 |
| Octal | 257 | 123 | 5 | 0 | 65 | 141 | 37 | 34 | 136 | 43 |
| Binary | 10101111 | 1010011 | 101 | 0 | 110101 | 1100001 | 11111 | 11100 | 1011110 | 100011 |
Color Harmonies of #AF5305
Complementary color
Monochromatic Colors of #AF5305
Black with #AF5305
Text Example
Text Example
White with #AF5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5305; }
p { color: rgb(175,83,5); }
H1.HeaderClassName
{
color: #AF5305;
}
.AnyTagClassName
{
color: #AF5305;
}
</style>
background-color css
<style>
a { background-color: #AF5305; }
a { background-color: rgb(175,83,5); }
div.DivClassName
{
background-color: #AF5305;
}
.BgClassName
{
background-color: #AF5305;
}
</style>
border-color css
<style>
span { border-color: #AF5305; }
span { border-color: rgb(175,83,5); }
td.TdClassName
{
border-color: #AF5305;
}
.TagClassName
{
border-color: #AF5305;
}
</style>