Shades of Rust #AF4A1B
Tints of Rust #AF4A1B
RGB
CMYK
RGB Variations
Color information
#AF4A1B (or 0xAF4A1B) is known color: Rust. HEX triplet: AF, 4A and 1B. RGB value is (175,74,27). Sum of RGB (Red+Green+Blue) = 175+74+27=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A1B is #50B5E4. Grayscale: #636363. Windows color (decimal): -5289445 or 1788591. OLE color: 1788591.
HSL color Cylindrical-coordinate representation of color #AF4A1B: hue angle of 19.05º 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 #AF4A1B is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 27 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.31 |
| HSL | 19.05º | 0.73% | 0.4% | - |
| HSV(B) | 19.05º | 0.85% | 0.69% | - |
| XYZ | 20.33 | 14.09 | 2.69 | - |
| YUV | 98.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 27 | 0 | 0.58 | 0.85 | 0.31 | 19.05 | 0.73 | 0.4 |
| Hex | AF | 4A | 1B | 0 | 3A | 55 | 1F | 13 | 49 | 28 |
| Octal | 257 | 112 | 33 | 0 | 72 | 125 | 37 | 23 | 111 | 50 |
| Binary | 10101111 | 1001010 | 11011 | 0 | 111010 | 1010101 | 11111 | 10011 | 1001001 | 101000 |
Color Harmonies of #AF4A1B
Complementary color
Monochromatic Colors of #AF4A1B
Black with #AF4A1B
Text Example
Text Example
White with #AF4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A1B; }
p { color: rgb(175,74,27); }
H1.HeaderClassName
{
color: #AF4A1B;
}
.AnyTagClassName
{
color: #AF4A1B;
}
</style>
background-color css
<style>
a { background-color: #AF4A1B; }
a { background-color: rgb(175,74,27); }
div.DivClassName
{
background-color: #AF4A1B;
}
.BgClassName
{
background-color: #AF4A1B;
}
</style>
border-color css
<style>
span { border-color: #AF4A1B; }
span { border-color: rgb(175,74,27); }
td.TdClassName
{
border-color: #AF4A1B;
}
.TagClassName
{
border-color: #AF4A1B;
}
</style>