Shades of Rust #AF341B
Tints of Rust #AF341B
RGB
CMYK
RGB Variations
Color information
#AF341B (or 0xAF341B) is known color: Rust. HEX triplet: AF, 34 and 1B. RGB value is (175,52,27). Sum of RGB (Red+Green+Blue) = 175+52+27=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF341B is #50CBE4. Grayscale: #565656. Windows color (decimal): -5295077 or 1782959. OLE color: 1782959.
HSL color Cylindrical-coordinate representation of color #AF341B: hue angle of 10.14º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF341B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 27 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.31 |
| HSL | 10.14º | 0.73% | 0.4% | - |
| HSV(B) | 10.14º | 0.85% | 0.69% | - |
| XYZ | 19.11 | 11.65 | 2.28 | - |
| YUV | 85.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 27 | 0 | 0.70 | 0.85 | 0.31 | 10.14 | 0.73 | 0.4 |
| Hex | AF | 34 | 1B | 0 | 46 | 55 | 1F | A | 49 | 28 |
| Octal | 257 | 64 | 33 | 0 | 106 | 125 | 37 | 12 | 111 | 50 |
| Binary | 10101111 | 110100 | 11011 | 0 | 1000110 | 1010101 | 11111 | 1010 | 1001001 | 101000 |
Color Harmonies of #AF341B
Complementary color
Monochromatic Colors of #AF341B
Black with #AF341B
Text Example
Text Example
White with #AF341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF341B; }
p { color: rgb(175,52,27); }
H1.HeaderClassName
{
color: #AF341B;
}
.AnyTagClassName
{
color: #AF341B;
}
</style>
background-color css
<style>
a { background-color: #AF341B; }
a { background-color: rgb(175,52,27); }
div.DivClassName
{
background-color: #AF341B;
}
.BgClassName
{
background-color: #AF341B;
}
</style>
border-color css
<style>
span { border-color: #AF341B; }
span { border-color: rgb(175,52,27); }
td.TdClassName
{
border-color: #AF341B;
}
.TagClassName
{
border-color: #AF341B;
}
</style>