Shades of Rust #AF4819
Tints of Rust #AF4819
RGB
CMYK
RGB Variations
Color information
#AF4819 (or 0xAF4819) is known color: Rust. HEX triplet: AF, 48 and 19. RGB value is (175,72,25). Sum of RGB (Red+Green+Blue) = 175+72+25=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4819 is #50B7E6. Grayscale: #616161. Windows color (decimal): -5289959 or 1657007. OLE color: 1657007.
HSL color Cylindrical-coordinate representation of color #AF4819: hue angle of 18.8º degrees, saturation: 0.75, 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 #AF4819 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 25 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.31 |
| HSL | 18.8º | 0.75% | 0.39% | - |
| HSV(B) | 18.8º | 0.86% | 0.69% | - |
| XYZ | 20.17 | 13.82 | 2.52 | - |
| YUV | 97.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 25 | 0 | 0.59 | 0.86 | 0.31 | 18.8 | 0.75 | 0.39 |
| Hex | AF | 48 | 19 | 0 | 3B | 56 | 1F | 13 | 4B | 27 |
| Octal | 257 | 110 | 31 | 0 | 73 | 126 | 37 | 23 | 113 | 47 |
| Binary | 10101111 | 1001000 | 11001 | 0 | 111011 | 1010110 | 11111 | 10011 | 1001011 | 100111 |
Color Harmonies of #AF4819
Complementary color
Monochromatic Colors of #AF4819
Black with #AF4819
Text Example
Text Example
White with #AF4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4819; }
p { color: rgb(175,72,25); }
H1.HeaderClassName
{
color: #AF4819;
}
.AnyTagClassName
{
color: #AF4819;
}
</style>
background-color css
<style>
a { background-color: #AF4819; }
a { background-color: rgb(175,72,25); }
div.DivClassName
{
background-color: #AF4819;
}
.BgClassName
{
background-color: #AF4819;
}
</style>
border-color css
<style>
span { border-color: #AF4819; }
span { border-color: rgb(175,72,25); }
td.TdClassName
{
border-color: #AF4819;
}
.TagClassName
{
border-color: #AF4819;
}
</style>