Shades of Rust #AF4F09
Tints of Rust #AF4F09
RGB
CMYK
RGB Variations
Color information
#AF4F09 (or 0xAF4F09) is known color: Rust. HEX triplet: AF, 4F and 09. RGB value is (175,79,9). Sum of RGB (Red+Green+Blue) = 175+79+9=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F09 is #50B0F6. Grayscale: #646464. Windows color (decimal): -5288183 or 610223. OLE color: 610223.
HSL color Cylindrical-coordinate representation of color #AF4F09: hue angle of 25.3º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF4F09 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 9 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.31 |
| HSL | 25.3º | 0.9% | 0.36% | - |
| HSV(B) | 25.3º | 0.95% | 0.69% | - |
| XYZ | 20.52 | 14.73 | 2.02 | - |
| YUV | 99.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 9 | 0 | 0.55 | 0.95 | 0.31 | 25.3 | 0.9 | 0.36 |
| Hex | AF | 4F | 9 | 0 | 37 | 5F | 1F | 19 | 5A | 24 |
| Octal | 257 | 117 | 11 | 0 | 67 | 137 | 37 | 31 | 132 | 44 |
| Binary | 10101111 | 1001111 | 1001 | 0 | 110111 | 1011111 | 11111 | 11001 | 1011010 | 100100 |
Color Harmonies of #AF4F09
Complementary color
Monochromatic Colors of #AF4F09
Black with #AF4F09
Text Example
Text Example
White with #AF4F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F09; }
p { color: rgb(175,79,9); }
H1.HeaderClassName
{
color: #AF4F09;
}
.AnyTagClassName
{
color: #AF4F09;
}
</style>
background-color css
<style>
a { background-color: #AF4F09; }
a { background-color: rgb(175,79,9); }
div.DivClassName
{
background-color: #AF4F09;
}
.BgClassName
{
background-color: #AF4F09;
}
</style>
border-color css
<style>
span { border-color: #AF4F09; }
span { border-color: rgb(175,79,9); }
td.TdClassName
{
border-color: #AF4F09;
}
.TagClassName
{
border-color: #AF4F09;
}
</style>