Shades of Rust #AF4D19
Tints of Rust #AF4D19
RGB
CMYK
RGB Variations
Color information
#AF4D19 (or 0xAF4D19) is known color: Rust. HEX triplet: AF, 4D and 19. RGB value is (175,77,25). Sum of RGB (Red+Green+Blue) = 175+77+25=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D19 is #50B2E6. Grayscale: #646464. Windows color (decimal): -5288679 or 1658287. OLE color: 1658287.
HSL color Cylindrical-coordinate representation of color #AF4D19: hue angle of 20.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 #AF4D19 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 25 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.31 |
| HSL | 20.8º | 0.75% | 0.39% | - |
| HSV(B) | 20.8º | 0.86% | 0.69% | - |
| XYZ | 20.51 | 14.49 | 2.64 | - |
| YUV | 100.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 25 | 0 | 0.56 | 0.86 | 0.31 | 20.8 | 0.75 | 0.39 |
| Hex | AF | 4D | 19 | 0 | 38 | 56 | 1F | 15 | 4B | 27 |
| Octal | 257 | 115 | 31 | 0 | 70 | 126 | 37 | 25 | 113 | 47 |
| Binary | 10101111 | 1001101 | 11001 | 0 | 111000 | 1010110 | 11111 | 10101 | 1001011 | 100111 |
Color Harmonies of #AF4D19
Complementary color
Monochromatic Colors of #AF4D19
Black with #AF4D19
Text Example
Text Example
White with #AF4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D19; }
p { color: rgb(175,77,25); }
H1.HeaderClassName
{
color: #AF4D19;
}
.AnyTagClassName
{
color: #AF4D19;
}
</style>
background-color css
<style>
a { background-color: #AF4D19; }
a { background-color: rgb(175,77,25); }
div.DivClassName
{
background-color: #AF4D19;
}
.BgClassName
{
background-color: #AF4D19;
}
</style>
border-color css
<style>
span { border-color: #AF4D19; }
span { border-color: rgb(175,77,25); }
td.TdClassName
{
border-color: #AF4D19;
}
.TagClassName
{
border-color: #AF4D19;
}
</style>