Shades of Rust #AF3E04
Tints of Rust #AF3E04
RGB
CMYK
RGB Variations
Color information
#AF3E04 (or 0xAF3E04) is known color: Rust. HEX triplet: AF, 3E and 04. RGB value is (175,62,4). Sum of RGB (Red+Green+Blue) = 175+62+4=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E04 is #50C1FB. Grayscale: #595959. Windows color (decimal): -5292540 or 278191. OLE color: 278191.
HSL color Cylindrical-coordinate representation of color #AF3E04: hue angle of 20.35º 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 #AF3E04 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.31 |
| HSL | 20.35º | 0.96% | 0.35% | - |
| HSV(B) | 20.35º | 0.98% | 0.69% | - |
| XYZ | 19.42 | 12.57 | 1.52 | - |
| YUV | 89.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 4 | 0 | 0.65 | 0.98 | 0.31 | 20.35 | 0.96 | 0.35 |
| Hex | AF | 3E | 4 | 0 | 41 | 62 | 1F | 14 | 60 | 23 |
| Octal | 257 | 76 | 4 | 0 | 101 | 142 | 37 | 24 | 140 | 43 |
| Binary | 10101111 | 111110 | 100 | 0 | 1000001 | 1100010 | 11111 | 10100 | 1100000 | 100011 |
Color Harmonies of #AF3E04
Complementary color
Monochromatic Colors of #AF3E04
Black with #AF3E04
Text Example
Text Example
White with #AF3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E04; }
p { color: rgb(175,62,4); }
H1.HeaderClassName
{
color: #AF3E04;
}
.AnyTagClassName
{
color: #AF3E04;
}
</style>
background-color css
<style>
a { background-color: #AF3E04; }
a { background-color: rgb(175,62,4); }
div.DivClassName
{
background-color: #AF3E04;
}
.BgClassName
{
background-color: #AF3E04;
}
</style>
border-color css
<style>
span { border-color: #AF3E04; }
span { border-color: rgb(175,62,4); }
td.TdClassName
{
border-color: #AF3E04;
}
.TagClassName
{
border-color: #AF3E04;
}
</style>