Shades of Rust #AF2D05
Tints of Rust #AF2D05
RGB
CMYK
RGB Variations
Color information
#AF2D05 (or 0xAF2D05) is known color: Rust. HEX triplet: AF, 2D and 05. RGB value is (175,45,5). Sum of RGB (Red+Green+Blue) = 175+45+5=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D05 is #50D2FA. Grayscale: #4F4F4F. Windows color (decimal): -5296891 or 339375. OLE color: 339375.
HSL color Cylindrical-coordinate representation of color #AF2D05: hue angle of 14.12º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF2D05 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.31 |
| HSL | 14.12º | 0.94% | 0.35% | - |
| HSV(B) | 14.12º | 0.97% | 0.69% | - |
| XYZ | 18.64 | 11 | 1.28 | - |
| YUV | 79.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 5 | 0 | 0.74 | 0.97 | 0.31 | 14.12 | 0.94 | 0.35 |
| Hex | AF | 2D | 5 | 0 | 4A | 61 | 1F | E | 5E | 23 |
| Octal | 257 | 55 | 5 | 0 | 112 | 141 | 37 | 16 | 136 | 43 |
| Binary | 10101111 | 101101 | 101 | 0 | 1001010 | 1100001 | 11111 | 1110 | 1011110 | 100011 |
Color Harmonies of #AF2D05
Complementary color
Monochromatic Colors of #AF2D05
Black with #AF2D05
Text Example
Text Example
White with #AF2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D05; }
p { color: rgb(175,45,5); }
H1.HeaderClassName
{
color: #AF2D05;
}
.AnyTagClassName
{
color: #AF2D05;
}
</style>
background-color css
<style>
a { background-color: #AF2D05; }
a { background-color: rgb(175,45,5); }
div.DivClassName
{
background-color: #AF2D05;
}
.BgClassName
{
background-color: #AF2D05;
}
</style>
border-color css
<style>
span { border-color: #AF2D05; }
span { border-color: rgb(175,45,5); }
td.TdClassName
{
border-color: #AF2D05;
}
.TagClassName
{
border-color: #AF2D05;
}
</style>