Shades of Rust #AF4507
Tints of Rust #AF4507
RGB
CMYK
RGB Variations
Color information
#AF4507 (or 0xAF4507) is known color: Rust. HEX triplet: AF, 45 and 07. RGB value is (175,69,7). Sum of RGB (Red+Green+Blue) = 175+69+7=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4507 is #50BAF8. Grayscale: #5D5D5D. Windows color (decimal): -5290745 or 476591. OLE color: 476591.
HSL color Cylindrical-coordinate representation of color #AF4507: hue angle of 22.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF4507 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.31 |
| HSL | 22.14º | 0.92% | 0.36% | - |
| HSV(B) | 22.14º | 0.96% | 0.69% | - |
| XYZ | 19.85 | 13.39 | 1.74 | - |
| YUV | 93.63 | 79.12 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 7 | 0 | 0.61 | 0.96 | 0.31 | 22.14 | 0.92 | 0.36 |
| Hex | AF | 45 | 7 | 0 | 3D | 60 | 1F | 16 | 5C | 24 |
| Octal | 257 | 105 | 7 | 0 | 75 | 140 | 37 | 26 | 134 | 44 |
| Binary | 10101111 | 1000101 | 111 | 0 | 111101 | 1100000 | 11111 | 10110 | 1011100 | 100100 |
Color Harmonies of #AF4507
Complementary color
Monochromatic Colors of #AF4507
Black with #AF4507
Text Example
Text Example
White with #AF4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4507; }
p { color: rgb(175,69,7); }
H1.HeaderClassName
{
color: #AF4507;
}
.AnyTagClassName
{
color: #AF4507;
}
</style>
background-color css
<style>
a { background-color: #AF4507; }
a { background-color: rgb(175,69,7); }
div.DivClassName
{
background-color: #AF4507;
}
.BgClassName
{
background-color: #AF4507;
}
</style>
border-color css
<style>
span { border-color: #AF4507; }
span { border-color: rgb(175,69,7); }
td.TdClassName
{
border-color: #AF4507;
}
.TagClassName
{
border-color: #AF4507;
}
</style>