Shades of Rust #AF4504
Tints of Rust #AF4504
RGB
CMYK
RGB Variations
Color information
#AF4504 (or 0xAF4504) is known color: Rust. HEX triplet: AF, 45 and 04. RGB value is (175,69,4). Sum of RGB (Red+Green+Blue) = 175+69+4=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4504 is #50BAFB. Grayscale: #5D5D5D. Windows color (decimal): -5290748 or 279983. OLE color: 279983.
HSL color Cylindrical-coordinate representation of color #AF4504: hue angle of 22.81º degrees, saturation: 0.96, 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 #AF4504 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.31 |
| HSL | 22.81º | 0.96% | 0.35% | - |
| HSV(B) | 22.81º | 0.98% | 0.69% | - |
| XYZ | 19.83 | 13.38 | 1.65 | - |
| YUV | 93.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 4 | 0 | 0.61 | 0.98 | 0.31 | 22.81 | 0.96 | 0.35 |
| Hex | AF | 45 | 4 | 0 | 3D | 62 | 1F | 17 | 60 | 23 |
| Octal | 257 | 105 | 4 | 0 | 75 | 142 | 37 | 27 | 140 | 43 |
| Binary | 10101111 | 1000101 | 100 | 0 | 111101 | 1100010 | 11111 | 10111 | 1100000 | 100011 |
Color Harmonies of #AF4504
Complementary color
Monochromatic Colors of #AF4504
Black with #AF4504
Text Example
Text Example
White with #AF4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4504; }
p { color: rgb(175,69,4); }
H1.HeaderClassName
{
color: #AF4504;
}
.AnyTagClassName
{
color: #AF4504;
}
</style>
background-color css
<style>
a { background-color: #AF4504; }
a { background-color: rgb(175,69,4); }
div.DivClassName
{
background-color: #AF4504;
}
.BgClassName
{
background-color: #AF4504;
}
</style>
border-color css
<style>
span { border-color: #AF4504; }
span { border-color: rgb(175,69,4); }
td.TdClassName
{
border-color: #AF4504;
}
.TagClassName
{
border-color: #AF4504;
}
</style>