Shades of Rust #AF4401
Tints of Rust #AF4401
RGB
CMYK
RGB Variations
Color information
#AF4401 (or 0xAF4401) is known color: Rust. HEX triplet: AF, 44 and 01. RGB value is (175,68,1). Sum of RGB (Red+Green+Blue) = 175+68+1=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4401 is #50BBFE. Grayscale: #5C5C5C. Windows color (decimal): -5291007 or 83119. OLE color: 83119.
HSL color Cylindrical-coordinate representation of color #AF4401: hue angle of 23.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF4401 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.31 |
| HSL | 23.1º | 0.99% | 0.35% | - |
| HSV(B) | 23.1º | 0.99% | 0.69% | - |
| XYZ | 19.75 | 13.25 | 1.55 | - |
| YUV | 92.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 1 | 0 | 0.61 | 0.99 | 0.31 | 23.1 | 0.99 | 0.35 |
| Hex | AF | 44 | 1 | 0 | 3D | 63 | 1F | 17 | 63 | 23 |
| Octal | 257 | 104 | 1 | 0 | 75 | 143 | 37 | 27 | 143 | 43 |
| Binary | 10101111 | 1000100 | 1 | 0 | 111101 | 1100011 | 11111 | 10111 | 1100011 | 100011 |
Color Harmonies of #AF4401
Complementary color
Monochromatic Colors of #AF4401
Black with #AF4401
Text Example
Text Example
White with #AF4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4401; }
p { color: rgb(175,68,1); }
H1.HeaderClassName
{
color: #AF4401;
}
.AnyTagClassName
{
color: #AF4401;
}
</style>
background-color css
<style>
a { background-color: #AF4401; }
a { background-color: rgb(175,68,1); }
div.DivClassName
{
background-color: #AF4401;
}
.BgClassName
{
background-color: #AF4401;
}
</style>
border-color css
<style>
span { border-color: #AF4401; }
span { border-color: rgb(175,68,1); }
td.TdClassName
{
border-color: #AF4401;
}
.TagClassName
{
border-color: #AF4401;
}
</style>