Shades of Rust #AB3203
Tints of Rust #AB3203
RGB
CMYK
RGB Variations
Color information
#AB3203 (or 0xAB3203) is known color: Rust. HEX triplet: AB, 32 and 03. RGB value is (171,50,3). Sum of RGB (Red+Green+Blue) = 171+50+3=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3203 is #54CDFC. Grayscale: #515151. Windows color (decimal): -5557757 or 209579. OLE color: 209579.
HSL color Cylindrical-coordinate representation of color #AB3203: hue angle of 16.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB3203 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.33 |
| HSL | 16.79º | 0.97% | 0.34% | - |
| HSV(B) | 16.79º | 0.98% | 0.67% | - |
| XYZ | 17.95 | 10.95 | 1.25 | - |
| YUV | 80.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 3 | 0 | 0.71 | 0.98 | 0.33 | 16.79 | 0.97 | 0.34 |
| Hex | AB | 32 | 3 | 0 | 47 | 62 | 21 | 11 | 61 | 22 |
| Octal | 253 | 62 | 3 | 0 | 107 | 142 | 41 | 21 | 141 | 42 |
| Binary | 10101011 | 110010 | 11 | 0 | 1000111 | 1100010 | 100001 | 10001 | 1100001 | 100010 |
Color Harmonies of #AB3203
Complementary color
Monochromatic Colors of #AB3203
Black with #AB3203
Text Example
Text Example
White with #AB3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3203; }
p { color: rgb(171,50,3); }
H1.HeaderClassName
{
color: #AB3203;
}
.AnyTagClassName
{
color: #AB3203;
}
</style>
background-color css
<style>
a { background-color: #AB3203; }
a { background-color: rgb(171,50,3); }
div.DivClassName
{
background-color: #AB3203;
}
.BgClassName
{
background-color: #AB3203;
}
</style>
border-color css
<style>
span { border-color: #AB3203; }
span { border-color: rgb(171,50,3); }
td.TdClassName
{
border-color: #AB3203;
}
.TagClassName
{
border-color: #AB3203;
}
</style>