Shades of Rust #AF3500
Tints of Rust #AF3500
RGB
CMYK
RGB Variations
Color information
#AF3500 (or 0xAF3500) is known color: Rust. HEX triplet: AF, 35 and 00. RGB value is (175,53,0). Sum of RGB (Red+Green+Blue) = 175+53+0=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3500 is #50CAFF. Grayscale: #535353. Windows color (decimal): -5294848 or 13743. OLE color: 13743.
HSL color Cylindrical-coordinate representation of color #AF3500: hue angle of 18.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF3500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.31 |
| HSL | 18.17º | 1% | 0.34% | - |
| HSV(B) | 18.17º | 1% | 0.69% | - |
| XYZ | 18.95 | 11.66 | 1.25 | - |
| YUV | 83.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 0 | 0 | 0.70 | 1 | 0.31 | 18.17 | 1 | 0.34 |
| Hex | AF | 35 | 0 | 0 | 46 | 64 | 1F | 12 | 64 | 22 |
| Octal | 257 | 65 | 0 | 0 | 106 | 144 | 37 | 22 | 144 | 42 |
| Binary | 10101111 | 110101 | 0 | 0 | 1000110 | 1100100 | 11111 | 10010 | 1100100 | 100010 |
Color Harmonies of #AF3500
Complementary color
Monochromatic Colors of #AF3500
Black with #AF3500
Text Example
Text Example
White with #AF3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3500; }
p { color: rgb(175,53,0); }
H1.HeaderClassName
{
color: #AF3500;
}
.AnyTagClassName
{
color: #AF3500;
}
</style>
background-color css
<style>
a { background-color: #AF3500; }
a { background-color: rgb(175,53,0); }
div.DivClassName
{
background-color: #AF3500;
}
.BgClassName
{
background-color: #AF3500;
}
</style>
border-color css
<style>
span { border-color: #AF3500; }
span { border-color: rgb(175,53,0); }
td.TdClassName
{
border-color: #AF3500;
}
.TagClassName
{
border-color: #AF3500;
}
</style>