Shades of Rust #AF351D
Tints of Rust #AF351D
RGB
CMYK
RGB Variations
Color information
#AF351D (or 0xAF351D) is known color: Rust. HEX triplet: AF, 35 and 1D. RGB value is (175,53,29). Sum of RGB (Red+Green+Blue) = 175+53+29=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF351D is #50CAE2. Grayscale: #565656. Windows color (decimal): -5294819 or 1914287. OLE color: 1914287.
HSL color Cylindrical-coordinate representation of color #AF351D: hue angle of 9.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF351D is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 29 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.31 |
| HSL | 9.86º | 0.72% | 0.4% | - |
| HSV(B) | 9.86º | 0.83% | 0.69% | - |
| XYZ | 19.17 | 11.75 | 2.42 | - |
| YUV | 86.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 29 | 0 | 0.70 | 0.83 | 0.31 | 9.86 | 0.72 | 0.4 |
| Hex | AF | 35 | 1D | 0 | 46 | 53 | 1F | A | 48 | 28 |
| Octal | 257 | 65 | 35 | 0 | 106 | 123 | 37 | 12 | 110 | 50 |
| Binary | 10101111 | 110101 | 11101 | 0 | 1000110 | 1010011 | 11111 | 1010 | 1001000 | 101000 |
Color Harmonies of #AF351D
Complementary color
Monochromatic Colors of #AF351D
Black with #AF351D
Text Example
Text Example
White with #AF351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF351D; }
p { color: rgb(175,53,29); }
H1.HeaderClassName
{
color: #AF351D;
}
.AnyTagClassName
{
color: #AF351D;
}
</style>
background-color css
<style>
a { background-color: #AF351D; }
a { background-color: rgb(175,53,29); }
div.DivClassName
{
background-color: #AF351D;
}
.BgClassName
{
background-color: #AF351D;
}
</style>
border-color css
<style>
span { border-color: #AF351D; }
span { border-color: rgb(175,53,29); }
td.TdClassName
{
border-color: #AF351D;
}
.TagClassName
{
border-color: #AF351D;
}
</style>