Shades of Rust #AF4601
Tints of Rust #AF4601
RGB
CMYK
RGB Variations
Color information
#AF4601 (or 0xAF4601) is known color: Rust. HEX triplet: AF, 46 and 01. RGB value is (175,70,1). Sum of RGB (Red+Green+Blue) = 175+70+1=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4601 is #50B9FE. Grayscale: #5D5D5D. Windows color (decimal): -5290495 or 83631. OLE color: 83631.
HSL color Cylindrical-coordinate representation of color #AF4601: hue angle of 23.79º 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 #AF4601 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.31 |
| HSL | 23.79º | 0.99% | 0.35% | - |
| HSV(B) | 23.79º | 0.99% | 0.69% | - |
| XYZ | 19.87 | 13.5 | 1.59 | - |
| YUV | 93.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 1 | 0 | 0.60 | 0.99 | 0.31 | 23.79 | 0.99 | 0.35 |
| Hex | AF | 46 | 1 | 0 | 3C | 63 | 1F | 18 | 63 | 23 |
| Octal | 257 | 106 | 1 | 0 | 74 | 143 | 37 | 30 | 143 | 43 |
| Binary | 10101111 | 1000110 | 1 | 0 | 111100 | 1100011 | 11111 | 11000 | 1100011 | 100011 |
Color Harmonies of #AF4601
Complementary color
Monochromatic Colors of #AF4601
Black with #AF4601
Text Example
Text Example
White with #AF4601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4601; }
p { color: rgb(175,70,1); }
H1.HeaderClassName
{
color: #AF4601;
}
.AnyTagClassName
{
color: #AF4601;
}
</style>
background-color css
<style>
a { background-color: #AF4601; }
a { background-color: rgb(175,70,1); }
div.DivClassName
{
background-color: #AF4601;
}
.BgClassName
{
background-color: #AF4601;
}
</style>
border-color css
<style>
span { border-color: #AF4601; }
span { border-color: rgb(175,70,1); }
td.TdClassName
{
border-color: #AF4601;
}
.TagClassName
{
border-color: #AF4601;
}
</style>