Shades of Rust #AF481D
Tints of Rust #AF481D
RGB
CMYK
RGB Variations
Color information
#AF481D (or 0xAF481D) is known color: Rust. HEX triplet: AF, 48 and 1D. RGB value is (175,72,29). Sum of RGB (Red+Green+Blue) = 175+72+29=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF481D is #50B7E2. Grayscale: #626262. Windows color (decimal): -5289955 or 1919151. OLE color: 1919151.
HSL color Cylindrical-coordinate representation of color #AF481D: hue angle of 17.67º 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 #AF481D is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 29 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.31 |
| HSL | 17.67º | 0.72% | 0.4% | - |
| HSV(B) | 17.67º | 0.83% | 0.69% | - |
| XYZ | 20.22 | 13.84 | 2.77 | - |
| YUV | 97.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 29 | 0 | 0.59 | 0.83 | 0.31 | 17.67 | 0.72 | 0.4 |
| Hex | AF | 48 | 1D | 0 | 3B | 53 | 1F | 12 | 48 | 28 |
| Octal | 257 | 110 | 35 | 0 | 73 | 123 | 37 | 22 | 110 | 50 |
| Binary | 10101111 | 1001000 | 11101 | 0 | 111011 | 1010011 | 11111 | 10010 | 1001000 | 101000 |
Color Harmonies of #AF481D
Complementary color
Monochromatic Colors of #AF481D
Black with #AF481D
Text Example
Text Example
White with #AF481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF481D; }
p { color: rgb(175,72,29); }
H1.HeaderClassName
{
color: #AF481D;
}
.AnyTagClassName
{
color: #AF481D;
}
</style>
background-color css
<style>
a { background-color: #AF481D; }
a { background-color: rgb(175,72,29); }
div.DivClassName
{
background-color: #AF481D;
}
.BgClassName
{
background-color: #AF481D;
}
</style>
border-color css
<style>
span { border-color: #AF481D; }
span { border-color: rgb(175,72,29); }
td.TdClassName
{
border-color: #AF481D;
}
.TagClassName
{
border-color: #AF481D;
}
</style>