Shades of Rust #AB3A02
Tints of Rust #AB3A02
RGB
CMYK
RGB Variations
Color information
#AB3A02 (or 0xAB3A02) is known color: Rust. HEX triplet: AB, 3A and 02. RGB value is (171,58,2). Sum of RGB (Red+Green+Blue) = 171+58+2=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A02 is #54C5FD. Grayscale: #555555. Windows color (decimal): -5555710 or 146091. OLE color: 146091.
HSL color Cylindrical-coordinate representation of color #AB3A02: hue angle of 19.88º 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 #AB3A02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.33 |
| HSL | 19.88º | 0.98% | 0.34% | - |
| HSV(B) | 19.88º | 0.99% | 0.67% | - |
| XYZ | 18.32 | 11.69 | 1.35 | - |
| YUV | 85.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 2 | 0 | 0.66 | 0.99 | 0.33 | 19.88 | 0.98 | 0.34 |
| Hex | AB | 3A | 2 | 0 | 42 | 63 | 21 | 14 | 62 | 22 |
| Octal | 253 | 72 | 2 | 0 | 102 | 143 | 41 | 24 | 142 | 42 |
| Binary | 10101011 | 111010 | 10 | 0 | 1000010 | 1100011 | 100001 | 10100 | 1100010 | 100010 |
Color Harmonies of #AB3A02
Complementary color
Monochromatic Colors of #AB3A02
Black with #AB3A02
Text Example
Text Example
White with #AB3A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A02; }
p { color: rgb(171,58,2); }
H1.HeaderClassName
{
color: #AB3A02;
}
.AnyTagClassName
{
color: #AB3A02;
}
</style>
background-color css
<style>
a { background-color: #AB3A02; }
a { background-color: rgb(171,58,2); }
div.DivClassName
{
background-color: #AB3A02;
}
.BgClassName
{
background-color: #AB3A02;
}
</style>
border-color css
<style>
span { border-color: #AB3A02; }
span { border-color: rgb(171,58,2); }
td.TdClassName
{
border-color: #AB3A02;
}
.TagClassName
{
border-color: #AB3A02;
}
</style>