Shades of Rust #AF4D1A
Tints of Rust #AF4D1A
RGB
CMYK
RGB Variations
Color information
#AF4D1A (or 0xAF4D1A) is known color: Rust. HEX triplet: AF, 4D and 1A. RGB value is (175,77,26). Sum of RGB (Red+Green+Blue) = 175+77+26=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D1A is #50B2E5. Grayscale: #646464. Windows color (decimal): -5288678 or 1723823. OLE color: 1723823.
HSL color Cylindrical-coordinate representation of color #AF4D1A: hue angle of 20.54º 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 #AF4D1A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 26 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.31 |
| HSL | 20.54º | 0.74% | 0.39% | - |
| HSV(B) | 20.54º | 0.85% | 0.69% | - |
| XYZ | 20.52 | 14.5 | 2.69 | - |
| YUV | 100.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 26 | 0 | 0.56 | 0.85 | 0.31 | 20.54 | 0.74 | 0.39 |
| Hex | AF | 4D | 1A | 0 | 38 | 55 | 1F | 15 | 4A | 27 |
| Octal | 257 | 115 | 32 | 0 | 70 | 125 | 37 | 25 | 112 | 47 |
| Binary | 10101111 | 1001101 | 11010 | 0 | 111000 | 1010101 | 11111 | 10101 | 1001010 | 100111 |
Color Harmonies of #AF4D1A
Complementary color
Monochromatic Colors of #AF4D1A
Black with #AF4D1A
Text Example
Text Example
White with #AF4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D1A; }
p { color: rgb(175,77,26); }
H1.HeaderClassName
{
color: #AF4D1A;
}
.AnyTagClassName
{
color: #AF4D1A;
}
</style>
background-color css
<style>
a { background-color: #AF4D1A; }
a { background-color: rgb(175,77,26); }
div.DivClassName
{
background-color: #AF4D1A;
}
.BgClassName
{
background-color: #AF4D1A;
}
</style>
border-color css
<style>
span { border-color: #AF4D1A; }
span { border-color: rgb(175,77,26); }
td.TdClassName
{
border-color: #AF4D1A;
}
.TagClassName
{
border-color: #AF4D1A;
}
</style>