Shades of Rust #AB3F02
Tints of Rust #AB3F02
RGB
CMYK
RGB Variations
Color information
#AB3F02 (or 0xAB3F02) is known color: Rust. HEX triplet: AB, 3F and 02. RGB value is (171,63,2). Sum of RGB (Red+Green+Blue) = 171+63+2=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F02 is #54C0FD. Grayscale: #585858. Windows color (decimal): -5554430 or 147371. OLE color: 147371.
HSL color Cylindrical-coordinate representation of color #AB3F02: hue angle of 21.66º 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 #AB3F02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.33 |
| HSL | 21.66º | 0.98% | 0.34% | - |
| HSV(B) | 21.66º | 0.99% | 0.67% | - |
| XYZ | 18.58 | 12.22 | 1.44 | - |
| YUV | 88.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 2 | 0 | 0.63 | 0.99 | 0.33 | 21.66 | 0.98 | 0.34 |
| Hex | AB | 3F | 2 | 0 | 3F | 63 | 21 | 16 | 62 | 22 |
| Octal | 253 | 77 | 2 | 0 | 77 | 143 | 41 | 26 | 142 | 42 |
| Binary | 10101011 | 111111 | 10 | 0 | 111111 | 1100011 | 100001 | 10110 | 1100010 | 100010 |
Color Harmonies of #AB3F02
Complementary color
Monochromatic Colors of #AB3F02
Black with #AB3F02
Text Example
Text Example
White with #AB3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F02; }
p { color: rgb(171,63,2); }
H1.HeaderClassName
{
color: #AB3F02;
}
.AnyTagClassName
{
color: #AB3F02;
}
</style>
background-color css
<style>
a { background-color: #AB3F02; }
a { background-color: rgb(171,63,2); }
div.DivClassName
{
background-color: #AB3F02;
}
.BgClassName
{
background-color: #AB3F02;
}
</style>
border-color css
<style>
span { border-color: #AB3F02; }
span { border-color: rgb(171,63,2); }
td.TdClassName
{
border-color: #AB3F02;
}
.TagClassName
{
border-color: #AB3F02;
}
</style>