Shades of Rust #AB4D03
Tints of Rust #AB4D03
RGB
CMYK
RGB Variations
Color information
#AB4D03 (or 0xAB4D03) is known color: Rust. HEX triplet: AB, 4D and 03. RGB value is (171,77,3). Sum of RGB (Red+Green+Blue) = 171+77+3=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D03 is #54B2FC. Grayscale: #616161. Windows color (decimal): -5550845 or 216491. OLE color: 216491.
HSL color Cylindrical-coordinate representation of color #AB4D03: hue angle of 26.43º degrees, saturation: 0.97, 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 #AB4D03 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.33 |
| HSL | 26.43º | 0.97% | 0.34% | - |
| HSV(B) | 26.43º | 0.98% | 0.67% | - |
| XYZ | 19.46 | 13.97 | 1.76 | - |
| YUV | 96.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 3 | 0 | 0.55 | 0.98 | 0.33 | 26.43 | 0.97 | 0.34 |
| Hex | AB | 4D | 3 | 0 | 37 | 62 | 21 | 1A | 61 | 22 |
| Octal | 253 | 115 | 3 | 0 | 67 | 142 | 41 | 32 | 141 | 42 |
| Binary | 10101011 | 1001101 | 11 | 0 | 110111 | 1100010 | 100001 | 11010 | 1100001 | 100010 |
Color Harmonies of #AB4D03
Complementary color
Monochromatic Colors of #AB4D03
Black with #AB4D03
Text Example
Text Example
White with #AB4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D03; }
p { color: rgb(171,77,3); }
H1.HeaderClassName
{
color: #AB4D03;
}
.AnyTagClassName
{
color: #AB4D03;
}
</style>
background-color css
<style>
a { background-color: #AB4D03; }
a { background-color: rgb(171,77,3); }
div.DivClassName
{
background-color: #AB4D03;
}
.BgClassName
{
background-color: #AB4D03;
}
</style>
border-color css
<style>
span { border-color: #AB4D03; }
span { border-color: rgb(171,77,3); }
td.TdClassName
{
border-color: #AB4D03;
}
.TagClassName
{
border-color: #AB4D03;
}
</style>