Shades of Rust #AF471D
Tints of Rust #AF471D
RGB
CMYK
RGB Variations
Color information
#AF471D (or 0xAF471D) is known color: Rust. HEX triplet: AF, 47 and 1D. RGB value is (175,71,29). Sum of RGB (Red+Green+Blue) = 175+71+29=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF471D is #50B8E2. Grayscale: #616161. Windows color (decimal): -5290211 or 1918895. OLE color: 1918895.
HSL color Cylindrical-coordinate representation of color #AF471D: hue angle of 17.26º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF471D is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 29 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.31 |
| HSL | 17.26º | 0.72% | 0.4% | - |
| HSV(B) | 17.26º | 0.83% | 0.69% | - |
| XYZ | 20.15 | 13.71 | 2.75 | - |
| YUV | 97.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 29 | 0 | 0.59 | 0.83 | 0.31 | 17.26 | 0.72 | 0.4 |
| Hex | AF | 47 | 1D | 0 | 3B | 53 | 1F | 11 | 48 | 28 |
| Octal | 257 | 107 | 35 | 0 | 73 | 123 | 37 | 21 | 110 | 50 |
| Binary | 10101111 | 1000111 | 11101 | 0 | 111011 | 1010011 | 11111 | 10001 | 1001000 | 101000 |
Color Harmonies of #AF471D
Complementary color
Monochromatic Colors of #AF471D
Black with #AF471D
Text Example
Text Example
White with #AF471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF471D; }
p { color: rgb(175,71,29); }
H1.HeaderClassName
{
color: #AF471D;
}
.AnyTagClassName
{
color: #AF471D;
}
</style>
background-color css
<style>
a { background-color: #AF471D; }
a { background-color: rgb(175,71,29); }
div.DivClassName
{
background-color: #AF471D;
}
.BgClassName
{
background-color: #AF471D;
}
</style>
border-color css
<style>
span { border-color: #AF471D; }
span { border-color: rgb(175,71,29); }
td.TdClassName
{
border-color: #AF471D;
}
.TagClassName
{
border-color: #AF471D;
}
</style>