Shades of Rust #AF3105
Tints of Rust #AF3105
RGB
CMYK
RGB Variations
Color information
#AF3105 (or 0xAF3105) is known color: Rust. HEX triplet: AF, 31 and 05. RGB value is (175,49,5). Sum of RGB (Red+Green+Blue) = 175+49+5=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3105 is #50CEFA. Grayscale: #515151. Windows color (decimal): -5295867 or 340399. OLE color: 340399.
HSL color Cylindrical-coordinate representation of color #AF3105: hue angle of 15.53º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF3105 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.31 |
| HSL | 15.53º | 0.94% | 0.35% | - |
| HSV(B) | 15.53º | 0.97% | 0.69% | - |
| XYZ | 18.8 | 11.32 | 1.34 | - |
| YUV | 81.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 5 | 0 | 0.72 | 0.97 | 0.31 | 15.53 | 0.94 | 0.35 |
| Hex | AF | 31 | 5 | 0 | 48 | 61 | 1F | 10 | 5E | 23 |
| Octal | 257 | 61 | 5 | 0 | 110 | 141 | 37 | 20 | 136 | 43 |
| Binary | 10101111 | 110001 | 101 | 0 | 1001000 | 1100001 | 11111 | 10000 | 1011110 | 100011 |
Color Harmonies of #AF3105
Complementary color
Monochromatic Colors of #AF3105
Black with #AF3105
Text Example
Text Example
White with #AF3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3105; }
p { color: rgb(175,49,5); }
H1.HeaderClassName
{
color: #AF3105;
}
.AnyTagClassName
{
color: #AF3105;
}
</style>
background-color css
<style>
a { background-color: #AF3105; }
a { background-color: rgb(175,49,5); }
div.DivClassName
{
background-color: #AF3105;
}
.BgClassName
{
background-color: #AF3105;
}
</style>
border-color css
<style>
span { border-color: #AF3105; }
span { border-color: rgb(175,49,5); }
td.TdClassName
{
border-color: #AF3105;
}
.TagClassName
{
border-color: #AF3105;
}
</style>