Shades of Rust #AF4002
Tints of Rust #AF4002
RGB
CMYK
RGB Variations
Color information
#AF4002 (or 0xAF4002) is known color: Rust. HEX triplet: AF, 40 and 02. RGB value is (175,64,2). Sum of RGB (Red+Green+Blue) = 175+64+2=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4002 is #50BFFD. Grayscale: #5A5A5A. Windows color (decimal): -5292030 or 147631. OLE color: 147631.
HSL color Cylindrical-coordinate representation of color #AF4002: hue angle of 21.5º 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 #AF4002 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.31 |
| HSL | 21.5º | 0.98% | 0.35% | - |
| HSV(B) | 21.5º | 0.99% | 0.69% | - |
| XYZ | 19.52 | 12.79 | 1.5 | - |
| YUV | 90.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 2 | 0 | 0.63 | 0.99 | 0.31 | 21.5 | 0.98 | 0.35 |
| Hex | AF | 40 | 2 | 0 | 3F | 63 | 1F | 16 | 62 | 23 |
| Octal | 257 | 100 | 2 | 0 | 77 | 143 | 37 | 26 | 142 | 43 |
| Binary | 10101111 | 1000000 | 10 | 0 | 111111 | 1100011 | 11111 | 10110 | 1100010 | 100011 |
Color Harmonies of #AF4002
Complementary color
Monochromatic Colors of #AF4002
Black with #AF4002
Text Example
Text Example
White with #AF4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4002; }
p { color: rgb(175,64,2); }
H1.HeaderClassName
{
color: #AF4002;
}
.AnyTagClassName
{
color: #AF4002;
}
</style>
background-color css
<style>
a { background-color: #AF4002; }
a { background-color: rgb(175,64,2); }
div.DivClassName
{
background-color: #AF4002;
}
.BgClassName
{
background-color: #AF4002;
}
</style>
border-color css
<style>
span { border-color: #AF4002; }
span { border-color: rgb(175,64,2); }
td.TdClassName
{
border-color: #AF4002;
}
.TagClassName
{
border-color: #AF4002;
}
</style>