Shades of Rust #AF4619
Tints of Rust #AF4619
RGB
CMYK
RGB Variations
Color information
#AF4619 (or 0xAF4619) is known color: Rust. HEX triplet: AF, 46 and 19. RGB value is (175,70,25). Sum of RGB (Red+Green+Blue) = 175+70+25=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4619 is #50B9E6. Grayscale: #606060. Windows color (decimal): -5290471 or 1656495. OLE color: 1656495.
HSL color Cylindrical-coordinate representation of color #AF4619: hue angle of 18º 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 #AF4619 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 25 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.31 |
| HSL | 18º | 0.75% | 0.39% | - |
| HSV(B) | 18º | 0.86% | 0.69% | - |
| XYZ | 20.04 | 13.56 | 2.48 | - |
| YUV | 96.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 25 | 0 | 0.60 | 0.86 | 0.31 | 18 | 0.75 | 0.39 |
| Hex | AF | 46 | 19 | 0 | 3C | 56 | 1F | 12 | 4B | 27 |
| Octal | 257 | 106 | 31 | 0 | 74 | 126 | 37 | 22 | 113 | 47 |
| Binary | 10101111 | 1000110 | 11001 | 0 | 111100 | 1010110 | 11111 | 10010 | 1001011 | 100111 |
Color Harmonies of #AF4619
Complementary color
Monochromatic Colors of #AF4619
Black with #AF4619
Text Example
Text Example
White with #AF4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4619; }
p { color: rgb(175,70,25); }
H1.HeaderClassName
{
color: #AF4619;
}
.AnyTagClassName
{
color: #AF4619;
}
</style>
background-color css
<style>
a { background-color: #AF4619; }
a { background-color: rgb(175,70,25); }
div.DivClassName
{
background-color: #AF4619;
}
.BgClassName
{
background-color: #AF4619;
}
</style>
border-color css
<style>
span { border-color: #AF4619; }
span { border-color: rgb(175,70,25); }
td.TdClassName
{
border-color: #AF4619;
}
.TagClassName
{
border-color: #AF4619;
}
</style>