Shades of Rust #AB4104
Tints of Rust #AB4104
RGB
CMYK
RGB Variations
Color information
#AB4104 (or 0xAB4104) is known color: Rust. HEX triplet: AB, 41 and 04. RGB value is (171,65,4). Sum of RGB (Red+Green+Blue) = 171+65+4=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4104 is #54BEFB. Grayscale: #5A5A5A. Windows color (decimal): -5553916 or 278955. OLE color: 278955.
HSL color Cylindrical-coordinate representation of color #AB4104: hue angle of 21.92º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB4104 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.33 |
| HSL | 21.92º | 0.95% | 0.34% | - |
| HSV(B) | 21.92º | 0.98% | 0.67% | - |
| XYZ | 18.71 | 12.45 | 1.53 | - |
| YUV | 89.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 4 | 0 | 0.62 | 0.98 | 0.33 | 21.92 | 0.95 | 0.34 |
| Hex | AB | 41 | 4 | 0 | 3E | 62 | 21 | 16 | 5F | 22 |
| Octal | 253 | 101 | 4 | 0 | 76 | 142 | 41 | 26 | 137 | 42 |
| Binary | 10101011 | 1000001 | 100 | 0 | 111110 | 1100010 | 100001 | 10110 | 1011111 | 100010 |
Color Harmonies of #AB4104
Complementary color
Monochromatic Colors of #AB4104
Black with #AB4104
Text Example
Text Example
White with #AB4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4104; }
p { color: rgb(171,65,4); }
H1.HeaderClassName
{
color: #AB4104;
}
.AnyTagClassName
{
color: #AB4104;
}
</style>
background-color css
<style>
a { background-color: #AB4104; }
a { background-color: rgb(171,65,4); }
div.DivClassName
{
background-color: #AB4104;
}
.BgClassName
{
background-color: #AB4104;
}
</style>
border-color css
<style>
span { border-color: #AB4104; }
span { border-color: rgb(171,65,4); }
td.TdClassName
{
border-color: #AB4104;
}
.TagClassName
{
border-color: #AB4104;
}
</style>