Shades of Rust #AF470A
Tints of Rust #AF470A
RGB
CMYK
RGB Variations
Color information
#AF470A (or 0xAF470A) is known color: Rust. HEX triplet: AF, 47 and 0A. RGB value is (175,71,10). Sum of RGB (Red+Green+Blue) = 175+71+10=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF470A is #50B8F5. Grayscale: #5F5F5F. Windows color (decimal): -5290230 or 673711. OLE color: 673711.
HSL color Cylindrical-coordinate representation of color #AF470A: hue angle of 22.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF470A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 10 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.31 |
| HSL | 22.18º | 0.89% | 0.36% | - |
| HSV(B) | 22.18º | 0.94% | 0.69% | - |
| XYZ | 19.99 | 13.64 | 1.87 | - |
| YUV | 95.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 10 | 0 | 0.59 | 0.94 | 0.31 | 22.18 | 0.89 | 0.36 |
| Hex | AF | 47 | A | 0 | 3B | 5E | 1F | 16 | 59 | 24 |
| Octal | 257 | 107 | 12 | 0 | 73 | 136 | 37 | 26 | 131 | 44 |
| Binary | 10101111 | 1000111 | 1010 | 0 | 111011 | 1011110 | 11111 | 10110 | 1011001 | 100100 |
Color Harmonies of #AF470A
Complementary color
Monochromatic Colors of #AF470A
Black with #AF470A
Text Example
Text Example
White with #AF470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF470A; }
p { color: rgb(175,71,10); }
H1.HeaderClassName
{
color: #AF470A;
}
.AnyTagClassName
{
color: #AF470A;
}
</style>
background-color css
<style>
a { background-color: #AF470A; }
a { background-color: rgb(175,71,10); }
div.DivClassName
{
background-color: #AF470A;
}
.BgClassName
{
background-color: #AF470A;
}
</style>
border-color css
<style>
span { border-color: #AF470A; }
span { border-color: rgb(175,71,10); }
td.TdClassName
{
border-color: #AF470A;
}
.TagClassName
{
border-color: #AF470A;
}
</style>