Shades of Rust #AB4002
Tints of Rust #AB4002
RGB
CMYK
RGB Variations
Color information
#AB4002 (or 0xAB4002) is known color: Rust. HEX triplet: AB, 40 and 02. RGB value is (171,64,2). Sum of RGB (Red+Green+Blue) = 171+64+2=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4002 is #54BFFD. Grayscale: #595959. Windows color (decimal): -5554174 or 147627. OLE color: 147627.
HSL color Cylindrical-coordinate representation of color #AB4002: hue angle of 22.01º 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 #AB4002 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.33 |
| HSL | 22.01º | 0.98% | 0.34% | - |
| HSV(B) | 22.01º | 0.99% | 0.67% | - |
| XYZ | 18.64 | 12.33 | 1.45 | - |
| YUV | 88.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 2 | 0 | 0.63 | 0.99 | 0.33 | 22.01 | 0.98 | 0.34 |
| Hex | AB | 40 | 2 | 0 | 3F | 63 | 21 | 16 | 62 | 22 |
| Octal | 253 | 100 | 2 | 0 | 77 | 143 | 41 | 26 | 142 | 42 |
| Binary | 10101011 | 1000000 | 10 | 0 | 111111 | 1100011 | 100001 | 10110 | 1100010 | 100010 |
Color Harmonies of #AB4002
Complementary color
Monochromatic Colors of #AB4002
Black with #AB4002
Text Example
Text Example
White with #AB4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4002; }
p { color: rgb(171,64,2); }
H1.HeaderClassName
{
color: #AB4002;
}
.AnyTagClassName
{
color: #AB4002;
}
</style>
background-color css
<style>
a { background-color: #AB4002; }
a { background-color: rgb(171,64,2); }
div.DivClassName
{
background-color: #AB4002;
}
.BgClassName
{
background-color: #AB4002;
}
</style>
border-color css
<style>
span { border-color: #AB4002; }
span { border-color: rgb(171,64,2); }
td.TdClassName
{
border-color: #AB4002;
}
.TagClassName
{
border-color: #AB4002;
}
</style>