Shades of Rust #AF4400
Tints of Rust #AF4400
RGB
CMYK
RGB Variations
Color information
#AF4400 (or 0xAF4400) is known color: Rust. HEX triplet: AF, 44 and 00. RGB value is (175,68,0). Sum of RGB (Red+Green+Blue) = 175+68+0=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4400 is #50BBFF. Grayscale: #5C5C5C. Windows color (decimal): -5291008 or 17583. OLE color: 17583.
HSL color Cylindrical-coordinate representation of color #AF4400: hue angle of 23.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF4400 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.31 |
| HSL | 23.31º | 1% | 0.34% | - |
| HSV(B) | 23.31º | 1% | 0.69% | - |
| XYZ | 19.75 | 13.25 | 1.52 | - |
| YUV | 92.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 0 | 0 | 0.61 | 1 | 0.31 | 23.31 | 1 | 0.34 |
| Hex | AF | 44 | 0 | 0 | 3D | 64 | 1F | 17 | 64 | 22 |
| Octal | 257 | 104 | 0 | 0 | 75 | 144 | 37 | 27 | 144 | 42 |
| Binary | 10101111 | 1000100 | 0 | 0 | 111101 | 1100100 | 11111 | 10111 | 1100100 | 100010 |
Color Harmonies of #AF4400
Complementary color
Monochromatic Colors of #AF4400
Black with #AF4400
Text Example
Text Example
White with #AF4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4400; }
p { color: rgb(175,68,0); }
H1.HeaderClassName
{
color: #AF4400;
}
.AnyTagClassName
{
color: #AF4400;
}
</style>
background-color css
<style>
a { background-color: #AF4400; }
a { background-color: rgb(175,68,0); }
div.DivClassName
{
background-color: #AF4400;
}
.BgClassName
{
background-color: #AF4400;
}
</style>
border-color css
<style>
span { border-color: #AF4400; }
span { border-color: rgb(175,68,0); }
td.TdClassName
{
border-color: #AF4400;
}
.TagClassName
{
border-color: #AF4400;
}
</style>