Shades of Rust #AF3D01
Tints of Rust #AF3D01
RGB
CMYK
RGB Variations
Color information
#AF3D01 (or 0xAF3D01) is known color: Rust. HEX triplet: AF, 3D and 01. RGB value is (175,61,1). Sum of RGB (Red+Green+Blue) = 175+61+1=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3D01 is #50C2FE. Grayscale: #585858. Windows color (decimal): -5292799 or 81327. OLE color: 81327.
HSL color Cylindrical-coordinate representation of color #AF3D01: hue angle of 20.69º 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 #AF3D01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.31 |
| HSL | 20.69º | 0.99% | 0.35% | - |
| HSV(B) | 20.69º | 0.99% | 0.69% | - |
| XYZ | 19.35 | 12.45 | 1.41 | - |
| YUV | 88.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 1 | 0 | 0.65 | 0.99 | 0.31 | 20.69 | 0.99 | 0.35 |
| Hex | AF | 3D | 1 | 0 | 41 | 63 | 1F | 15 | 63 | 23 |
| Octal | 257 | 75 | 1 | 0 | 101 | 143 | 37 | 25 | 143 | 43 |
| Binary | 10101111 | 111101 | 1 | 0 | 1000001 | 1100011 | 11111 | 10101 | 1100011 | 100011 |
Color Harmonies of #AF3D01
Complementary color
Monochromatic Colors of #AF3D01
Black with #AF3D01
Text Example
Text Example
White with #AF3D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D01; }
p { color: rgb(175,61,1); }
H1.HeaderClassName
{
color: #AF3D01;
}
.AnyTagClassName
{
color: #AF3D01;
}
</style>
background-color css
<style>
a { background-color: #AF3D01; }
a { background-color: rgb(175,61,1); }
div.DivClassName
{
background-color: #AF3D01;
}
.BgClassName
{
background-color: #AF3D01;
}
</style>
border-color css
<style>
span { border-color: #AF3D01; }
span { border-color: rgb(175,61,1); }
td.TdClassName
{
border-color: #AF3D01;
}
.TagClassName
{
border-color: #AF3D01;
}
</style>