Shades of Rust #AB3E02
Tints of Rust #AB3E02
RGB
CMYK
RGB Variations
Color information
#AB3E02 (or 0xAB3E02) is known color: Rust. HEX triplet: AB, 3E and 02. RGB value is (171,62,2). Sum of RGB (Red+Green+Blue) = 171+62+2=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3E02 is #54C1FD. Grayscale: #585858. Windows color (decimal): -5554686 or 147115. OLE color: 147115.
HSL color Cylindrical-coordinate representation of color #AB3E02: hue angle of 21.3º 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 #AB3E02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.33 |
| HSL | 21.3º | 0.98% | 0.34% | - |
| HSV(B) | 21.3º | 0.99% | 0.67% | - |
| XYZ | 18.53 | 12.11 | 1.42 | - |
| YUV | 87.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 2 | 0 | 0.64 | 0.99 | 0.33 | 21.3 | 0.98 | 0.34 |
| Hex | AB | 3E | 2 | 0 | 40 | 63 | 21 | 15 | 62 | 22 |
| Octal | 253 | 76 | 2 | 0 | 100 | 143 | 41 | 25 | 142 | 42 |
| Binary | 10101011 | 111110 | 10 | 0 | 1000000 | 1100011 | 100001 | 10101 | 1100010 | 100010 |
Color Harmonies of #AB3E02
Complementary color
Monochromatic Colors of #AB3E02
Black with #AB3E02
Text Example
Text Example
White with #AB3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E02; }
p { color: rgb(171,62,2); }
H1.HeaderClassName
{
color: #AB3E02;
}
.AnyTagClassName
{
color: #AB3E02;
}
</style>
background-color css
<style>
a { background-color: #AB3E02; }
a { background-color: rgb(171,62,2); }
div.DivClassName
{
background-color: #AB3E02;
}
.BgClassName
{
background-color: #AB3E02;
}
</style>
border-color css
<style>
span { border-color: #AB3E02; }
span { border-color: rgb(171,62,2); }
td.TdClassName
{
border-color: #AB3E02;
}
.TagClassName
{
border-color: #AB3E02;
}
</style>