Shades of Rust #AB4C04
Tints of Rust #AB4C04
RGB
CMYK
RGB Variations
Color information
#AB4C04 (or 0xAB4C04) is known color: Rust. HEX triplet: AB, 4C and 04. RGB value is (171,76,4). Sum of RGB (Red+Green+Blue) = 171+76+4=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C04 is #54B3FB. Grayscale: #606060. Windows color (decimal): -5551100 or 281771. OLE color: 281771.
HSL color Cylindrical-coordinate representation of color #AB4C04: hue angle of 25.87º 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 #AB4C04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.33 |
| HSL | 25.87º | 0.95% | 0.34% | - |
| HSV(B) | 25.87º | 0.98% | 0.67% | - |
| XYZ | 19.4 | 13.84 | 1.76 | - |
| YUV | 96.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 4 | 0 | 0.56 | 0.98 | 0.33 | 25.87 | 0.95 | 0.34 |
| Hex | AB | 4C | 4 | 0 | 38 | 62 | 21 | 1A | 5F | 22 |
| Octal | 253 | 114 | 4 | 0 | 70 | 142 | 41 | 32 | 137 | 42 |
| Binary | 10101011 | 1001100 | 100 | 0 | 111000 | 1100010 | 100001 | 11010 | 1011111 | 100010 |
Color Harmonies of #AB4C04
Complementary color
Monochromatic Colors of #AB4C04
Black with #AB4C04
Text Example
Text Example
White with #AB4C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C04; }
p { color: rgb(171,76,4); }
H1.HeaderClassName
{
color: #AB4C04;
}
.AnyTagClassName
{
color: #AB4C04;
}
</style>
background-color css
<style>
a { background-color: #AB4C04; }
a { background-color: rgb(171,76,4); }
div.DivClassName
{
background-color: #AB4C04;
}
.BgClassName
{
background-color: #AB4C04;
}
</style>
border-color css
<style>
span { border-color: #AB4C04; }
span { border-color: rgb(171,76,4); }
td.TdClassName
{
border-color: #AB4C04;
}
.TagClassName
{
border-color: #AB4C04;
}
</style>