Shades of Rust #AF350B
Tints of Rust #AF350B
RGB
CMYK
RGB Variations
Color information
#AF350B (or 0xAF350B) is known color: Rust. HEX triplet: AF, 35 and 0B. RGB value is (175,53,11). Sum of RGB (Red+Green+Blue) = 175+53+11=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF350B is #50CAF4. Grayscale: #545454. Windows color (decimal): -5294837 or 734639. OLE color: 734639.
HSL color Cylindrical-coordinate representation of color #AF350B: hue angle of 15.37º degrees, saturation: 0.88, 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 #AF350B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.31 |
| HSL | 15.37º | 0.88% | 0.36% | - |
| HSV(B) | 15.37º | 0.94% | 0.69% | - |
| XYZ | 19.01 | 11.68 | 1.57 | - |
| YUV | 84.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 11 | 0 | 0.70 | 0.94 | 0.31 | 15.37 | 0.88 | 0.36 |
| Hex | AF | 35 | B | 0 | 46 | 5E | 1F | F | 58 | 24 |
| Octal | 257 | 65 | 13 | 0 | 106 | 136 | 37 | 17 | 130 | 44 |
| Binary | 10101111 | 110101 | 1011 | 0 | 1000110 | 1011110 | 11111 | 1111 | 1011000 | 100100 |
Color Harmonies of #AF350B
Complementary color
Monochromatic Colors of #AF350B
Black with #AF350B
Text Example
Text Example
White with #AF350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF350B; }
p { color: rgb(175,53,11); }
H1.HeaderClassName
{
color: #AF350B;
}
.AnyTagClassName
{
color: #AF350B;
}
</style>
background-color css
<style>
a { background-color: #AF350B; }
a { background-color: rgb(175,53,11); }
div.DivClassName
{
background-color: #AF350B;
}
.BgClassName
{
background-color: #AF350B;
}
</style>
border-color css
<style>
span { border-color: #AF350B; }
span { border-color: rgb(175,53,11); }
td.TdClassName
{
border-color: #AF350B;
}
.TagClassName
{
border-color: #AF350B;
}
</style>