Shades of Rust #AF4C0A
Tints of Rust #AF4C0A
RGB
CMYK
RGB Variations
Color information
#AF4C0A (or 0xAF4C0A) is known color: Rust. HEX triplet: AF, 4C and 0A. RGB value is (175,76,10). Sum of RGB (Red+Green+Blue) = 175+76+10=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C0A is #50B3F5. Grayscale: #626262. Windows color (decimal): -5288950 or 674991. OLE color: 674991.
HSL color Cylindrical-coordinate representation of color #AF4C0A: hue angle of 24º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF4C0A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 10 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.31 |
| HSL | 24º | 0.89% | 0.36% | - |
| HSV(B) | 24º | 0.94% | 0.69% | - |
| XYZ | 20.32 | 14.3 | 1.98 | - |
| YUV | 98.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 10 | 0 | 0.57 | 0.94 | 0.31 | 24 | 0.89 | 0.36 |
| Hex | AF | 4C | A | 0 | 39 | 5E | 1F | 18 | 59 | 24 |
| Octal | 257 | 114 | 12 | 0 | 71 | 136 | 37 | 30 | 131 | 44 |
| Binary | 10101111 | 1001100 | 1010 | 0 | 111001 | 1011110 | 11111 | 11000 | 1011001 | 100100 |
Color Harmonies of #AF4C0A
Complementary color
Monochromatic Colors of #AF4C0A
Black with #AF4C0A
Text Example
Text Example
White with #AF4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C0A; }
p { color: rgb(175,76,10); }
H1.HeaderClassName
{
color: #AF4C0A;
}
.AnyTagClassName
{
color: #AF4C0A;
}
</style>
background-color css
<style>
a { background-color: #AF4C0A; }
a { background-color: rgb(175,76,10); }
div.DivClassName
{
background-color: #AF4C0A;
}
.BgClassName
{
background-color: #AF4C0A;
}
</style>
border-color css
<style>
span { border-color: #AF4C0A; }
span { border-color: rgb(175,76,10); }
td.TdClassName
{
border-color: #AF4C0A;
}
.TagClassName
{
border-color: #AF4C0A;
}
</style>