Shades of Rust #AF3609
Tints of Rust #AF3609
RGB
CMYK
RGB Variations
Color information
#AF3609 (or 0xAF3609) is known color: Rust. HEX triplet: AF, 36 and 09. RGB value is (175,54,9). Sum of RGB (Red+Green+Blue) = 175+54+9=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3609 is #50C9F6. Grayscale: #555555. Windows color (decimal): -5294583 or 603823. OLE color: 603823.
HSL color Cylindrical-coordinate representation of color #AF3609: hue angle of 16.27º 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 #AF3609 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.31 |
| HSL | 16.27º | 0.9% | 0.36% | - |
| HSV(B) | 16.27º | 0.95% | 0.69% | - |
| XYZ | 19.05 | 11.77 | 1.53 | - |
| YUV | 85.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 9 | 0 | 0.69 | 0.95 | 0.31 | 16.27 | 0.9 | 0.36 |
| Hex | AF | 36 | 9 | 0 | 45 | 5F | 1F | 10 | 5A | 24 |
| Octal | 257 | 66 | 11 | 0 | 105 | 137 | 37 | 20 | 132 | 44 |
| Binary | 10101111 | 110110 | 1001 | 0 | 1000101 | 1011111 | 11111 | 10000 | 1011010 | 100100 |
Color Harmonies of #AF3609
Complementary color
Monochromatic Colors of #AF3609
Black with #AF3609
Text Example
Text Example
White with #AF3609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3609; }
p { color: rgb(175,54,9); }
H1.HeaderClassName
{
color: #AF3609;
}
.AnyTagClassName
{
color: #AF3609;
}
</style>
background-color css
<style>
a { background-color: #AF3609; }
a { background-color: rgb(175,54,9); }
div.DivClassName
{
background-color: #AF3609;
}
.BgClassName
{
background-color: #AF3609;
}
</style>
border-color css
<style>
span { border-color: #AF3609; }
span { border-color: rgb(175,54,9); }
td.TdClassName
{
border-color: #AF3609;
}
.TagClassName
{
border-color: #AF3609;
}
</style>