Shades of Rust #AF4001
Tints of Rust #AF4001
RGB
CMYK
RGB Variations
Color information
#AF4001 (or 0xAF4001) is known color: Rust. HEX triplet: AF, 40 and 01. RGB value is (175,64,1). Sum of RGB (Red+Green+Blue) = 175+64+1=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4001 is #50BFFE. Grayscale: #5A5A5A. Windows color (decimal): -5292031 or 82095. OLE color: 82095.
HSL color Cylindrical-coordinate representation of color #AF4001: hue angle of 21.72º 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 #AF4001 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.31 |
| HSL | 21.72º | 0.99% | 0.35% | - |
| HSV(B) | 21.72º | 0.99% | 0.69% | - |
| XYZ | 19.52 | 12.78 | 1.47 | - |
| YUV | 90.01 | 77.77 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 1 | 0 | 0.63 | 0.99 | 0.31 | 21.72 | 0.99 | 0.35 |
| Hex | AF | 40 | 1 | 0 | 3F | 63 | 1F | 16 | 63 | 23 |
| Octal | 257 | 100 | 1 | 0 | 77 | 143 | 37 | 26 | 143 | 43 |
| Binary | 10101111 | 1000000 | 1 | 0 | 111111 | 1100011 | 11111 | 10110 | 1100011 | 100011 |
Color Harmonies of #AF4001
Complementary color
Monochromatic Colors of #AF4001
Black with #AF4001
Text Example
Text Example
White with #AF4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4001; }
p { color: rgb(175,64,1); }
H1.HeaderClassName
{
color: #AF4001;
}
.AnyTagClassName
{
color: #AF4001;
}
</style>
background-color css
<style>
a { background-color: #AF4001; }
a { background-color: rgb(175,64,1); }
div.DivClassName
{
background-color: #AF4001;
}
.BgClassName
{
background-color: #AF4001;
}
</style>
border-color css
<style>
span { border-color: #AF4001; }
span { border-color: rgb(175,64,1); }
td.TdClassName
{
border-color: #AF4001;
}
.TagClassName
{
border-color: #AF4001;
}
</style>