Shades of Rust #AF5302
Tints of Rust #AF5302
RGB
CMYK
RGB Variations
Color information
#AF5302 (or 0xAF5302) is known color: Rust. HEX triplet: AF, 53 and 02. RGB value is (175,83,2). Sum of RGB (Red+Green+Blue) = 175+83+2=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5302 is #50ACFD. Grayscale: #656565. Windows color (decimal): -5287166 or 152495. OLE color: 152495.
HSL color Cylindrical-coordinate representation of color #AF5302: hue angle of 28.09º degrees, saturation: 0.98, 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 #AF5302 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.31 |
| HSL | 28.09º | 0.98% | 0.35% | - |
| HSV(B) | 28.09º | 0.99% | 0.69% | - |
| XYZ | 20.78 | 15.3 | 1.92 | - |
| YUV | 101.27 | 71.98 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 2 | 0 | 0.53 | 0.99 | 0.31 | 28.09 | 0.98 | 0.35 |
| Hex | AF | 53 | 2 | 0 | 35 | 63 | 1F | 1C | 62 | 23 |
| Octal | 257 | 123 | 2 | 0 | 65 | 143 | 37 | 34 | 142 | 43 |
| Binary | 10101111 | 1010011 | 10 | 0 | 110101 | 1100011 | 11111 | 11100 | 1100010 | 100011 |
Color Harmonies of #AF5302
Complementary color
Monochromatic Colors of #AF5302
Black with #AF5302
Text Example
Text Example
White with #AF5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5302; }
p { color: rgb(175,83,2); }
H1.HeaderClassName
{
color: #AF5302;
}
.AnyTagClassName
{
color: #AF5302;
}
</style>
background-color css
<style>
a { background-color: #AF5302; }
a { background-color: rgb(175,83,2); }
div.DivClassName
{
background-color: #AF5302;
}
.BgClassName
{
background-color: #AF5302;
}
</style>
border-color css
<style>
span { border-color: #AF5302; }
span { border-color: rgb(175,83,2); }
td.TdClassName
{
border-color: #AF5302;
}
.TagClassName
{
border-color: #AF5302;
}
</style>