Shades of Rust #AF3E09
Tints of Rust #AF3E09
RGB
CMYK
RGB Variations
Color information
#AF3E09 (or 0xAF3E09) is known color: Rust. HEX triplet: AF, 3E and 09. RGB value is (175,62,9). Sum of RGB (Red+Green+Blue) = 175+62+9=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E09 is #50C1F6. Grayscale: #5A5A5A. Windows color (decimal): -5292535 or 605871. OLE color: 605871.
HSL color Cylindrical-coordinate representation of color #AF3E09: hue angle of 19.16º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF3E09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.31 |
| HSL | 19.16º | 0.9% | 0.36% | - |
| HSV(B) | 19.16º | 0.95% | 0.69% | - |
| XYZ | 19.45 | 12.58 | 1.66 | - |
| YUV | 89.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 9 | 0 | 0.65 | 0.95 | 0.31 | 19.16 | 0.9 | 0.36 |
| Hex | AF | 3E | 9 | 0 | 41 | 5F | 1F | 13 | 5A | 24 |
| Octal | 257 | 76 | 11 | 0 | 101 | 137 | 37 | 23 | 132 | 44 |
| Binary | 10101111 | 111110 | 1001 | 0 | 1000001 | 1011111 | 11111 | 10011 | 1011010 | 100100 |
Color Harmonies of #AF3E09
Complementary color
Monochromatic Colors of #AF3E09
Black with #AF3E09
Text Example
Text Example
White with #AF3E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E09; }
p { color: rgb(175,62,9); }
H1.HeaderClassName
{
color: #AF3E09;
}
.AnyTagClassName
{
color: #AF3E09;
}
</style>
background-color css
<style>
a { background-color: #AF3E09; }
a { background-color: rgb(175,62,9); }
div.DivClassName
{
background-color: #AF3E09;
}
.BgClassName
{
background-color: #AF3E09;
}
</style>
border-color css
<style>
span { border-color: #AF3E09; }
span { border-color: rgb(175,62,9); }
td.TdClassName
{
border-color: #AF3E09;
}
.TagClassName
{
border-color: #AF3E09;
}
</style>