Shades of Rust #AF4305
Tints of Rust #AF4305
RGB
CMYK
RGB Variations
Color information
#AF4305 (or 0xAF4305) is known color: Rust. HEX triplet: AF, 43 and 05. RGB value is (175,67,5). Sum of RGB (Red+Green+Blue) = 175+67+5=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4305 is #50BCFA. Grayscale: #5C5C5C. Windows color (decimal): -5291259 or 345007. OLE color: 345007.
HSL color Cylindrical-coordinate representation of color #AF4305: hue angle of 21.88º 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 #AF4305 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.31 |
| HSL | 21.88º | 0.94% | 0.35% | - |
| HSV(B) | 21.88º | 0.97% | 0.69% | - |
| XYZ | 19.71 | 13.14 | 1.64 | - |
| YUV | 92.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 5 | 0 | 0.62 | 0.97 | 0.31 | 21.88 | 0.94 | 0.35 |
| Hex | AF | 43 | 5 | 0 | 3E | 61 | 1F | 16 | 5E | 23 |
| Octal | 257 | 103 | 5 | 0 | 76 | 141 | 37 | 26 | 136 | 43 |
| Binary | 10101111 | 1000011 | 101 | 0 | 111110 | 1100001 | 11111 | 10110 | 1011110 | 100011 |
Color Harmonies of #AF4305
Complementary color
Monochromatic Colors of #AF4305
Black with #AF4305
Text Example
Text Example
White with #AF4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4305; }
p { color: rgb(175,67,5); }
H1.HeaderClassName
{
color: #AF4305;
}
.AnyTagClassName
{
color: #AF4305;
}
</style>
background-color css
<style>
a { background-color: #AF4305; }
a { background-color: rgb(175,67,5); }
div.DivClassName
{
background-color: #AF4305;
}
.BgClassName
{
background-color: #AF4305;
}
</style>
border-color css
<style>
span { border-color: #AF4305; }
span { border-color: rgb(175,67,5); }
td.TdClassName
{
border-color: #AF4305;
}
.TagClassName
{
border-color: #AF4305;
}
</style>