Shades of Rust #AB4D02
Tints of Rust #AB4D02
RGB
CMYK
RGB Variations
Color information
#AB4D02 (or 0xAB4D02) is known color: Rust. HEX triplet: AB, 4D and 02. RGB value is (171,77,2). Sum of RGB (Red+Green+Blue) = 171+77+2=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D02 is #54B2FD. Grayscale: #606060. Windows color (decimal): -5550846 or 150955. OLE color: 150955.
HSL color Cylindrical-coordinate representation of color #AB4D02: hue angle of 26.63º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB4D02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.33 |
| HSL | 26.63º | 0.98% | 0.34% | - |
| HSV(B) | 26.63º | 0.99% | 0.67% | - |
| XYZ | 19.46 | 13.97 | 1.73 | - |
| YUV | 96.56 | 74.64 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 2 | 0 | 0.55 | 0.99 | 0.33 | 26.63 | 0.98 | 0.34 |
| Hex | AB | 4D | 2 | 0 | 37 | 63 | 21 | 1B | 62 | 22 |
| Octal | 253 | 115 | 2 | 0 | 67 | 143 | 41 | 33 | 142 | 42 |
| Binary | 10101011 | 1001101 | 10 | 0 | 110111 | 1100011 | 100001 | 11011 | 1100010 | 100010 |
Color Harmonies of #AB4D02
Complementary color
Monochromatic Colors of #AB4D02
Black with #AB4D02
Text Example
Text Example
White with #AB4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D02; }
p { color: rgb(171,77,2); }
H1.HeaderClassName
{
color: #AB4D02;
}
.AnyTagClassName
{
color: #AB4D02;
}
</style>
background-color css
<style>
a { background-color: #AB4D02; }
a { background-color: rgb(171,77,2); }
div.DivClassName
{
background-color: #AB4D02;
}
.BgClassName
{
background-color: #AB4D02;
}
</style>
border-color css
<style>
span { border-color: #AB4D02; }
span { border-color: rgb(171,77,2); }
td.TdClassName
{
border-color: #AB4D02;
}
.TagClassName
{
border-color: #AB4D02;
}
</style>