Shades of Rust #AF4D05
Tints of Rust #AF4D05
RGB
CMYK
RGB Variations
Color information
#AF4D05 (or 0xAF4D05) is known color: Rust. HEX triplet: AF, 4D and 05. RGB value is (175,77,5). Sum of RGB (Red+Green+Blue) = 175+77+5=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D05 is #50B2FA. Grayscale: #626262. Windows color (decimal): -5288699 or 347567. OLE color: 347567.
HSL color Cylindrical-coordinate representation of color #AF4D05: hue angle of 25.41º 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 #AF4D05 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.31 |
| HSL | 25.41º | 0.94% | 0.35% | - |
| HSV(B) | 25.41º | 0.97% | 0.69% | - |
| XYZ | 20.36 | 14.43 | 1.86 | - |
| YUV | 98.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 5 | 0 | 0.56 | 0.97 | 0.31 | 25.41 | 0.94 | 0.35 |
| Hex | AF | 4D | 5 | 0 | 38 | 61 | 1F | 19 | 5E | 23 |
| Octal | 257 | 115 | 5 | 0 | 70 | 141 | 37 | 31 | 136 | 43 |
| Binary | 10101111 | 1001101 | 101 | 0 | 111000 | 1100001 | 11111 | 11001 | 1011110 | 100011 |
Color Harmonies of #AF4D05
Complementary color
Monochromatic Colors of #AF4D05
Black with #AF4D05
Text Example
Text Example
White with #AF4D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D05; }
p { color: rgb(175,77,5); }
H1.HeaderClassName
{
color: #AF4D05;
}
.AnyTagClassName
{
color: #AF4D05;
}
</style>
background-color css
<style>
a { background-color: #AF4D05; }
a { background-color: rgb(175,77,5); }
div.DivClassName
{
background-color: #AF4D05;
}
.BgClassName
{
background-color: #AF4D05;
}
</style>
border-color css
<style>
span { border-color: #AF4D05; }
span { border-color: rgb(175,77,5); }
td.TdClassName
{
border-color: #AF4D05;
}
.TagClassName
{
border-color: #AF4D05;
}
</style>