Shades of Rust #AF4D01
Tints of Rust #AF4D01
RGB
CMYK
RGB Variations
Color information
#AF4D01 (or 0xAF4D01) is known color: Rust. HEX triplet: AF, 4D and 01. RGB value is (175,77,1). Sum of RGB (Red+Green+Blue) = 175+77+1=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D01 is #50B2FE. Grayscale: #626262. Windows color (decimal): -5288703 or 85423. OLE color: 85423.
HSL color Cylindrical-coordinate representation of color #AF4D01: hue angle of 26.21º 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 #AF4D01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.31 |
| HSL | 26.21º | 0.99% | 0.35% | - |
| HSV(B) | 26.21º | 0.99% | 0.69% | - |
| XYZ | 20.34 | 14.42 | 1.74 | - |
| YUV | 97.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 1 | 0 | 0.56 | 0.99 | 0.31 | 26.21 | 0.99 | 0.35 |
| Hex | AF | 4D | 1 | 0 | 38 | 63 | 1F | 1A | 63 | 23 |
| Octal | 257 | 115 | 1 | 0 | 70 | 143 | 37 | 32 | 143 | 43 |
| Binary | 10101111 | 1001101 | 1 | 0 | 111000 | 1100011 | 11111 | 11010 | 1100011 | 100011 |
Color Harmonies of #AF4D01
Complementary color
Monochromatic Colors of #AF4D01
Black with #AF4D01
Text Example
Text Example
White with #AF4D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D01; }
p { color: rgb(175,77,1); }
H1.HeaderClassName
{
color: #AF4D01;
}
.AnyTagClassName
{
color: #AF4D01;
}
</style>
background-color css
<style>
a { background-color: #AF4D01; }
a { background-color: rgb(175,77,1); }
div.DivClassName
{
background-color: #AF4D01;
}
.BgClassName
{
background-color: #AF4D01;
}
</style>
border-color css
<style>
span { border-color: #AF4D01; }
span { border-color: rgb(175,77,1); }
td.TdClassName
{
border-color: #AF4D01;
}
.TagClassName
{
border-color: #AF4D01;
}
</style>