Shades of Rust #AF3708
Tints of Rust #AF3708
RGB
CMYK
RGB Variations
Color information
#AF3708 (or 0xAF3708) is known color: Rust. HEX triplet: AF, 37 and 08. RGB value is (175,55,8). Sum of RGB (Red+Green+Blue) = 175+55+8=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3708 is #50C8F7. Grayscale: #555555. Windows color (decimal): -5294328 or 538543. OLE color: 538543.
HSL color Cylindrical-coordinate representation of color #AF3708: hue angle of 16.89º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF3708 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 8 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.31 |
| HSL | 16.89º | 0.91% | 0.36% | - |
| HSV(B) | 16.89º | 0.95% | 0.69% | - |
| XYZ | 19.09 | 11.86 | 1.51 | - |
| YUV | 85.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 8 | 0 | 0.69 | 0.95 | 0.31 | 16.89 | 0.91 | 0.36 |
| Hex | AF | 37 | 8 | 0 | 45 | 5F | 1F | 11 | 5B | 24 |
| Octal | 257 | 67 | 10 | 0 | 105 | 137 | 37 | 21 | 133 | 44 |
| Binary | 10101111 | 110111 | 1000 | 0 | 1000101 | 1011111 | 11111 | 10001 | 1011011 | 100100 |
Color Harmonies of #AF3708
Complementary color
Monochromatic Colors of #AF3708
Black with #AF3708
Text Example
Text Example
White with #AF3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3708; }
p { color: rgb(175,55,8); }
H1.HeaderClassName
{
color: #AF3708;
}
.AnyTagClassName
{
color: #AF3708;
}
</style>
background-color css
<style>
a { background-color: #AF3708; }
a { background-color: rgb(175,55,8); }
div.DivClassName
{
background-color: #AF3708;
}
.BgClassName
{
background-color: #AF3708;
}
</style>
border-color css
<style>
span { border-color: #AF3708; }
span { border-color: rgb(175,55,8); }
td.TdClassName
{
border-color: #AF3708;
}
.TagClassName
{
border-color: #AF3708;
}
</style>