Shades of Rust #AF3402
Tints of Rust #AF3402
RGB
CMYK
RGB Variations
Color information
#AF3402 (or 0xAF3402) is known color: Rust. HEX triplet: AF, 34 and 02. RGB value is (175,52,2). Sum of RGB (Red+Green+Blue) = 175+52+2=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3402 is #50CBFD. Grayscale: #535353. Windows color (decimal): -5295102 or 144559. OLE color: 144559.
HSL color Cylindrical-coordinate representation of color #AF3402: hue angle of 17.34º 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 #AF3402 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.31 |
| HSL | 17.34º | 0.98% | 0.35% | - |
| HSV(B) | 17.34º | 0.99% | 0.69% | - |
| XYZ | 18.92 | 11.57 | 1.29 | - |
| YUV | 83.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 2 | 0 | 0.70 | 0.99 | 0.31 | 17.34 | 0.98 | 0.35 |
| Hex | AF | 34 | 2 | 0 | 46 | 63 | 1F | 11 | 62 | 23 |
| Octal | 257 | 64 | 2 | 0 | 106 | 143 | 37 | 21 | 142 | 43 |
| Binary | 10101111 | 110100 | 10 | 0 | 1000110 | 1100011 | 11111 | 10001 | 1100010 | 100011 |
Color Harmonies of #AF3402
Complementary color
Monochromatic Colors of #AF3402
Black with #AF3402
Text Example
Text Example
White with #AF3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3402; }
p { color: rgb(175,52,2); }
H1.HeaderClassName
{
color: #AF3402;
}
.AnyTagClassName
{
color: #AF3402;
}
</style>
background-color css
<style>
a { background-color: #AF3402; }
a { background-color: rgb(175,52,2); }
div.DivClassName
{
background-color: #AF3402;
}
.BgClassName
{
background-color: #AF3402;
}
</style>
border-color css
<style>
span { border-color: #AF3402; }
span { border-color: rgb(175,52,2); }
td.TdClassName
{
border-color: #AF3402;
}
.TagClassName
{
border-color: #AF3402;
}
</style>