Shades of Rust #AF4D00
Tints of Rust #AF4D00
RGB
CMYK
RGB Variations
Color information
#AF4D00 (or 0xAF4D00) is known color: Rust. HEX triplet: AF, 4D and 00. RGB value is (175,77,0). Sum of RGB (Red+Green+Blue) = 175+77+0=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D00 is #50B2FF. Grayscale: #616161. Windows color (decimal): -5288704 or 19887. OLE color: 19887.
HSL color Cylindrical-coordinate representation of color #AF4D00: hue angle of 26.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF4D00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.31 |
| HSL | 26.4º | 1% | 0.34% | - |
| HSV(B) | 26.4º | 1% | 0.69% | - |
| XYZ | 20.33 | 14.42 | 1.71 | - |
| YUV | 97.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 0 | 0 | 0.56 | 1 | 0.31 | 26.4 | 1 | 0.34 |
| Hex | AF | 4D | 0 | 0 | 38 | 64 | 1F | 1A | 64 | 22 |
| Octal | 257 | 115 | 0 | 0 | 70 | 144 | 37 | 32 | 144 | 42 |
| Binary | 10101111 | 1001101 | 0 | 0 | 111000 | 1100100 | 11111 | 11010 | 1100100 | 100010 |
Color Harmonies of #AF4D00
Complementary color
Monochromatic Colors of #AF4D00
Black with #AF4D00
Text Example
Text Example
White with #AF4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D00; }
p { color: rgb(175,77,0); }
H1.HeaderClassName
{
color: #AF4D00;
}
.AnyTagClassName
{
color: #AF4D00;
}
</style>
background-color css
<style>
a { background-color: #AF4D00; }
a { background-color: rgb(175,77,0); }
div.DivClassName
{
background-color: #AF4D00;
}
.BgClassName
{
background-color: #AF4D00;
}
</style>
border-color css
<style>
span { border-color: #AF4D00; }
span { border-color: rgb(175,77,0); }
td.TdClassName
{
border-color: #AF4D00;
}
.TagClassName
{
border-color: #AF4D00;
}
</style>