Shades of Rust #AF4A09
Tints of Rust #AF4A09
RGB
CMYK
RGB Variations
Color information
#AF4A09 (or 0xAF4A09) is known color: Rust. HEX triplet: AF, 4A and 09. RGB value is (175,74,9). Sum of RGB (Red+Green+Blue) = 175+74+9=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A09 is #50B5F6. Grayscale: #616161. Windows color (decimal): -5289463 or 608943. OLE color: 608943.
HSL color Cylindrical-coordinate representation of color #AF4A09: hue angle of 23.49º 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 #AF4A09 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.31 |
| HSL | 23.49º | 0.9% | 0.36% | - |
| HSV(B) | 23.49º | 0.95% | 0.69% | - |
| XYZ | 20.18 | 14.03 | 1.9 | - |
| YUV | 96.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 9 | 0 | 0.58 | 0.95 | 0.31 | 23.49 | 0.9 | 0.36 |
| Hex | AF | 4A | 9 | 0 | 3A | 5F | 1F | 17 | 5A | 24 |
| Octal | 257 | 112 | 11 | 0 | 72 | 137 | 37 | 27 | 132 | 44 |
| Binary | 10101111 | 1001010 | 1001 | 0 | 111010 | 1011111 | 11111 | 10111 | 1011010 | 100100 |
Color Harmonies of #AF4A09
Complementary color
Monochromatic Colors of #AF4A09
Black with #AF4A09
Text Example
Text Example
White with #AF4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A09; }
p { color: rgb(175,74,9); }
H1.HeaderClassName
{
color: #AF4A09;
}
.AnyTagClassName
{
color: #AF4A09;
}
</style>
background-color css
<style>
a { background-color: #AF4A09; }
a { background-color: rgb(175,74,9); }
div.DivClassName
{
background-color: #AF4A09;
}
.BgClassName
{
background-color: #AF4A09;
}
</style>
border-color css
<style>
span { border-color: #AF4A09; }
span { border-color: rgb(175,74,9); }
td.TdClassName
{
border-color: #AF4A09;
}
.TagClassName
{
border-color: #AF4A09;
}
</style>