Shades of Rust #AB2601
Tints of Rust #AB2601
RGB
CMYK
RGB Variations
Color information
#AB2601 (or 0xAB2601) is known color: Rust. HEX triplet: AB, 26 and 01. RGB value is (171,38,1). Sum of RGB (Red+Green+Blue) = 171+38+1=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2601 is #54D9FE. Grayscale: #494949. Windows color (decimal): -5560831 or 75435. OLE color: 75435.
HSL color Cylindrical-coordinate representation of color #AB2601: hue angle of 13.06º degrees, saturation: 0.99, 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 #AB2601 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.33 |
| HSL | 13.06º | 0.99% | 0.34% | - |
| HSV(B) | 13.06º | 0.99% | 0.67% | - |
| XYZ | 17.49 | 10.05 | 1.05 | - |
| YUV | 73.55 | 87.06 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 1 | 0 | 0.78 | 0.99 | 0.33 | 13.06 | 0.99 | 0.34 |
| Hex | AB | 26 | 1 | 0 | 4E | 63 | 21 | D | 63 | 22 |
| Octal | 253 | 46 | 1 | 0 | 116 | 143 | 41 | 15 | 143 | 42 |
| Binary | 10101011 | 100110 | 1 | 0 | 1001110 | 1100011 | 100001 | 1101 | 1100011 | 100010 |
Color Harmonies of #AB2601
Complementary color
Monochromatic Colors of #AB2601
Black with #AB2601
Text Example
Text Example
White with #AB2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2601; }
p { color: rgb(171,38,1); }
H1.HeaderClassName
{
color: #AB2601;
}
.AnyTagClassName
{
color: #AB2601;
}
</style>
background-color css
<style>
a { background-color: #AB2601; }
a { background-color: rgb(171,38,1); }
div.DivClassName
{
background-color: #AB2601;
}
.BgClassName
{
background-color: #AB2601;
}
</style>
border-color css
<style>
span { border-color: #AB2601; }
span { border-color: rgb(171,38,1); }
td.TdClassName
{
border-color: #AB2601;
}
.TagClassName
{
border-color: #AB2601;
}
</style>