Shades of Rust #AF491A
Tints of Rust #AF491A
RGB
CMYK
RGB Variations
Color information
#AF491A (or 0xAF491A) is known color: Rust. HEX triplet: AF, 49 and 1A. RGB value is (175,73,26). Sum of RGB (Red+Green+Blue) = 175+73+26=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF491A is #50B6E5. Grayscale: #626262. Windows color (decimal): -5289702 or 1722799. OLE color: 1722799.
HSL color Cylindrical-coordinate representation of color #AF491A: hue angle of 18.93º 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 #AF491A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 26 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.31 |
| HSL | 18.93º | 0.74% | 0.39% | - |
| HSV(B) | 18.93º | 0.85% | 0.69% | - |
| XYZ | 20.25 | 13.95 | 2.6 | - |
| YUV | 98.14 | 87.29 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 26 | 0 | 0.58 | 0.85 | 0.31 | 18.93 | 0.74 | 0.39 |
| Hex | AF | 49 | 1A | 0 | 3A | 55 | 1F | 13 | 4A | 27 |
| Octal | 257 | 111 | 32 | 0 | 72 | 125 | 37 | 23 | 112 | 47 |
| Binary | 10101111 | 1001001 | 11010 | 0 | 111010 | 1010101 | 11111 | 10011 | 1001010 | 100111 |
Color Harmonies of #AF491A
Complementary color
Monochromatic Colors of #AF491A
Black with #AF491A
Text Example
Text Example
White with #AF491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF491A; }
p { color: rgb(175,73,26); }
H1.HeaderClassName
{
color: #AF491A;
}
.AnyTagClassName
{
color: #AF491A;
}
</style>
background-color css
<style>
a { background-color: #AF491A; }
a { background-color: rgb(175,73,26); }
div.DivClassName
{
background-color: #AF491A;
}
.BgClassName
{
background-color: #AF491A;
}
</style>
border-color css
<style>
span { border-color: #AF491A; }
span { border-color: rgb(175,73,26); }
td.TdClassName
{
border-color: #AF491A;
}
.TagClassName
{
border-color: #AF491A;
}
</style>