Shades of Rust #AF4807
Tints of Rust #AF4807
RGB
CMYK
RGB Variations
Color information
#AF4807 (or 0xAF4807) is known color: Rust. HEX triplet: AF, 48 and 07. RGB value is (175,72,7). Sum of RGB (Red+Green+Blue) = 175+72+7=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4807 is #50B7F8. Grayscale: #5F5F5F. Windows color (decimal): -5289977 or 477359. OLE color: 477359.
HSL color Cylindrical-coordinate representation of color #AF4807: hue angle of 23.21º 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 #AF4807 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 7 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.31 |
| HSL | 23.21º | 0.92% | 0.36% | - |
| HSV(B) | 23.21º | 0.96% | 0.69% | - |
| XYZ | 20.03 | 13.76 | 1.8 | - |
| YUV | 95.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 7 | 0 | 0.59 | 0.96 | 0.31 | 23.21 | 0.92 | 0.36 |
| Hex | AF | 48 | 7 | 0 | 3B | 60 | 1F | 17 | 5C | 24 |
| Octal | 257 | 110 | 7 | 0 | 73 | 140 | 37 | 27 | 134 | 44 |
| Binary | 10101111 | 1001000 | 111 | 0 | 111011 | 1100000 | 11111 | 10111 | 1011100 | 100100 |
Color Harmonies of #AF4807
Complementary color
Monochromatic Colors of #AF4807
Black with #AF4807
Text Example
Text Example
White with #AF4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4807; }
p { color: rgb(175,72,7); }
H1.HeaderClassName
{
color: #AF4807;
}
.AnyTagClassName
{
color: #AF4807;
}
</style>
background-color css
<style>
a { background-color: #AF4807; }
a { background-color: rgb(175,72,7); }
div.DivClassName
{
background-color: #AF4807;
}
.BgClassName
{
background-color: #AF4807;
}
</style>
border-color css
<style>
span { border-color: #AF4807; }
span { border-color: rgb(175,72,7); }
td.TdClassName
{
border-color: #AF4807;
}
.TagClassName
{
border-color: #AF4807;
}
</style>