Shades of Rust #AF4801
Tints of Rust #AF4801
RGB
CMYK
RGB Variations
Color information
#AF4801 (or 0xAF4801) is known color: Rust. HEX triplet: AF, 48 and 01. RGB value is (175,72,1). Sum of RGB (Red+Green+Blue) = 175+72+1=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4801 is #50B7FE. Grayscale: #5F5F5F. Windows color (decimal): -5289983 or 84143. OLE color: 84143.
HSL color Cylindrical-coordinate representation of color #AF4801: hue angle of 24.48º 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 #AF4801 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.31 |
| HSL | 24.48º | 0.99% | 0.35% | - |
| HSV(B) | 24.48º | 0.99% | 0.69% | - |
| XYZ | 20 | 13.75 | 1.63 | - |
| YUV | 94.7 | 75.12 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 1 | 0 | 0.59 | 0.99 | 0.31 | 24.48 | 0.99 | 0.35 |
| Hex | AF | 48 | 1 | 0 | 3B | 63 | 1F | 18 | 63 | 23 |
| Octal | 257 | 110 | 1 | 0 | 73 | 143 | 37 | 30 | 143 | 43 |
| Binary | 10101111 | 1001000 | 1 | 0 | 111011 | 1100011 | 11111 | 11000 | 1100011 | 100011 |
Color Harmonies of #AF4801
Complementary color
Monochromatic Colors of #AF4801
Black with #AF4801
Text Example
Text Example
White with #AF4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4801; }
p { color: rgb(175,72,1); }
H1.HeaderClassName
{
color: #AF4801;
}
.AnyTagClassName
{
color: #AF4801;
}
</style>
background-color css
<style>
a { background-color: #AF4801; }
a { background-color: rgb(175,72,1); }
div.DivClassName
{
background-color: #AF4801;
}
.BgClassName
{
background-color: #AF4801;
}
</style>
border-color css
<style>
span { border-color: #AF4801; }
span { border-color: rgb(175,72,1); }
td.TdClassName
{
border-color: #AF4801;
}
.TagClassName
{
border-color: #AF4801;
}
</style>