Shades of Rust #AF350A
Tints of Rust #AF350A
RGB
CMYK
RGB Variations
Color information
#AF350A (or 0xAF350A) is known color: Rust. HEX triplet: AF, 35 and 0A. RGB value is (175,53,10). Sum of RGB (Red+Green+Blue) = 175+53+10=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF350A is #50CAF5. Grayscale: #545454. Windows color (decimal): -5294838 or 669103. OLE color: 669103.
HSL color Cylindrical-coordinate representation of color #AF350A: hue angle of 15.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF350A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 10 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.31 |
| HSL | 15.64º | 0.89% | 0.36% | - |
| HSV(B) | 15.64º | 0.94% | 0.69% | - |
| XYZ | 19.01 | 11.68 | 1.54 | - |
| YUV | 84.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 10 | 0 | 0.70 | 0.94 | 0.31 | 15.64 | 0.89 | 0.36 |
| Hex | AF | 35 | A | 0 | 46 | 5E | 1F | 10 | 59 | 24 |
| Octal | 257 | 65 | 12 | 0 | 106 | 136 | 37 | 20 | 131 | 44 |
| Binary | 10101111 | 110101 | 1010 | 0 | 1000110 | 1011110 | 11111 | 10000 | 1011001 | 100100 |
Color Harmonies of #AF350A
Complementary color
Monochromatic Colors of #AF350A
Black with #AF350A
Text Example
Text Example
White with #AF350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF350A; }
p { color: rgb(175,53,10); }
H1.HeaderClassName
{
color: #AF350A;
}
.AnyTagClassName
{
color: #AF350A;
}
</style>
background-color css
<style>
a { background-color: #AF350A; }
a { background-color: rgb(175,53,10); }
div.DivClassName
{
background-color: #AF350A;
}
.BgClassName
{
background-color: #AF350A;
}
</style>
border-color css
<style>
span { border-color: #AF350A; }
span { border-color: rgb(175,53,10); }
td.TdClassName
{
border-color: #AF350A;
}
.TagClassName
{
border-color: #AF350A;
}
</style>