Shades of Rust #AF471A
Tints of Rust #AF471A
RGB
CMYK
RGB Variations
Color information
#AF471A (or 0xAF471A) is known color: Rust. HEX triplet: AF, 47 and 1A. RGB value is (175,71,26). Sum of RGB (Red+Green+Blue) = 175+71+26=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF471A is #50B8E5. Grayscale: #616161. Windows color (decimal): -5290214 or 1722287. OLE color: 1722287.
HSL color Cylindrical-coordinate representation of color #AF471A: hue angle of 18.12º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF471A is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 26 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.31 |
| HSL | 18.12º | 0.74% | 0.39% | - |
| HSV(B) | 18.12º | 0.85% | 0.69% | - |
| XYZ | 20.12 | 13.7 | 2.56 | - |
| YUV | 96.97 | 87.96 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 26 | 0 | 0.59 | 0.85 | 0.31 | 18.12 | 0.74 | 0.39 |
| Hex | AF | 47 | 1A | 0 | 3B | 55 | 1F | 12 | 4A | 27 |
| Octal | 257 | 107 | 32 | 0 | 73 | 125 | 37 | 22 | 112 | 47 |
| Binary | 10101111 | 1000111 | 11010 | 0 | 111011 | 1010101 | 11111 | 10010 | 1001010 | 100111 |
Color Harmonies of #AF471A
Complementary color
Monochromatic Colors of #AF471A
Black with #AF471A
Text Example
Text Example
White with #AF471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF471A; }
p { color: rgb(175,71,26); }
H1.HeaderClassName
{
color: #AF471A;
}
.AnyTagClassName
{
color: #AF471A;
}
</style>
background-color css
<style>
a { background-color: #AF471A; }
a { background-color: rgb(175,71,26); }
div.DivClassName
{
background-color: #AF471A;
}
.BgClassName
{
background-color: #AF471A;
}
</style>
border-color css
<style>
span { border-color: #AF471A; }
span { border-color: rgb(175,71,26); }
td.TdClassName
{
border-color: #AF471A;
}
.TagClassName
{
border-color: #AF471A;
}
</style>