Shades of Rust #AB2603
Tints of Rust #AB2603
RGB
CMYK
RGB Variations
Color information
#AB2603 (or 0xAB2603) is known color: Rust. HEX triplet: AB, 26 and 03. RGB value is (171,38,3). Sum of RGB (Red+Green+Blue) = 171+38+3=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2603 is #54D9FC. Grayscale: #4A4A4A. Windows color (decimal): -5560829 or 206507. OLE color: 206507.
HSL color Cylindrical-coordinate representation of color #AB2603: hue angle of 12.5º 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 #AB2603 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.33 |
| HSL | 12.5º | 0.97% | 0.34% | - |
| HSV(B) | 12.5º | 0.98% | 0.67% | - |
| XYZ | 17.5 | 10.05 | 1.1 | - |
| YUV | 73.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 3 | 0 | 0.78 | 0.98 | 0.33 | 12.5 | 0.97 | 0.34 |
| Hex | AB | 26 | 3 | 0 | 4E | 62 | 21 | C | 61 | 22 |
| Octal | 253 | 46 | 3 | 0 | 116 | 142 | 41 | 14 | 141 | 42 |
| Binary | 10101011 | 100110 | 11 | 0 | 1001110 | 1100010 | 100001 | 1100 | 1100001 | 100010 |
Color Harmonies of #AB2603
Complementary color
Monochromatic Colors of #AB2603
Black with #AB2603
Text Example
Text Example
White with #AB2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2603; }
p { color: rgb(171,38,3); }
H1.HeaderClassName
{
color: #AB2603;
}
.AnyTagClassName
{
color: #AB2603;
}
</style>
background-color css
<style>
a { background-color: #AB2603; }
a { background-color: rgb(171,38,3); }
div.DivClassName
{
background-color: #AB2603;
}
.BgClassName
{
background-color: #AB2603;
}
</style>
border-color css
<style>
span { border-color: #AB2603; }
span { border-color: rgb(171,38,3); }
td.TdClassName
{
border-color: #AB2603;
}
.TagClassName
{
border-color: #AB2603;
}
</style>