Shades of Rust #AF3618
Tints of Rust #AF3618
RGB
CMYK
RGB Variations
Color information
#AF3618 (or 0xAF3618) is known color: Rust. HEX triplet: AF, 36 and 18. RGB value is (175,54,24). Sum of RGB (Red+Green+Blue) = 175+54+24=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3618 is #50C9E7. Grayscale: #575757. Windows color (decimal): -5294568 or 1586863. OLE color: 1586863.
HSL color Cylindrical-coordinate representation of color #AF3618: hue angle of 11.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF3618 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 24 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.31 |
| HSL | 11.92º | 0.76% | 0.39% | - |
| HSV(B) | 11.92º | 0.86% | 0.69% | - |
| XYZ | 19.16 | 11.82 | 2.14 | - |
| YUV | 86.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 24 | 0 | 0.69 | 0.86 | 0.31 | 11.92 | 0.76 | 0.39 |
| Hex | AF | 36 | 18 | 0 | 45 | 56 | 1F | C | 4C | 27 |
| Octal | 257 | 66 | 30 | 0 | 105 | 126 | 37 | 14 | 114 | 47 |
| Binary | 10101111 | 110110 | 11000 | 0 | 1000101 | 1010110 | 11111 | 1100 | 1001100 | 100111 |
Color Harmonies of #AF3618
Complementary color
Monochromatic Colors of #AF3618
Black with #AF3618
Text Example
Text Example
White with #AF3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3618; }
p { color: rgb(175,54,24); }
H1.HeaderClassName
{
color: #AF3618;
}
.AnyTagClassName
{
color: #AF3618;
}
</style>
background-color css
<style>
a { background-color: #AF3618; }
a { background-color: rgb(175,54,24); }
div.DivClassName
{
background-color: #AF3618;
}
.BgClassName
{
background-color: #AF3618;
}
</style>
border-color css
<style>
span { border-color: #AF3618; }
span { border-color: rgb(175,54,24); }
td.TdClassName
{
border-color: #AF3618;
}
.TagClassName
{
border-color: #AF3618;
}
</style>