Shades of Rust #AF3D1A
Tints of Rust #AF3D1A
RGB
CMYK
RGB Variations
Color information
#AF3D1A (or 0xAF3D1A) is known color: Rust. HEX triplet: AF, 3D and 1A. RGB value is (175,61,26). Sum of RGB (Red+Green+Blue) = 175+61+26=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D1A is #50C2E5. Grayscale: #5B5B5B. Windows color (decimal): -5292774 or 1719727. OLE color: 1719727.
HSL color Cylindrical-coordinate representation of color #AF3D1A: hue angle of 14.09º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF3D1A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 26 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.31 |
| HSL | 14.09º | 0.74% | 0.39% | - |
| HSV(B) | 14.09º | 0.85% | 0.69% | - |
| XYZ | 19.53 | 12.53 | 2.37 | - |
| YUV | 91.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 26 | 0 | 0.65 | 0.85 | 0.31 | 14.09 | 0.74 | 0.39 |
| Hex | AF | 3D | 1A | 0 | 41 | 55 | 1F | E | 4A | 27 |
| Octal | 257 | 75 | 32 | 0 | 101 | 125 | 37 | 16 | 112 | 47 |
| Binary | 10101111 | 111101 | 11010 | 0 | 1000001 | 1010101 | 11111 | 1110 | 1001010 | 100111 |
Color Harmonies of #AF3D1A
Complementary color
Monochromatic Colors of #AF3D1A
Black with #AF3D1A
Text Example
Text Example
White with #AF3D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D1A; }
p { color: rgb(175,61,26); }
H1.HeaderClassName
{
color: #AF3D1A;
}
.AnyTagClassName
{
color: #AF3D1A;
}
</style>
background-color css
<style>
a { background-color: #AF3D1A; }
a { background-color: rgb(175,61,26); }
div.DivClassName
{
background-color: #AF3D1A;
}
.BgClassName
{
background-color: #AF3D1A;
}
</style>
border-color css
<style>
span { border-color: #AF3D1A; }
span { border-color: rgb(175,61,26); }
td.TdClassName
{
border-color: #AF3D1A;
}
.TagClassName
{
border-color: #AF3D1A;
}
</style>