Shades of Rust #AF4505
Tints of Rust #AF4505
RGB
CMYK
RGB Variations
Color information
#AF4505 (or 0xAF4505) is known color: Rust. HEX triplet: AF, 45 and 05. RGB value is (175,69,5). Sum of RGB (Red+Green+Blue) = 175+69+5=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4505 is #50BAFA. Grayscale: #5D5D5D. Windows color (decimal): -5290747 or 345519. OLE color: 345519.
HSL color Cylindrical-coordinate representation of color #AF4505: hue angle of 22.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF4505 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.31 |
| HSL | 22.59º | 0.94% | 0.35% | - |
| HSV(B) | 22.59º | 0.97% | 0.69% | - |
| XYZ | 19.83 | 13.38 | 1.68 | - |
| YUV | 93.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 5 | 0 | 0.61 | 0.97 | 0.31 | 22.59 | 0.94 | 0.35 |
| Hex | AF | 45 | 5 | 0 | 3D | 61 | 1F | 17 | 5E | 23 |
| Octal | 257 | 105 | 5 | 0 | 75 | 141 | 37 | 27 | 136 | 43 |
| Binary | 10101111 | 1000101 | 101 | 0 | 111101 | 1100001 | 11111 | 10111 | 1011110 | 100011 |
Color Harmonies of #AF4505
Complementary color
Monochromatic Colors of #AF4505
Black with #AF4505
Text Example
Text Example
White with #AF4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4505; }
p { color: rgb(175,69,5); }
H1.HeaderClassName
{
color: #AF4505;
}
.AnyTagClassName
{
color: #AF4505;
}
</style>
background-color css
<style>
a { background-color: #AF4505; }
a { background-color: rgb(175,69,5); }
div.DivClassName
{
background-color: #AF4505;
}
.BgClassName
{
background-color: #AF4505;
}
</style>
border-color css
<style>
span { border-color: #AF4505; }
span { border-color: rgb(175,69,5); }
td.TdClassName
{
border-color: #AF4505;
}
.TagClassName
{
border-color: #AF4505;
}
</style>