Shades of Rust #AF3D20
Tints of Rust #AF3D20
RGB
CMYK
RGB Variations
Color information
#AF3D20 (or 0xAF3D20) is known color: Rust. HEX triplet: AF, 3D and 20. RGB value is (175,61,32). Sum of RGB (Red+Green+Blue) = 175+61+32=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D20 is #50C2DF. Grayscale: #5C5C5C. Windows color (decimal): -5292768 or 2112943. OLE color: 2112943.
HSL color Cylindrical-coordinate representation of color #AF3D20: hue angle of 12.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF3D20 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 32 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.31 |
| HSL | 12.17º | 0.69% | 0.41% | - |
| HSV(B) | 12.17º | 0.82% | 0.69% | - |
| XYZ | 19.61 | 12.56 | 2.76 | - |
| YUV | 91.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 32 | 0 | 0.65 | 0.82 | 0.31 | 12.17 | 0.69 | 0.41 |
| Hex | AF | 3D | 20 | 0 | 41 | 52 | 1F | C | 45 | 29 |
| Octal | 257 | 75 | 40 | 0 | 101 | 122 | 37 | 14 | 105 | 51 |
| Binary | 10101111 | 111101 | 100000 | 0 | 1000001 | 1010010 | 11111 | 1100 | 1000101 | 101001 |
Color Harmonies of #AF3D20
Complementary color
Monochromatic Colors of #AF3D20
Black with #AF3D20
Text Example
Text Example
White with #AF3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D20; }
p { color: rgb(175,61,32); }
H1.HeaderClassName
{
color: #AF3D20;
}
.AnyTagClassName
{
color: #AF3D20;
}
</style>
background-color css
<style>
a { background-color: #AF3D20; }
a { background-color: rgb(175,61,32); }
div.DivClassName
{
background-color: #AF3D20;
}
.BgClassName
{
background-color: #AF3D20;
}
</style>
border-color css
<style>
span { border-color: #AF3D20; }
span { border-color: rgb(175,61,32); }
td.TdClassName
{
border-color: #AF3D20;
}
.TagClassName
{
border-color: #AF3D20;
}
</style>