Shades of Rust #AF3E1A
Tints of Rust #AF3E1A
RGB
CMYK
RGB Variations
Color information
#AF3E1A (or 0xAF3E1A) is known color: Rust. HEX triplet: AF, 3E and 1A. RGB value is (175,62,26). Sum of RGB (Red+Green+Blue) = 175+62+26=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E1A is #50C1E5. Grayscale: #5B5B5B. Windows color (decimal): -5292518 or 1719983. OLE color: 1719983.
HSL color Cylindrical-coordinate representation of color #AF3E1A: hue angle of 14.5º 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 #AF3E1A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 26 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.31 |
| HSL | 14.5º | 0.74% | 0.39% | - |
| HSV(B) | 14.5º | 0.85% | 0.69% | - |
| XYZ | 19.59 | 12.63 | 2.38 | - |
| YUV | 91.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 26 | 0 | 0.65 | 0.85 | 0.31 | 14.5 | 0.74 | 0.39 |
| Hex | AF | 3E | 1A | 0 | 41 | 55 | 1F | E | 4A | 27 |
| Octal | 257 | 76 | 32 | 0 | 101 | 125 | 37 | 16 | 112 | 47 |
| Binary | 10101111 | 111110 | 11010 | 0 | 1000001 | 1010101 | 11111 | 1110 | 1001010 | 100111 |
Color Harmonies of #AF3E1A
Complementary color
Monochromatic Colors of #AF3E1A
Black with #AF3E1A
Text Example
Text Example
White with #AF3E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E1A; }
p { color: rgb(175,62,26); }
H1.HeaderClassName
{
color: #AF3E1A;
}
.AnyTagClassName
{
color: #AF3E1A;
}
</style>
background-color css
<style>
a { background-color: #AF3E1A; }
a { background-color: rgb(175,62,26); }
div.DivClassName
{
background-color: #AF3E1A;
}
.BgClassName
{
background-color: #AF3E1A;
}
</style>
border-color css
<style>
span { border-color: #AF3E1A; }
span { border-color: rgb(175,62,26); }
td.TdClassName
{
border-color: #AF3E1A;
}
.TagClassName
{
border-color: #AF3E1A;
}
</style>