Shades of Rust #AB3F1C
Tints of Rust #AB3F1C
RGB
CMYK
RGB Variations
Color information
#AB3F1C (or 0xAB3F1C) is known color: Rust. HEX triplet: AB, 3F and 1C. RGB value is (171,63,28). Sum of RGB (Red+Green+Blue) = 171+63+28=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F1C is #54C0E3. Grayscale: #5B5B5B. Windows color (decimal): -5554404 or 1851307. OLE color: 1851307.
HSL color Cylindrical-coordinate representation of color #AB3F1C: hue angle of 14.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB3F1C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 28 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.33 |
| HSL | 14.69º | 0.72% | 0.39% | - |
| HSV(B) | 14.69º | 0.84% | 0.67% | - |
| XYZ | 18.78 | 12.3 | 2.48 | - |
| YUV | 91.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 28 | 0 | 0.63 | 0.84 | 0.33 | 14.69 | 0.72 | 0.39 |
| Hex | AB | 3F | 1C | 0 | 3F | 54 | 21 | F | 48 | 27 |
| Octal | 253 | 77 | 34 | 0 | 77 | 124 | 41 | 17 | 110 | 47 |
| Binary | 10101011 | 111111 | 11100 | 0 | 111111 | 1010100 | 100001 | 1111 | 1001000 | 100111 |
Color Harmonies of #AB3F1C
Complementary color
Monochromatic Colors of #AB3F1C
Black with #AB3F1C
Text Example
Text Example
White with #AB3F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F1C; }
p { color: rgb(171,63,28); }
H1.HeaderClassName
{
color: #AB3F1C;
}
.AnyTagClassName
{
color: #AB3F1C;
}
</style>
background-color css
<style>
a { background-color: #AB3F1C; }
a { background-color: rgb(171,63,28); }
div.DivClassName
{
background-color: #AB3F1C;
}
.BgClassName
{
background-color: #AB3F1C;
}
</style>
border-color css
<style>
span { border-color: #AB3F1C; }
span { border-color: rgb(171,63,28); }
td.TdClassName
{
border-color: #AB3F1C;
}
.TagClassName
{
border-color: #AB3F1C;
}
</style>