Shades of Rust #AF2702
Tints of Rust #AF2702
RGB
CMYK
RGB Variations
Color information
#AF2702 (or 0xAF2702) is known color: Rust. HEX triplet: AF, 27 and 02. RGB value is (175,39,2). Sum of RGB (Red+Green+Blue) = 175+39+2=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2702 is #50D8FD. Grayscale: #4B4B4B. Windows color (decimal): -5298430 or 141231. OLE color: 141231.
HSL color Cylindrical-coordinate representation of color #AF2702: hue angle of 12.83º 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 #AF2702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.31 |
| HSL | 12.83º | 0.98% | 0.35% | - |
| HSV(B) | 12.83º | 0.99% | 0.69% | - |
| XYZ | 18.42 | 10.57 | 1.13 | - |
| YUV | 75.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 2 | 0 | 0.78 | 0.99 | 0.31 | 12.83 | 0.98 | 0.35 |
| Hex | AF | 27 | 2 | 0 | 4E | 63 | 1F | D | 62 | 23 |
| Octal | 257 | 47 | 2 | 0 | 116 | 143 | 37 | 15 | 142 | 43 |
| Binary | 10101111 | 100111 | 10 | 0 | 1001110 | 1100011 | 11111 | 1101 | 1100010 | 100011 |
Color Harmonies of #AF2702
Complementary color
Monochromatic Colors of #AF2702
Black with #AF2702
Text Example
Text Example
White with #AF2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2702; }
p { color: rgb(175,39,2); }
H1.HeaderClassName
{
color: #AF2702;
}
.AnyTagClassName
{
color: #AF2702;
}
</style>
background-color css
<style>
a { background-color: #AF2702; }
a { background-color: rgb(175,39,2); }
div.DivClassName
{
background-color: #AF2702;
}
.BgClassName
{
background-color: #AF2702;
}
</style>
border-color css
<style>
span { border-color: #AF2702; }
span { border-color: rgb(175,39,2); }
td.TdClassName
{
border-color: #AF2702;
}
.TagClassName
{
border-color: #AF2702;
}
</style>