Shades of Rust #AF3005
Tints of Rust #AF3005
RGB
CMYK
RGB Variations
Color information
#AF3005 (or 0xAF3005) is known color: Rust. HEX triplet: AF, 30 and 05. RGB value is (175,48,5). Sum of RGB (Red+Green+Blue) = 175+48+5=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3005 is #50CFFA. Grayscale: #515151. Windows color (decimal): -5296123 or 340143. OLE color: 340143.
HSL color Cylindrical-coordinate representation of color #AF3005: hue angle of 15.18º 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 #AF3005 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.31 |
| HSL | 15.18º | 0.94% | 0.35% | - |
| HSV(B) | 15.18º | 0.97% | 0.69% | - |
| XYZ | 18.76 | 11.24 | 1.32 | - |
| YUV | 81.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 5 | 0 | 0.73 | 0.97 | 0.31 | 15.18 | 0.94 | 0.35 |
| Hex | AF | 30 | 5 | 0 | 49 | 61 | 1F | F | 5E | 23 |
| Octal | 257 | 60 | 5 | 0 | 111 | 141 | 37 | 17 | 136 | 43 |
| Binary | 10101111 | 110000 | 101 | 0 | 1001001 | 1100001 | 11111 | 1111 | 1011110 | 100011 |
Color Harmonies of #AF3005
Complementary color
Monochromatic Colors of #AF3005
Black with #AF3005
Text Example
Text Example
White with #AF3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3005; }
p { color: rgb(175,48,5); }
H1.HeaderClassName
{
color: #AF3005;
}
.AnyTagClassName
{
color: #AF3005;
}
</style>
background-color css
<style>
a { background-color: #AF3005; }
a { background-color: rgb(175,48,5); }
div.DivClassName
{
background-color: #AF3005;
}
.BgClassName
{
background-color: #AF3005;
}
</style>
border-color css
<style>
span { border-color: #AF3005; }
span { border-color: rgb(175,48,5); }
td.TdClassName
{
border-color: #AF3005;
}
.TagClassName
{
border-color: #AF3005;
}
</style>