Shades of Rust #AF3608
Tints of Rust #AF3608
RGB
CMYK
RGB Variations
Color information
#AF3608 (or 0xAF3608) is known color: Rust. HEX triplet: AF, 36 and 08. RGB value is (175,54,8). Sum of RGB (Red+Green+Blue) = 175+54+8=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3608 is #50C9F7. Grayscale: #555555. Windows color (decimal): -5294584 or 538287. OLE color: 538287.
HSL color Cylindrical-coordinate representation of color #AF3608: hue angle of 16.53º 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 #AF3608 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 8 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.31 |
| HSL | 16.53º | 0.91% | 0.36% | - |
| HSV(B) | 16.53º | 0.95% | 0.69% | - |
| XYZ | 19.04 | 11.77 | 1.5 | - |
| YUV | 84.94 | 84.59 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 8 | 0 | 0.69 | 0.95 | 0.31 | 16.53 | 0.91 | 0.36 |
| Hex | AF | 36 | 8 | 0 | 45 | 5F | 1F | 11 | 5B | 24 |
| Octal | 257 | 66 | 10 | 0 | 105 | 137 | 37 | 21 | 133 | 44 |
| Binary | 10101111 | 110110 | 1000 | 0 | 1000101 | 1011111 | 11111 | 10001 | 1011011 | 100100 |
Color Harmonies of #AF3608
Complementary color
Monochromatic Colors of #AF3608
Black with #AF3608
Text Example
Text Example
White with #AF3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3608; }
p { color: rgb(175,54,8); }
H1.HeaderClassName
{
color: #AF3608;
}
.AnyTagClassName
{
color: #AF3608;
}
</style>
background-color css
<style>
a { background-color: #AF3608; }
a { background-color: rgb(175,54,8); }
div.DivClassName
{
background-color: #AF3608;
}
.BgClassName
{
background-color: #AF3608;
}
</style>
border-color css
<style>
span { border-color: #AF3608; }
span { border-color: rgb(175,54,8); }
td.TdClassName
{
border-color: #AF3608;
}
.TagClassName
{
border-color: #AF3608;
}
</style>