Shades of Rust #AF4309
Tints of Rust #AF4309
RGB
CMYK
RGB Variations
Color information
#AF4309 (or 0xAF4309) is known color: Rust. HEX triplet: AF, 43 and 09. RGB value is (175,67,9). Sum of RGB (Red+Green+Blue) = 175+67+9=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4309 is #50BCF6. Grayscale: #5D5D5D. Windows color (decimal): -5291255 or 607151. OLE color: 607151.
HSL color Cylindrical-coordinate representation of color #AF4309: hue angle of 20.96º 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 #AF4309 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.31 |
| HSL | 20.96º | 0.9% | 0.36% | - |
| HSV(B) | 20.96º | 0.95% | 0.69% | - |
| XYZ | 19.74 | 13.15 | 1.76 | - |
| YUV | 92.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 9 | 0 | 0.62 | 0.95 | 0.31 | 20.96 | 0.9 | 0.36 |
| Hex | AF | 43 | 9 | 0 | 3E | 5F | 1F | 15 | 5A | 24 |
| Octal | 257 | 103 | 11 | 0 | 76 | 137 | 37 | 25 | 132 | 44 |
| Binary | 10101111 | 1000011 | 1001 | 0 | 111110 | 1011111 | 11111 | 10101 | 1011010 | 100100 |
Color Harmonies of #AF4309
Complementary color
Monochromatic Colors of #AF4309
Black with #AF4309
Text Example
Text Example
White with #AF4309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4309; }
p { color: rgb(175,67,9); }
H1.HeaderClassName
{
color: #AF4309;
}
.AnyTagClassName
{
color: #AF4309;
}
</style>
background-color css
<style>
a { background-color: #AF4309; }
a { background-color: rgb(175,67,9); }
div.DivClassName
{
background-color: #AF4309;
}
.BgClassName
{
background-color: #AF4309;
}
</style>
border-color css
<style>
span { border-color: #AF4309; }
span { border-color: rgb(175,67,9); }
td.TdClassName
{
border-color: #AF4309;
}
.TagClassName
{
border-color: #AF4309;
}
</style>