Shades of Rust #AF350C
Tints of Rust #AF350C
RGB
CMYK
RGB Variations
Color information
#AF350C (or 0xAF350C) is known color: Rust. HEX triplet: AF, 35 and 0C. RGB value is (175,53,12). Sum of RGB (Red+Green+Blue) = 175+53+12=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF350C is #50CAF3. Grayscale: #555555. Windows color (decimal): -5294836 or 800175. OLE color: 800175.
HSL color Cylindrical-coordinate representation of color #AF350C: hue angle of 15.09º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF350C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.31 |
| HSL | 15.09º | 0.87% | 0.37% | - |
| HSV(B) | 15.09º | 0.93% | 0.69% | - |
| XYZ | 19.02 | 11.69 | 1.6 | - |
| YUV | 84.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 12 | 0 | 0.70 | 0.93 | 0.31 | 15.09 | 0.87 | 0.37 |
| Hex | AF | 35 | C | 0 | 46 | 5D | 1F | F | 57 | 25 |
| Octal | 257 | 65 | 14 | 0 | 106 | 135 | 37 | 17 | 127 | 45 |
| Binary | 10101111 | 110101 | 1100 | 0 | 1000110 | 1011101 | 11111 | 1111 | 1010111 | 100101 |
Color Harmonies of #AF350C
Complementary color
Monochromatic Colors of #AF350C
Black with #AF350C
Text Example
Text Example
White with #AF350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF350C; }
p { color: rgb(175,53,12); }
H1.HeaderClassName
{
color: #AF350C;
}
.AnyTagClassName
{
color: #AF350C;
}
</style>
background-color css
<style>
a { background-color: #AF350C; }
a { background-color: rgb(175,53,12); }
div.DivClassName
{
background-color: #AF350C;
}
.BgClassName
{
background-color: #AF350C;
}
</style>
border-color css
<style>
span { border-color: #AF350C; }
span { border-color: rgb(175,53,12); }
td.TdClassName
{
border-color: #AF350C;
}
.TagClassName
{
border-color: #AF350C;
}
</style>