Shades of Rust #AF3503
Tints of Rust #AF3503
RGB
CMYK
RGB Variations
Color information
#AF3503 (or 0xAF3503) is known color: Rust. HEX triplet: AF, 35 and 03. RGB value is (175,53,3). Sum of RGB (Red+Green+Blue) = 175+53+3=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3503 is #50CAFC. Grayscale: #545454. Windows color (decimal): -5294845 or 210351. OLE color: 210351.
HSL color Cylindrical-coordinate representation of color #AF3503: hue angle of 17.44º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF3503 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.31 |
| HSL | 17.44º | 0.97% | 0.35% | - |
| HSV(B) | 17.44º | 0.98% | 0.69% | - |
| XYZ | 18.97 | 11.67 | 1.34 | - |
| YUV | 83.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 3 | 0 | 0.70 | 0.98 | 0.31 | 17.44 | 0.97 | 0.35 |
| Hex | AF | 35 | 3 | 0 | 46 | 62 | 1F | 11 | 61 | 23 |
| Octal | 257 | 65 | 3 | 0 | 106 | 142 | 37 | 21 | 141 | 43 |
| Binary | 10101111 | 110101 | 11 | 0 | 1000110 | 1100010 | 11111 | 10001 | 1100001 | 100011 |
Color Harmonies of #AF3503
Complementary color
Monochromatic Colors of #AF3503
Black with #AF3503
Text Example
Text Example
White with #AF3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3503; }
p { color: rgb(175,53,3); }
H1.HeaderClassName
{
color: #AF3503;
}
.AnyTagClassName
{
color: #AF3503;
}
</style>
background-color css
<style>
a { background-color: #AF3503; }
a { background-color: rgb(175,53,3); }
div.DivClassName
{
background-color: #AF3503;
}
.BgClassName
{
background-color: #AF3503;
}
</style>
border-color css
<style>
span { border-color: #AF3503; }
span { border-color: rgb(175,53,3); }
td.TdClassName
{
border-color: #AF3503;
}
.TagClassName
{
border-color: #AF3503;
}
</style>