Shades of Rust #AF4903
Tints of Rust #AF4903
RGB
CMYK
RGB Variations
Color information
#AF4903 (or 0xAF4903) is known color: Rust. HEX triplet: AF, 49 and 03. RGB value is (175,73,3). Sum of RGB (Red+Green+Blue) = 175+73+3=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4903 is #50B6FC. Grayscale: #5F5F5F. Windows color (decimal): -5289725 or 215471. OLE color: 215471.
HSL color Cylindrical-coordinate representation of color #AF4903: hue angle of 24.42º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF4903 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.31 |
| HSL | 24.42º | 0.97% | 0.35% | - |
| HSV(B) | 24.42º | 0.98% | 0.69% | - |
| XYZ | 20.08 | 13.89 | 1.71 | - |
| YUV | 95.52 | 75.79 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 3 | 0 | 0.58 | 0.98 | 0.31 | 24.42 | 0.97 | 0.35 |
| Hex | AF | 49 | 3 | 0 | 3A | 62 | 1F | 18 | 61 | 23 |
| Octal | 257 | 111 | 3 | 0 | 72 | 142 | 37 | 30 | 141 | 43 |
| Binary | 10101111 | 1001001 | 11 | 0 | 111010 | 1100010 | 11111 | 11000 | 1100001 | 100011 |
Color Harmonies of #AF4903
Complementary color
Monochromatic Colors of #AF4903
Black with #AF4903
Text Example
Text Example
White with #AF4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4903; }
p { color: rgb(175,73,3); }
H1.HeaderClassName
{
color: #AF4903;
}
.AnyTagClassName
{
color: #AF4903;
}
</style>
background-color css
<style>
a { background-color: #AF4903; }
a { background-color: rgb(175,73,3); }
div.DivClassName
{
background-color: #AF4903;
}
.BgClassName
{
background-color: #AF4903;
}
</style>
border-color css
<style>
span { border-color: #AF4903; }
span { border-color: rgb(175,73,3); }
td.TdClassName
{
border-color: #AF4903;
}
.TagClassName
{
border-color: #AF4903;
}
</style>