Shades of Rust #AF350E
Tints of Rust #AF350E
RGB
CMYK
RGB Variations
Color information
#AF350E (or 0xAF350E) is known color: Rust. HEX triplet: AF, 35 and 0E. RGB value is (175,53,14). Sum of RGB (Red+Green+Blue) = 175+53+14=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF350E is #50CAF1. Grayscale: #555555. Windows color (decimal): -5294834 or 931247. OLE color: 931247.
HSL color Cylindrical-coordinate representation of color #AF350E: hue angle of 14.53º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF350E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.31 |
| HSL | 14.53º | 0.85% | 0.37% | - |
| HSV(B) | 14.53º | 0.92% | 0.69% | - |
| XYZ | 19.03 | 11.69 | 1.67 | - |
| YUV | 85.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 14 | 0 | 0.70 | 0.92 | 0.31 | 14.53 | 0.85 | 0.37 |
| Hex | AF | 35 | E | 0 | 46 | 5C | 1F | F | 55 | 25 |
| Octal | 257 | 65 | 16 | 0 | 106 | 134 | 37 | 17 | 125 | 45 |
| Binary | 10101111 | 110101 | 1110 | 0 | 1000110 | 1011100 | 11111 | 1111 | 1010101 | 100101 |
Color Harmonies of #AF350E
Complementary color
Monochromatic Colors of #AF350E
Black with #AF350E
Text Example
Text Example
White with #AF350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF350E; }
p { color: rgb(175,53,14); }
H1.HeaderClassName
{
color: #AF350E;
}
.AnyTagClassName
{
color: #AF350E;
}
</style>
background-color css
<style>
a { background-color: #AF350E; }
a { background-color: rgb(175,53,14); }
div.DivClassName
{
background-color: #AF350E;
}
.BgClassName
{
background-color: #AF350E;
}
</style>
border-color css
<style>
span { border-color: #AF350E; }
span { border-color: rgb(175,53,14); }
td.TdClassName
{
border-color: #AF350E;
}
.TagClassName
{
border-color: #AF350E;
}
</style>