Shades of Rust #AF3D1B
Tints of Rust #AF3D1B
RGB
CMYK
RGB Variations
Color information
#AF3D1B (or 0xAF3D1B) is known color: Rust. HEX triplet: AF, 3D and 1B. RGB value is (175,61,27). Sum of RGB (Red+Green+Blue) = 175+61+27=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D1B is #50C2E4. Grayscale: #5B5B5B. Windows color (decimal): -5292773 or 1785263. OLE color: 1785263.
HSL color Cylindrical-coordinate representation of color #AF3D1B: hue angle of 13.78º 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 #AF3D1B is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 27 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.31 |
| HSL | 13.78º | 0.73% | 0.4% | - |
| HSV(B) | 13.78º | 0.85% | 0.69% | - |
| XYZ | 19.55 | 12.53 | 2.43 | - |
| YUV | 91.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 27 | 0 | 0.65 | 0.85 | 0.31 | 13.78 | 0.73 | 0.4 |
| Hex | AF | 3D | 1B | 0 | 41 | 55 | 1F | E | 49 | 28 |
| Octal | 257 | 75 | 33 | 0 | 101 | 125 | 37 | 16 | 111 | 50 |
| Binary | 10101111 | 111101 | 11011 | 0 | 1000001 | 1010101 | 11111 | 1110 | 1001001 | 101000 |
Color Harmonies of #AF3D1B
Complementary color
Monochromatic Colors of #AF3D1B
Black with #AF3D1B
Text Example
Text Example
White with #AF3D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D1B; }
p { color: rgb(175,61,27); }
H1.HeaderClassName
{
color: #AF3D1B;
}
.AnyTagClassName
{
color: #AF3D1B;
}
</style>
background-color css
<style>
a { background-color: #AF3D1B; }
a { background-color: rgb(175,61,27); }
div.DivClassName
{
background-color: #AF3D1B;
}
.BgClassName
{
background-color: #AF3D1B;
}
</style>
border-color css
<style>
span { border-color: #AF3D1B; }
span { border-color: rgb(175,61,27); }
td.TdClassName
{
border-color: #AF3D1B;
}
.TagClassName
{
border-color: #AF3D1B;
}
</style>