Shades of Rust #AF4C01
Tints of Rust #AF4C01
RGB
CMYK
RGB Variations
Color information
#AF4C01 (or 0xAF4C01) is known color: Rust. HEX triplet: AF, 4C and 01. RGB value is (175,76,1). Sum of RGB (Red+Green+Blue) = 175+76+1=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C01 is #50B3FE. Grayscale: #616161. Windows color (decimal): -5288959 or 85167. OLE color: 85167.
HSL color Cylindrical-coordinate representation of color #AF4C01: hue angle of 25.86º 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 #AF4C01 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.31 |
| HSL | 25.86º | 0.99% | 0.35% | - |
| HSV(B) | 25.86º | 0.99% | 0.69% | - |
| XYZ | 20.27 | 14.29 | 1.72 | - |
| YUV | 97.05 | 73.8 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 1 | 0 | 0.57 | 0.99 | 0.31 | 25.86 | 0.99 | 0.35 |
| Hex | AF | 4C | 1 | 0 | 39 | 63 | 1F | 1A | 63 | 23 |
| Octal | 257 | 114 | 1 | 0 | 71 | 143 | 37 | 32 | 143 | 43 |
| Binary | 10101111 | 1001100 | 1 | 0 | 111001 | 1100011 | 11111 | 11010 | 1100011 | 100011 |
Color Harmonies of #AF4C01
Complementary color
Monochromatic Colors of #AF4C01
Black with #AF4C01
Text Example
Text Example
White with #AF4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C01; }
p { color: rgb(175,76,1); }
H1.HeaderClassName
{
color: #AF4C01;
}
.AnyTagClassName
{
color: #AF4C01;
}
</style>
background-color css
<style>
a { background-color: #AF4C01; }
a { background-color: rgb(175,76,1); }
div.DivClassName
{
background-color: #AF4C01;
}
.BgClassName
{
background-color: #AF4C01;
}
</style>
border-color css
<style>
span { border-color: #AF4C01; }
span { border-color: rgb(175,76,1); }
td.TdClassName
{
border-color: #AF4C01;
}
.TagClassName
{
border-color: #AF4C01;
}
</style>