Shades of Rust #AF3F21
Tints of Rust #AF3F21
RGB
CMYK
RGB Variations
Color information
#AF3F21 (or 0xAF3F21) is known color: Rust. HEX triplet: AF, 3F and 21. RGB value is (175,63,33). Sum of RGB (Red+Green+Blue) = 175+63+33=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F21 is #50C0DE. Grayscale: #5D5D5D. Windows color (decimal): -5292255 or 2178991. OLE color: 2178991.
HSL color Cylindrical-coordinate representation of color #AF3F21: hue angle of 12.68º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF3F21 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 33 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.31 |
| HSL | 12.68º | 0.68% | 0.41% | - |
| HSV(B) | 12.68º | 0.81% | 0.69% | - |
| XYZ | 19.73 | 12.78 | 2.87 | - |
| YUV | 93.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 33 | 0 | 0.64 | 0.81 | 0.31 | 12.68 | 0.68 | 0.41 |
| Hex | AF | 3F | 21 | 0 | 40 | 51 | 1F | D | 44 | 29 |
| Octal | 257 | 77 | 41 | 0 | 100 | 121 | 37 | 15 | 104 | 51 |
| Binary | 10101111 | 111111 | 100001 | 0 | 1000000 | 1010001 | 11111 | 1101 | 1000100 | 101001 |
Color Harmonies of #AF3F21
Complementary color
Monochromatic Colors of #AF3F21
Black with #AF3F21
Text Example
Text Example
White with #AF3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F21; }
p { color: rgb(175,63,33); }
H1.HeaderClassName
{
color: #AF3F21;
}
.AnyTagClassName
{
color: #AF3F21;
}
</style>
background-color css
<style>
a { background-color: #AF3F21; }
a { background-color: rgb(175,63,33); }
div.DivClassName
{
background-color: #AF3F21;
}
.BgClassName
{
background-color: #AF3F21;
}
</style>
border-color css
<style>
span { border-color: #AF3F21; }
span { border-color: rgb(175,63,33); }
td.TdClassName
{
border-color: #AF3F21;
}
.TagClassName
{
border-color: #AF3F21;
}
</style>