Shades of Rust #AF2F02
Tints of Rust #AF2F02
RGB
CMYK
RGB Variations
Color information
#AF2F02 (or 0xAF2F02) is known color: Rust. HEX triplet: AF, 2F and 02. RGB value is (175,47,2). Sum of RGB (Red+Green+Blue) = 175+47+2=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F02 is #50D0FD. Grayscale: #505050. Windows color (decimal): -5296382 or 143279. OLE color: 143279.
HSL color Cylindrical-coordinate representation of color #AF2F02: hue angle of 15.61º 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 #AF2F02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.31 |
| HSL | 15.61º | 0.98% | 0.35% | - |
| HSV(B) | 15.61º | 0.99% | 0.69% | - |
| XYZ | 18.71 | 11.15 | 1.22 | - |
| YUV | 80.14 | 83.91 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 2 | 0 | 0.73 | 0.99 | 0.31 | 15.61 | 0.98 | 0.35 |
| Hex | AF | 2F | 2 | 0 | 49 | 63 | 1F | 10 | 62 | 23 |
| Octal | 257 | 57 | 2 | 0 | 111 | 143 | 37 | 20 | 142 | 43 |
| Binary | 10101111 | 101111 | 10 | 0 | 1001001 | 1100011 | 11111 | 10000 | 1100010 | 100011 |
Color Harmonies of #AF2F02
Complementary color
Monochromatic Colors of #AF2F02
Black with #AF2F02
Text Example
Text Example
White with #AF2F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F02; }
p { color: rgb(175,47,2); }
H1.HeaderClassName
{
color: #AF2F02;
}
.AnyTagClassName
{
color: #AF2F02;
}
</style>
background-color css
<style>
a { background-color: #AF2F02; }
a { background-color: rgb(175,47,2); }
div.DivClassName
{
background-color: #AF2F02;
}
.BgClassName
{
background-color: #AF2F02;
}
</style>
border-color css
<style>
span { border-color: #AF2F02; }
span { border-color: rgb(175,47,2); }
td.TdClassName
{
border-color: #AF2F02;
}
.TagClassName
{
border-color: #AF2F02;
}
</style>