Shades of Rust #AF550F
Tints of Rust #AF550F
RGB
CMYK
RGB Variations
Color information
#AF550F (or 0xAF550F) is known color: Rust. HEX triplet: AF, 55 and 0F. RGB value is (175,85,15). Sum of RGB (Red+Green+Blue) = 175+85+15=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF550F is #50AAF0. Grayscale: #686868. Windows color (decimal): -5286641 or 1004975. OLE color: 1004975.
HSL color Cylindrical-coordinate representation of color #AF550F: hue angle of 26.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF550F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.31 |
| HSL | 26.25º | 0.84% | 0.37% | - |
| HSV(B) | 26.25º | 0.91% | 0.69% | - |
| XYZ | 21.01 | 15.65 | 2.36 | - |
| YUV | 103.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 15 | 0 | 0.51 | 0.91 | 0.31 | 26.25 | 0.84 | 0.37 |
| Hex | AF | 55 | F | 0 | 33 | 5B | 1F | 1A | 54 | 25 |
| Octal | 257 | 125 | 17 | 0 | 63 | 133 | 37 | 32 | 124 | 45 |
| Binary | 10101111 | 1010101 | 1111 | 0 | 110011 | 1011011 | 11111 | 11010 | 1010100 | 100101 |
Color Harmonies of #AF550F
Complementary color
Monochromatic Colors of #AF550F
Black with #AF550F
Text Example
Text Example
White with #AF550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF550F; }
p { color: rgb(175,85,15); }
H1.HeaderClassName
{
color: #AF550F;
}
.AnyTagClassName
{
color: #AF550F;
}
</style>
background-color css
<style>
a { background-color: #AF550F; }
a { background-color: rgb(175,85,15); }
div.DivClassName
{
background-color: #AF550F;
}
.BgClassName
{
background-color: #AF550F;
}
</style>
border-color css
<style>
span { border-color: #AF550F; }
span { border-color: rgb(175,85,15); }
td.TdClassName
{
border-color: #AF550F;
}
.TagClassName
{
border-color: #AF550F;
}
</style>