Shades of Rust #AF3504
Tints of Rust #AF3504
RGB
CMYK
RGB Variations
Color information
#AF3504 (or 0xAF3504) is known color: Rust. HEX triplet: AF, 35 and 04. RGB value is (175,53,4). Sum of RGB (Red+Green+Blue) = 175+53+4=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3504 is #50CAFB. Grayscale: #545454. Windows color (decimal): -5294844 or 275887. OLE color: 275887.
HSL color Cylindrical-coordinate representation of color #AF3504: hue angle of 17.19º degrees, saturation: 0.96, 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 #AF3504 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.31 |
| HSL | 17.19º | 0.96% | 0.35% | - |
| HSV(B) | 17.19º | 0.98% | 0.69% | - |
| XYZ | 18.97 | 11.67 | 1.37 | - |
| YUV | 83.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 4 | 0 | 0.70 | 0.98 | 0.31 | 17.19 | 0.96 | 0.35 |
| Hex | AF | 35 | 4 | 0 | 46 | 62 | 1F | 11 | 60 | 23 |
| Octal | 257 | 65 | 4 | 0 | 106 | 142 | 37 | 21 | 140 | 43 |
| Binary | 10101111 | 110101 | 100 | 0 | 1000110 | 1100010 | 11111 | 10001 | 1100000 | 100011 |
Color Harmonies of #AF3504
Complementary color
Monochromatic Colors of #AF3504
Black with #AF3504
Text Example
Text Example
White with #AF3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3504; }
p { color: rgb(175,53,4); }
H1.HeaderClassName
{
color: #AF3504;
}
.AnyTagClassName
{
color: #AF3504;
}
</style>
background-color css
<style>
a { background-color: #AF3504; }
a { background-color: rgb(175,53,4); }
div.DivClassName
{
background-color: #AF3504;
}
.BgClassName
{
background-color: #AF3504;
}
</style>
border-color css
<style>
span { border-color: #AF3504; }
span { border-color: rgb(175,53,4); }
td.TdClassName
{
border-color: #AF3504;
}
.TagClassName
{
border-color: #AF3504;
}
</style>