Shades of Rust #AF3D09
Tints of Rust #AF3D09
RGB
CMYK
RGB Variations
Color information
#AF3D09 (or 0xAF3D09) is known color: Rust. HEX triplet: AF, 3D and 09. RGB value is (175,61,9). Sum of RGB (Red+Green+Blue) = 175+61+9=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3D09 is #50C2F6. Grayscale: #595959. Windows color (decimal): -5292791 or 605615. OLE color: 605615.
HSL color Cylindrical-coordinate representation of color #AF3D09: hue angle of 18.8º 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 #AF3D09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.31 |
| HSL | 18.8º | 0.9% | 0.36% | - |
| HSV(B) | 18.8º | 0.95% | 0.69% | - |
| XYZ | 19.4 | 12.47 | 1.64 | - |
| YUV | 89.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 9 | 0 | 0.65 | 0.95 | 0.31 | 18.8 | 0.9 | 0.36 |
| Hex | AF | 3D | 9 | 0 | 41 | 5F | 1F | 13 | 5A | 24 |
| Octal | 257 | 75 | 11 | 0 | 101 | 137 | 37 | 23 | 132 | 44 |
| Binary | 10101111 | 111101 | 1001 | 0 | 1000001 | 1011111 | 11111 | 10011 | 1011010 | 100100 |
Color Harmonies of #AF3D09
Complementary color
Monochromatic Colors of #AF3D09
Black with #AF3D09
Text Example
Text Example
White with #AF3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D09; }
p { color: rgb(175,61,9); }
H1.HeaderClassName
{
color: #AF3D09;
}
.AnyTagClassName
{
color: #AF3D09;
}
</style>
background-color css
<style>
a { background-color: #AF3D09; }
a { background-color: rgb(175,61,9); }
div.DivClassName
{
background-color: #AF3D09;
}
.BgClassName
{
background-color: #AF3D09;
}
</style>
border-color css
<style>
span { border-color: #AF3D09; }
span { border-color: rgb(175,61,9); }
td.TdClassName
{
border-color: #AF3D09;
}
.TagClassName
{
border-color: #AF3D09;
}
</style>