Shades of Rust #AF461B
Tints of Rust #AF461B
RGB
CMYK
RGB Variations
Color information
#AF461B (or 0xAF461B) is known color: Rust. HEX triplet: AF, 46 and 1B. RGB value is (175,70,27). Sum of RGB (Red+Green+Blue) = 175+70+27=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF461B is #50B9E4. Grayscale: #606060. Windows color (decimal): -5290469 or 1787567. OLE color: 1787567.
HSL color Cylindrical-coordinate representation of color #AF461B: hue angle of 17.43º 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 #AF461B is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 27 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.31 |
| HSL | 17.43º | 0.73% | 0.4% | - |
| HSV(B) | 17.43º | 0.85% | 0.69% | - |
| XYZ | 20.07 | 13.57 | 2.6 | - |
| YUV | 96.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 27 | 0 | 0.60 | 0.85 | 0.31 | 17.43 | 0.73 | 0.4 |
| Hex | AF | 46 | 1B | 0 | 3C | 55 | 1F | 11 | 49 | 28 |
| Octal | 257 | 106 | 33 | 0 | 74 | 125 | 37 | 21 | 111 | 50 |
| Binary | 10101111 | 1000110 | 11011 | 0 | 111100 | 1010101 | 11111 | 10001 | 1001001 | 101000 |
Color Harmonies of #AF461B
Complementary color
Monochromatic Colors of #AF461B
Black with #AF461B
Text Example
Text Example
White with #AF461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF461B; }
p { color: rgb(175,70,27); }
H1.HeaderClassName
{
color: #AF461B;
}
.AnyTagClassName
{
color: #AF461B;
}
</style>
background-color css
<style>
a { background-color: #AF461B; }
a { background-color: rgb(175,70,27); }
div.DivClassName
{
background-color: #AF461B;
}
.BgClassName
{
background-color: #AF461B;
}
</style>
border-color css
<style>
span { border-color: #AF461B; }
span { border-color: rgb(175,70,27); }
td.TdClassName
{
border-color: #AF461B;
}
.TagClassName
{
border-color: #AF461B;
}
</style>