Shades of Rust #AF491B
Tints of Rust #AF491B
RGB
CMYK
RGB Variations
Color information
#AF491B (or 0xAF491B) is known color: Rust. HEX triplet: AF, 49 and 1B. RGB value is (175,73,27). Sum of RGB (Red+Green+Blue) = 175+73+27=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF491B is #50B6E4. Grayscale: #626262. Windows color (decimal): -5289701 or 1788335. OLE color: 1788335.
HSL color Cylindrical-coordinate representation of color #AF491B: hue angle of 18.65º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF491B is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 27 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.31 |
| HSL | 18.65º | 0.73% | 0.4% | - |
| HSV(B) | 18.65º | 0.85% | 0.69% | - |
| XYZ | 20.26 | 13.96 | 2.66 | - |
| YUV | 98.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 27 | 0 | 0.58 | 0.85 | 0.31 | 18.65 | 0.73 | 0.4 |
| Hex | AF | 49 | 1B | 0 | 3A | 55 | 1F | 13 | 49 | 28 |
| Octal | 257 | 111 | 33 | 0 | 72 | 125 | 37 | 23 | 111 | 50 |
| Binary | 10101111 | 1001001 | 11011 | 0 | 111010 | 1010101 | 11111 | 10011 | 1001001 | 101000 |
Color Harmonies of #AF491B
Complementary color
Monochromatic Colors of #AF491B
Black with #AF491B
Text Example
Text Example
White with #AF491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF491B; }
p { color: rgb(175,73,27); }
H1.HeaderClassName
{
color: #AF491B;
}
.AnyTagClassName
{
color: #AF491B;
}
</style>
background-color css
<style>
a { background-color: #AF491B; }
a { background-color: rgb(175,73,27); }
div.DivClassName
{
background-color: #AF491B;
}
.BgClassName
{
background-color: #AF491B;
}
</style>
border-color css
<style>
span { border-color: #AF491B; }
span { border-color: rgb(175,73,27); }
td.TdClassName
{
border-color: #AF491B;
}
.TagClassName
{
border-color: #AF491B;
}
</style>