Shades of Rust #AF3201
Tints of Rust #AF3201
RGB
CMYK
RGB Variations
Color information
#AF3201 (or 0xAF3201) is known color: Rust. HEX triplet: AF, 32 and 01. RGB value is (175,50,1). Sum of RGB (Red+Green+Blue) = 175+50+1=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3201 is #50CDFE. Grayscale: #525252. Windows color (decimal): -5295615 or 78511. OLE color: 78511.
HSL color Cylindrical-coordinate representation of color #AF3201: hue angle of 16.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF3201 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.31 |
| HSL | 16.9º | 0.99% | 0.35% | - |
| HSV(B) | 16.9º | 0.99% | 0.69% | - |
| XYZ | 18.83 | 11.4 | 1.24 | - |
| YUV | 81.79 | 82.41 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 1 | 0 | 0.71 | 0.99 | 0.31 | 16.9 | 0.99 | 0.35 |
| Hex | AF | 32 | 1 | 0 | 47 | 63 | 1F | 11 | 63 | 23 |
| Octal | 257 | 62 | 1 | 0 | 107 | 143 | 37 | 21 | 143 | 43 |
| Binary | 10101111 | 110010 | 1 | 0 | 1000111 | 1100011 | 11111 | 10001 | 1100011 | 100011 |
Color Harmonies of #AF3201
Complementary color
Monochromatic Colors of #AF3201
Black with #AF3201
Text Example
Text Example
White with #AF3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3201; }
p { color: rgb(175,50,1); }
H1.HeaderClassName
{
color: #AF3201;
}
.AnyTagClassName
{
color: #AF3201;
}
</style>
background-color css
<style>
a { background-color: #AF3201; }
a { background-color: rgb(175,50,1); }
div.DivClassName
{
background-color: #AF3201;
}
.BgClassName
{
background-color: #AF3201;
}
</style>
border-color css
<style>
span { border-color: #AF3201; }
span { border-color: rgb(175,50,1); }
td.TdClassName
{
border-color: #AF3201;
}
.TagClassName
{
border-color: #AF3201;
}
</style>