Shades of Rust #AF351C
Tints of Rust #AF351C
RGB
CMYK
RGB Variations
Color information
#AF351C (or 0xAF351C) is known color: Rust. HEX triplet: AF, 35 and 1C. RGB value is (175,53,28). Sum of RGB (Red+Green+Blue) = 175+53+28=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF351C is #50CAE3. Grayscale: #565656. Windows color (decimal): -5294820 or 1848751. OLE color: 1848751.
HSL color Cylindrical-coordinate representation of color #AF351C: hue angle of 10.2º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF351C is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 28 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.31 |
| HSL | 10.2º | 0.72% | 0.4% | - |
| HSV(B) | 10.2º | 0.84% | 0.69% | - |
| XYZ | 19.16 | 11.74 | 2.36 | - |
| YUV | 86.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 28 | 0 | 0.70 | 0.84 | 0.31 | 10.2 | 0.72 | 0.4 |
| Hex | AF | 35 | 1C | 0 | 46 | 54 | 1F | A | 48 | 28 |
| Octal | 257 | 65 | 34 | 0 | 106 | 124 | 37 | 12 | 110 | 50 |
| Binary | 10101111 | 110101 | 11100 | 0 | 1000110 | 1010100 | 11111 | 1010 | 1001000 | 101000 |
Color Harmonies of #AF351C
Complementary color
Monochromatic Colors of #AF351C
Black with #AF351C
Text Example
Text Example
White with #AF351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF351C; }
p { color: rgb(175,53,28); }
H1.HeaderClassName
{
color: #AF351C;
}
.AnyTagClassName
{
color: #AF351C;
}
</style>
background-color css
<style>
a { background-color: #AF351C; }
a { background-color: rgb(175,53,28); }
div.DivClassName
{
background-color: #AF351C;
}
.BgClassName
{
background-color: #AF351C;
}
</style>
border-color css
<style>
span { border-color: #AF351C; }
span { border-color: rgb(175,53,28); }
td.TdClassName
{
border-color: #AF351C;
}
.TagClassName
{
border-color: #AF351C;
}
</style>