Shades of Rust #AF3904
Tints of Rust #AF3904
RGB
CMYK
RGB Variations
Color information
#AF3904 (or 0xAF3904) is known color: Rust. HEX triplet: AF, 39 and 04. RGB value is (175,57,4). Sum of RGB (Red+Green+Blue) = 175+57+4=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3904 is #50C6FB. Grayscale: #565656. Windows color (decimal): -5293820 or 276911. OLE color: 276911.
HSL color Cylindrical-coordinate representation of color #AF3904: hue angle of 18.6º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF3904 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.31 |
| HSL | 18.6º | 0.96% | 0.35% | - |
| HSV(B) | 18.6º | 0.98% | 0.69% | - |
| XYZ | 19.16 | 12.05 | 1.43 | - |
| YUV | 86.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 4 | 0 | 0.67 | 0.98 | 0.31 | 18.6 | 0.96 | 0.35 |
| Hex | AF | 39 | 4 | 0 | 43 | 62 | 1F | 13 | 60 | 23 |
| Octal | 257 | 71 | 4 | 0 | 103 | 142 | 37 | 23 | 140 | 43 |
| Binary | 10101111 | 111001 | 100 | 0 | 1000011 | 1100010 | 11111 | 10011 | 1100000 | 100011 |
Color Harmonies of #AF3904
Complementary color
Monochromatic Colors of #AF3904
Black with #AF3904
Text Example
Text Example
White with #AF3904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3904; }
p { color: rgb(175,57,4); }
H1.HeaderClassName
{
color: #AF3904;
}
.AnyTagClassName
{
color: #AF3904;
}
</style>
background-color css
<style>
a { background-color: #AF3904; }
a { background-color: rgb(175,57,4); }
div.DivClassName
{
background-color: #AF3904;
}
.BgClassName
{
background-color: #AF3904;
}
</style>
border-color css
<style>
span { border-color: #AF3904; }
span { border-color: rgb(175,57,4); }
td.TdClassName
{
border-color: #AF3904;
}
.TagClassName
{
border-color: #AF3904;
}
</style>