Shades of Rust #AF3101
Tints of Rust #AF3101
RGB
CMYK
RGB Variations
Color information
#AF3101 (or 0xAF3101) is known color: Rust. HEX triplet: AF, 31 and 01. RGB value is (175,49,1). Sum of RGB (Red+Green+Blue) = 175+49+1=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3101 is #50CEFE. Grayscale: #515151. Windows color (decimal): -5295871 or 78255. OLE color: 78255.
HSL color Cylindrical-coordinate representation of color #AF3101: hue angle of 16.55º 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 #AF3101 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.31 |
| HSL | 16.55º | 0.99% | 0.35% | - |
| HSV(B) | 16.55º | 0.99% | 0.69% | - |
| XYZ | 18.78 | 11.31 | 1.22 | - |
| YUV | 81.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 1 | 0 | 0.72 | 0.99 | 0.31 | 16.55 | 0.99 | 0.35 |
| Hex | AF | 31 | 1 | 0 | 48 | 63 | 1F | 11 | 63 | 23 |
| Octal | 257 | 61 | 1 | 0 | 110 | 143 | 37 | 21 | 143 | 43 |
| Binary | 10101111 | 110001 | 1 | 0 | 1001000 | 1100011 | 11111 | 10001 | 1100011 | 100011 |
Color Harmonies of #AF3101
Complementary color
Monochromatic Colors of #AF3101
Black with #AF3101
Text Example
Text Example
White with #AF3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3101; }
p { color: rgb(175,49,1); }
H1.HeaderClassName
{
color: #AF3101;
}
.AnyTagClassName
{
color: #AF3101;
}
</style>
background-color css
<style>
a { background-color: #AF3101; }
a { background-color: rgb(175,49,1); }
div.DivClassName
{
background-color: #AF3101;
}
.BgClassName
{
background-color: #AF3101;
}
</style>
border-color css
<style>
span { border-color: #AF3101; }
span { border-color: rgb(175,49,1); }
td.TdClassName
{
border-color: #AF3101;
}
.TagClassName
{
border-color: #AF3101;
}
</style>