Shades of Rust #AF4809
Tints of Rust #AF4809
RGB
CMYK
RGB Variations
Color information
#AF4809 (or 0xAF4809) is known color: Rust. HEX triplet: AF, 48 and 09. RGB value is (175,72,9). Sum of RGB (Red+Green+Blue) = 175+72+9=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4809 is #50B7F6. Grayscale: #5F5F5F. Windows color (decimal): -5289975 or 608431. OLE color: 608431.
HSL color Cylindrical-coordinate representation of color #AF4809: hue angle of 22.77º 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 #AF4809 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 9 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.31 |
| HSL | 22.77º | 0.9% | 0.36% | - |
| HSV(B) | 22.77º | 0.95% | 0.69% | - |
| XYZ | 20.05 | 13.77 | 1.86 | - |
| YUV | 95.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 9 | 0 | 0.59 | 0.95 | 0.31 | 22.77 | 0.9 | 0.36 |
| Hex | AF | 48 | 9 | 0 | 3B | 5F | 1F | 17 | 5A | 24 |
| Octal | 257 | 110 | 11 | 0 | 73 | 137 | 37 | 27 | 132 | 44 |
| Binary | 10101111 | 1001000 | 1001 | 0 | 111011 | 1011111 | 11111 | 10111 | 1011010 | 100100 |
Color Harmonies of #AF4809
Complementary color
Monochromatic Colors of #AF4809
Black with #AF4809
Text Example
Text Example
White with #AF4809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4809; }
p { color: rgb(175,72,9); }
H1.HeaderClassName
{
color: #AF4809;
}
.AnyTagClassName
{
color: #AF4809;
}
</style>
background-color css
<style>
a { background-color: #AF4809; }
a { background-color: rgb(175,72,9); }
div.DivClassName
{
background-color: #AF4809;
}
.BgClassName
{
background-color: #AF4809;
}
</style>
border-color css
<style>
span { border-color: #AF4809; }
span { border-color: rgb(175,72,9); }
td.TdClassName
{
border-color: #AF4809;
}
.TagClassName
{
border-color: #AF4809;
}
</style>