Shades of Rust #AF3409
Tints of Rust #AF3409
RGB
CMYK
RGB Variations
Color information
#AF3409 (or 0xAF3409) is known color: Rust. HEX triplet: AF, 34 and 09. RGB value is (175,52,9). Sum of RGB (Red+Green+Blue) = 175+52+9=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3409 is #50CBF6. Grayscale: #545454. Windows color (decimal): -5295095 or 603311. OLE color: 603311.
HSL color Cylindrical-coordinate representation of color #AF3409: hue angle of 15.54º 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 #AF3409 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.31 |
| HSL | 15.54º | 0.9% | 0.36% | - |
| HSV(B) | 15.54º | 0.95% | 0.69% | - |
| XYZ | 18.96 | 11.59 | 1.5 | - |
| YUV | 83.88 | 85.75 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 9 | 0 | 0.70 | 0.95 | 0.31 | 15.54 | 0.9 | 0.36 |
| Hex | AF | 34 | 9 | 0 | 46 | 5F | 1F | 10 | 5A | 24 |
| Octal | 257 | 64 | 11 | 0 | 106 | 137 | 37 | 20 | 132 | 44 |
| Binary | 10101111 | 110100 | 1001 | 0 | 1000110 | 1011111 | 11111 | 10000 | 1011010 | 100100 |
Color Harmonies of #AF3409
Complementary color
Monochromatic Colors of #AF3409
Black with #AF3409
Text Example
Text Example
White with #AF3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3409; }
p { color: rgb(175,52,9); }
H1.HeaderClassName
{
color: #AF3409;
}
.AnyTagClassName
{
color: #AF3409;
}
</style>
background-color css
<style>
a { background-color: #AF3409; }
a { background-color: rgb(175,52,9); }
div.DivClassName
{
background-color: #AF3409;
}
.BgClassName
{
background-color: #AF3409;
}
</style>
border-color css
<style>
span { border-color: #AF3409; }
span { border-color: rgb(175,52,9); }
td.TdClassName
{
border-color: #AF3409;
}
.TagClassName
{
border-color: #AF3409;
}
</style>