Shades of Rust #AF4A1C
Tints of Rust #AF4A1C
RGB
CMYK
RGB Variations
Color information
#AF4A1C (or 0xAF4A1C) is known color: Rust. HEX triplet: AF, 4A and 1C. RGB value is (175,74,28). Sum of RGB (Red+Green+Blue) = 175+74+28=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A1C is #50B5E3. Grayscale: #636363. Windows color (decimal): -5289444 or 1854127. OLE color: 1854127.
HSL color Cylindrical-coordinate representation of color #AF4A1C: hue angle of 18.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF4A1C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 28 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.31 |
| HSL | 18.78º | 0.72% | 0.4% | - |
| HSV(B) | 18.78º | 0.84% | 0.69% | - |
| XYZ | 20.34 | 14.1 | 2.75 | - |
| YUV | 98.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 28 | 0 | 0.58 | 0.84 | 0.31 | 18.78 | 0.72 | 0.4 |
| Hex | AF | 4A | 1C | 0 | 3A | 54 | 1F | 13 | 48 | 28 |
| Octal | 257 | 112 | 34 | 0 | 72 | 124 | 37 | 23 | 110 | 50 |
| Binary | 10101111 | 1001010 | 11100 | 0 | 111010 | 1010100 | 11111 | 10011 | 1001000 | 101000 |
Color Harmonies of #AF4A1C
Complementary color
Monochromatic Colors of #AF4A1C
Black with #AF4A1C
Text Example
Text Example
White with #AF4A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A1C; }
p { color: rgb(175,74,28); }
H1.HeaderClassName
{
color: #AF4A1C;
}
.AnyTagClassName
{
color: #AF4A1C;
}
</style>
background-color css
<style>
a { background-color: #AF4A1C; }
a { background-color: rgb(175,74,28); }
div.DivClassName
{
background-color: #AF4A1C;
}
.BgClassName
{
background-color: #AF4A1C;
}
</style>
border-color css
<style>
span { border-color: #AF4A1C; }
span { border-color: rgb(175,74,28); }
td.TdClassName
{
border-color: #AF4A1C;
}
.TagClassName
{
border-color: #AF4A1C;
}
</style>