Shades of Rust #AF4F04
Tints of Rust #AF4F04
RGB
CMYK
RGB Variations
Color information
#AF4F04 (or 0xAF4F04) is known color: Rust. HEX triplet: AF, 4F and 04. RGB value is (175,79,4). Sum of RGB (Red+Green+Blue) = 175+79+4=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F04 is #50B0FB. Grayscale: #636363. Windows color (decimal): -5288188 or 282543. OLE color: 282543.
HSL color Cylindrical-coordinate representation of color #AF4F04: hue angle of 26.32º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF4F04 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.31 |
| HSL | 26.32º | 0.96% | 0.35% | - |
| HSV(B) | 26.32º | 0.98% | 0.69% | - |
| XYZ | 20.5 | 14.71 | 1.87 | - |
| YUV | 99.15 | 74.3 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 4 | 0 | 0.55 | 0.98 | 0.31 | 26.32 | 0.96 | 0.35 |
| Hex | AF | 4F | 4 | 0 | 37 | 62 | 1F | 1A | 60 | 23 |
| Octal | 257 | 117 | 4 | 0 | 67 | 142 | 37 | 32 | 140 | 43 |
| Binary | 10101111 | 1001111 | 100 | 0 | 110111 | 1100010 | 11111 | 11010 | 1100000 | 100011 |
Color Harmonies of #AF4F04
Complementary color
Monochromatic Colors of #AF4F04
Black with #AF4F04
Text Example
Text Example
White with #AF4F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F04; }
p { color: rgb(175,79,4); }
H1.HeaderClassName
{
color: #AF4F04;
}
.AnyTagClassName
{
color: #AF4F04;
}
</style>
background-color css
<style>
a { background-color: #AF4F04; }
a { background-color: rgb(175,79,4); }
div.DivClassName
{
background-color: #AF4F04;
}
.BgClassName
{
background-color: #AF4F04;
}
</style>
border-color css
<style>
span { border-color: #AF4F04; }
span { border-color: rgb(175,79,4); }
td.TdClassName
{
border-color: #AF4F04;
}
.TagClassName
{
border-color: #AF4F04;
}
</style>