Shades of Rust #AF4205
Tints of Rust #AF4205
RGB
CMYK
RGB Variations
Color information
#AF4205 (or 0xAF4205) is known color: Rust. HEX triplet: AF, 42 and 05. RGB value is (175,66,5). Sum of RGB (Red+Green+Blue) = 175+66+5=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4205 is #50BDFA. Grayscale: #5B5B5B. Windows color (decimal): -5291515 or 344751. OLE color: 344751.
HSL color Cylindrical-coordinate representation of color #AF4205: hue angle of 21.53º 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 #AF4205 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.31 |
| HSL | 21.53º | 0.94% | 0.35% | - |
| HSV(B) | 21.53º | 0.97% | 0.69% | - |
| XYZ | 19.65 | 13.02 | 1.62 | - |
| YUV | 91.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 5 | 0 | 0.62 | 0.97 | 0.31 | 21.53 | 0.94 | 0.35 |
| Hex | AF | 42 | 5 | 0 | 3E | 61 | 1F | 16 | 5E | 23 |
| Octal | 257 | 102 | 5 | 0 | 76 | 141 | 37 | 26 | 136 | 43 |
| Binary | 10101111 | 1000010 | 101 | 0 | 111110 | 1100001 | 11111 | 10110 | 1011110 | 100011 |
Color Harmonies of #AF4205
Complementary color
Monochromatic Colors of #AF4205
Black with #AF4205
Text Example
Text Example
White with #AF4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4205; }
p { color: rgb(175,66,5); }
H1.HeaderClassName
{
color: #AF4205;
}
.AnyTagClassName
{
color: #AF4205;
}
</style>
background-color css
<style>
a { background-color: #AF4205; }
a { background-color: rgb(175,66,5); }
div.DivClassName
{
background-color: #AF4205;
}
.BgClassName
{
background-color: #AF4205;
}
</style>
border-color css
<style>
span { border-color: #AF4205; }
span { border-color: rgb(175,66,5); }
td.TdClassName
{
border-color: #AF4205;
}
.TagClassName
{
border-color: #AF4205;
}
</style>