Shades of Rust #AF4108
Tints of Rust #AF4108
RGB
CMYK
RGB Variations
Color information
#AF4108 (or 0xAF4108) is known color: Rust. HEX triplet: AF, 41 and 08. RGB value is (175,65,8). Sum of RGB (Red+Green+Blue) = 175+65+8=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4108 is #50BEF7. Grayscale: #5B5B5B. Windows color (decimal): -5291768 or 541103. OLE color: 541103.
HSL color Cylindrical-coordinate representation of color #AF4108: hue angle of 20.48º 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 #AF4108 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.31 |
| HSL | 20.48º | 0.91% | 0.36% | - |
| HSV(B) | 20.48º | 0.95% | 0.69% | - |
| XYZ | 19.61 | 12.91 | 1.69 | - |
| YUV | 91.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 8 | 0 | 0.63 | 0.95 | 0.31 | 20.48 | 0.91 | 0.36 |
| Hex | AF | 41 | 8 | 0 | 3F | 5F | 1F | 14 | 5B | 24 |
| Octal | 257 | 101 | 10 | 0 | 77 | 137 | 37 | 24 | 133 | 44 |
| Binary | 10101111 | 1000001 | 1000 | 0 | 111111 | 1011111 | 11111 | 10100 | 1011011 | 100100 |
Color Harmonies of #AF4108
Complementary color
Monochromatic Colors of #AF4108
Black with #AF4108
Text Example
Text Example
White with #AF4108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4108; }
p { color: rgb(175,65,8); }
H1.HeaderClassName
{
color: #AF4108;
}
.AnyTagClassName
{
color: #AF4108;
}
</style>
background-color css
<style>
a { background-color: #AF4108; }
a { background-color: rgb(175,65,8); }
div.DivClassName
{
background-color: #AF4108;
}
.BgClassName
{
background-color: #AF4108;
}
</style>
border-color css
<style>
span { border-color: #AF4108; }
span { border-color: rgb(175,65,8); }
td.TdClassName
{
border-color: #AF4108;
}
.TagClassName
{
border-color: #AF4108;
}
</style>