Shades of Rust #AF4701
Tints of Rust #AF4701
RGB
CMYK
RGB Variations
Color information
#AF4701 (or 0xAF4701) is known color: Rust. HEX triplet: AF, 47 and 01. RGB value is (175,71,1). Sum of RGB (Red+Green+Blue) = 175+71+1=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4701 is #50B8FE. Grayscale: #5E5E5E. Windows color (decimal): -5290239 or 83887. OLE color: 83887.
HSL color Cylindrical-coordinate representation of color #AF4701: hue angle of 24.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF4701 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.31 |
| HSL | 24.14º | 0.99% | 0.35% | - |
| HSV(B) | 24.14º | 0.99% | 0.69% | - |
| XYZ | 19.94 | 13.62 | 1.61 | - |
| YUV | 94.12 | 75.46 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 1 | 0 | 0.59 | 0.99 | 0.31 | 24.14 | 0.99 | 0.35 |
| Hex | AF | 47 | 1 | 0 | 3B | 63 | 1F | 18 | 63 | 23 |
| Octal | 257 | 107 | 1 | 0 | 73 | 143 | 37 | 30 | 143 | 43 |
| Binary | 10101111 | 1000111 | 1 | 0 | 111011 | 1100011 | 11111 | 11000 | 1100011 | 100011 |
Color Harmonies of #AF4701
Complementary color
Monochromatic Colors of #AF4701
Black with #AF4701
Text Example
Text Example
White with #AF4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4701; }
p { color: rgb(175,71,1); }
H1.HeaderClassName
{
color: #AF4701;
}
.AnyTagClassName
{
color: #AF4701;
}
</style>
background-color css
<style>
a { background-color: #AF4701; }
a { background-color: rgb(175,71,1); }
div.DivClassName
{
background-color: #AF4701;
}
.BgClassName
{
background-color: #AF4701;
}
</style>
border-color css
<style>
span { border-color: #AF4701; }
span { border-color: rgb(175,71,1); }
td.TdClassName
{
border-color: #AF4701;
}
.TagClassName
{
border-color: #AF4701;
}
</style>