Shades of Rust #AF2F03
Tints of Rust #AF2F03
RGB
CMYK
RGB Variations
Color information
#AF2F03 (or 0xAF2F03) is known color: Rust. HEX triplet: AF, 2F and 03. RGB value is (175,47,3). Sum of RGB (Red+Green+Blue) = 175+47+3=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F03 is #50D0FC. Grayscale: #505050. Windows color (decimal): -5296381 or 208815. OLE color: 208815.
HSL color Cylindrical-coordinate representation of color #AF2F03: hue angle of 15.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF2F03 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.31 |
| HSL | 15.35º | 0.97% | 0.35% | - |
| HSV(B) | 15.35º | 0.98% | 0.69% | - |
| XYZ | 18.71 | 11.15 | 1.25 | - |
| YUV | 80.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 3 | 0 | 0.73 | 0.98 | 0.31 | 15.35 | 0.97 | 0.35 |
| Hex | AF | 2F | 3 | 0 | 49 | 62 | 1F | F | 61 | 23 |
| Octal | 257 | 57 | 3 | 0 | 111 | 142 | 37 | 17 | 141 | 43 |
| Binary | 10101111 | 101111 | 11 | 0 | 1001001 | 1100010 | 11111 | 1111 | 1100001 | 100011 |
Color Harmonies of #AF2F03
Complementary color
Monochromatic Colors of #AF2F03
Black with #AF2F03
Text Example
Text Example
White with #AF2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F03; }
p { color: rgb(175,47,3); }
H1.HeaderClassName
{
color: #AF2F03;
}
.AnyTagClassName
{
color: #AF2F03;
}
</style>
background-color css
<style>
a { background-color: #AF2F03; }
a { background-color: rgb(175,47,3); }
div.DivClassName
{
background-color: #AF2F03;
}
.BgClassName
{
background-color: #AF2F03;
}
</style>
border-color css
<style>
span { border-color: #AF2F03; }
span { border-color: rgb(175,47,3); }
td.TdClassName
{
border-color: #AF2F03;
}
.TagClassName
{
border-color: #AF2F03;
}
</style>