Shades of Rust #AF4300
Tints of Rust #AF4300
RGB
CMYK
RGB Variations
Color information
#AF4300 (or 0xAF4300) is known color: Rust. HEX triplet: AF, 43 and 00. RGB value is (175,67,0). Sum of RGB (Red+Green+Blue) = 175+67+0=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4300 is #50BCFF. Grayscale: #5C5C5C. Windows color (decimal): -5291264 or 17327. OLE color: 17327.
HSL color Cylindrical-coordinate representation of color #AF4300: hue angle of 22.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF4300 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.31 |
| HSL | 22.97º | 1% | 0.34% | - |
| HSV(B) | 22.97º | 1% | 0.69% | - |
| XYZ | 19.69 | 13.13 | 1.5 | - |
| YUV | 91.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 0 | 0 | 0.62 | 1 | 0.31 | 22.97 | 1 | 0.34 |
| Hex | AF | 43 | 0 | 0 | 3E | 64 | 1F | 17 | 64 | 22 |
| Octal | 257 | 103 | 0 | 0 | 76 | 144 | 37 | 27 | 144 | 42 |
| Binary | 10101111 | 1000011 | 0 | 0 | 111110 | 1100100 | 11111 | 10111 | 1100100 | 100010 |
Color Harmonies of #AF4300
Complementary color
Monochromatic Colors of #AF4300
Black with #AF4300
Text Example
Text Example
White with #AF4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4300; }
p { color: rgb(175,67,0); }
H1.HeaderClassName
{
color: #AF4300;
}
.AnyTagClassName
{
color: #AF4300;
}
</style>
background-color css
<style>
a { background-color: #AF4300; }
a { background-color: rgb(175,67,0); }
div.DivClassName
{
background-color: #AF4300;
}
.BgClassName
{
background-color: #AF4300;
}
</style>
border-color css
<style>
span { border-color: #AF4300; }
span { border-color: rgb(175,67,0); }
td.TdClassName
{
border-color: #AF4300;
}
.TagClassName
{
border-color: #AF4300;
}
</style>