Shades of Rust #AF3805
Tints of Rust #AF3805
RGB
CMYK
RGB Variations
Color information
#AF3805 (or 0xAF3805) is known color: Rust. HEX triplet: AF, 38 and 05. RGB value is (175,56,5). Sum of RGB (Red+Green+Blue) = 175+56+5=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3805 is #50C7FA. Grayscale: #565656. Windows color (decimal): -5294075 or 342191. OLE color: 342191.
HSL color Cylindrical-coordinate representation of color #AF3805: hue angle of 18º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF3805 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.31 |
| HSL | 18º | 0.94% | 0.35% | - |
| HSV(B) | 18º | 0.97% | 0.69% | - |
| XYZ | 19.12 | 11.95 | 1.44 | - |
| YUV | 85.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 5 | 0 | 0.68 | 0.97 | 0.31 | 18 | 0.94 | 0.35 |
| Hex | AF | 38 | 5 | 0 | 44 | 61 | 1F | 12 | 5E | 23 |
| Octal | 257 | 70 | 5 | 0 | 104 | 141 | 37 | 22 | 136 | 43 |
| Binary | 10101111 | 111000 | 101 | 0 | 1000100 | 1100001 | 11111 | 10010 | 1011110 | 100011 |
Color Harmonies of #AF3805
Complementary color
Monochromatic Colors of #AF3805
Black with #AF3805
Text Example
Text Example
White with #AF3805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3805; }
p { color: rgb(175,56,5); }
H1.HeaderClassName
{
color: #AF3805;
}
.AnyTagClassName
{
color: #AF3805;
}
</style>
background-color css
<style>
a { background-color: #AF3805; }
a { background-color: rgb(175,56,5); }
div.DivClassName
{
background-color: #AF3805;
}
.BgClassName
{
background-color: #AF3805;
}
</style>
border-color css
<style>
span { border-color: #AF3805; }
span { border-color: rgb(175,56,5); }
td.TdClassName
{
border-color: #AF3805;
}
.TagClassName
{
border-color: #AF3805;
}
</style>