Shades of Rust #AF2505
Tints of Rust #AF2505
RGB
CMYK
RGB Variations
Color information
#AF2505 (or 0xAF2505) is known color: Rust. HEX triplet: AF, 25 and 05. RGB value is (175,37,5). Sum of RGB (Red+Green+Blue) = 175+37+5=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2505 is #50DAFA. Grayscale: #4A4A4A. Windows color (decimal): -5298939 or 337327. OLE color: 337327.
HSL color Cylindrical-coordinate representation of color #AF2505: hue angle of 11.29º 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 #AF2505 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.31 |
| HSL | 11.29º | 0.94% | 0.35% | - |
| HSV(B) | 11.29º | 0.97% | 0.69% | - |
| XYZ | 18.37 | 10.45 | 1.19 | - |
| YUV | 74.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 5 | 0 | 0.79 | 0.97 | 0.31 | 11.29 | 0.94 | 0.35 |
| Hex | AF | 25 | 5 | 0 | 4F | 61 | 1F | B | 5E | 23 |
| Octal | 257 | 45 | 5 | 0 | 117 | 141 | 37 | 13 | 136 | 43 |
| Binary | 10101111 | 100101 | 101 | 0 | 1001111 | 1100001 | 11111 | 1011 | 1011110 | 100011 |
Color Harmonies of #AF2505
Complementary color
Monochromatic Colors of #AF2505
Black with #AF2505
Text Example
Text Example
White with #AF2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2505; }
p { color: rgb(175,37,5); }
H1.HeaderClassName
{
color: #AF2505;
}
.AnyTagClassName
{
color: #AF2505;
}
</style>
background-color css
<style>
a { background-color: #AF2505; }
a { background-color: rgb(175,37,5); }
div.DivClassName
{
background-color: #AF2505;
}
.BgClassName
{
background-color: #AF2505;
}
</style>
border-color css
<style>
span { border-color: #AF2505; }
span { border-color: rgb(175,37,5); }
td.TdClassName
{
border-color: #AF2505;
}
.TagClassName
{
border-color: #AF2505;
}
</style>