Shades of Rust #AF4316
Tints of Rust #AF4316
RGB
CMYK
RGB Variations
Color information
#AF4316 (or 0xAF4316) is known color: Rust. HEX triplet: AF, 43 and 16. RGB value is (175,67,22). Sum of RGB (Red+Green+Blue) = 175+67+22=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4316 is #50BCE9. Grayscale: #5E5E5E. Windows color (decimal): -5291242 or 1459119. OLE color: 1459119.
HSL color Cylindrical-coordinate representation of color #AF4316: hue angle of 17.65º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF4316 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 22 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.31 |
| HSL | 17.65º | 0.78% | 0.39% | - |
| HSV(B) | 17.65º | 0.87% | 0.69% | - |
| XYZ | 19.83 | 13.19 | 2.26 | - |
| YUV | 94.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 22 | 0 | 0.62 | 0.87 | 0.31 | 17.65 | 0.78 | 0.39 |
| Hex | AF | 43 | 16 | 0 | 3E | 57 | 1F | 12 | 4E | 27 |
| Octal | 257 | 103 | 26 | 0 | 76 | 127 | 37 | 22 | 116 | 47 |
| Binary | 10101111 | 1000011 | 10110 | 0 | 111110 | 1010111 | 11111 | 10010 | 1001110 | 100111 |
Color Harmonies of #AF4316
Complementary color
Monochromatic Colors of #AF4316
Black with #AF4316
Text Example
Text Example
White with #AF4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4316; }
p { color: rgb(175,67,22); }
H1.HeaderClassName
{
color: #AF4316;
}
.AnyTagClassName
{
color: #AF4316;
}
</style>
background-color css
<style>
a { background-color: #AF4316; }
a { background-color: rgb(175,67,22); }
div.DivClassName
{
background-color: #AF4316;
}
.BgClassName
{
background-color: #AF4316;
}
</style>
border-color css
<style>
span { border-color: #AF4316; }
span { border-color: rgb(175,67,22); }
td.TdClassName
{
border-color: #AF4316;
}
.TagClassName
{
border-color: #AF4316;
}
</style>