Shades of Rust #AF4901
Tints of Rust #AF4901
RGB
CMYK
RGB Variations
Color information
#AF4901 (or 0xAF4901) is known color: Rust. HEX triplet: AF, 49 and 01. RGB value is (175,73,1). Sum of RGB (Red+Green+Blue) = 175+73+1=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4901 is #50B6FE. Grayscale: #5F5F5F. Windows color (decimal): -5289727 or 84399. OLE color: 84399.
HSL color Cylindrical-coordinate representation of color #AF4901: hue angle of 24.83º 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 #AF4901 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.31 |
| HSL | 24.83º | 0.99% | 0.35% | - |
| HSV(B) | 24.83º | 0.99% | 0.69% | - |
| XYZ | 20.07 | 13.88 | 1.65 | - |
| YUV | 95.29 | 74.79 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 1 | 0 | 0.58 | 0.99 | 0.31 | 24.83 | 0.99 | 0.35 |
| Hex | AF | 49 | 1 | 0 | 3A | 63 | 1F | 19 | 63 | 23 |
| Octal | 257 | 111 | 1 | 0 | 72 | 143 | 37 | 31 | 143 | 43 |
| Binary | 10101111 | 1001001 | 1 | 0 | 111010 | 1100011 | 11111 | 11001 | 1100011 | 100011 |
Color Harmonies of #AF4901
Complementary color
Monochromatic Colors of #AF4901
Black with #AF4901
Text Example
Text Example
White with #AF4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4901; }
p { color: rgb(175,73,1); }
H1.HeaderClassName
{
color: #AF4901;
}
.AnyTagClassName
{
color: #AF4901;
}
</style>
background-color css
<style>
a { background-color: #AF4901; }
a { background-color: rgb(175,73,1); }
div.DivClassName
{
background-color: #AF4901;
}
.BgClassName
{
background-color: #AF4901;
}
</style>
border-color css
<style>
span { border-color: #AF4901; }
span { border-color: rgb(175,73,1); }
td.TdClassName
{
border-color: #AF4901;
}
.TagClassName
{
border-color: #AF4901;
}
</style>