Shades of Rust #AB2700
Tints of Rust #AB2700
RGB
CMYK
RGB Variations
Color information
#AB2700 (or 0xAB2700) is known color: Rust. HEX triplet: AB, 27 and 00. RGB value is (171,39,0). Sum of RGB (Red+Green+Blue) = 171+39+0=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2700 is #54D8FF. Grayscale: #4A4A4A. Windows color (decimal): -5560576 or 10155. OLE color: 10155.
HSL color Cylindrical-coordinate representation of color #AB2700: hue angle of 13.68º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB2700 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.33 |
| HSL | 13.68º | 1% | 0.34% | - |
| HSV(B) | 13.68º | 1% | 0.67% | - |
| XYZ | 17.52 | 10.11 | 1.03 | - |
| YUV | 74.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 0 | 0 | 0.77 | 1 | 0.33 | 13.68 | 1 | 0.34 |
| Hex | AB | 27 | 0 | 0 | 4D | 64 | 21 | E | 64 | 22 |
| Octal | 253 | 47 | 0 | 0 | 115 | 144 | 41 | 16 | 144 | 42 |
| Binary | 10101011 | 100111 | 0 | 0 | 1001101 | 1100100 | 100001 | 1110 | 1100100 | 100010 |
Color Harmonies of #AB2700
Complementary color
Monochromatic Colors of #AB2700
Black with #AB2700
Text Example
Text Example
White with #AB2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2700; }
p { color: rgb(171,39,0); }
H1.HeaderClassName
{
color: #AB2700;
}
.AnyTagClassName
{
color: #AB2700;
}
</style>
background-color css
<style>
a { background-color: #AB2700; }
a { background-color: rgb(171,39,0); }
div.DivClassName
{
background-color: #AB2700;
}
.BgClassName
{
background-color: #AB2700;
}
</style>
border-color css
<style>
span { border-color: #AB2700; }
span { border-color: rgb(171,39,0); }
td.TdClassName
{
border-color: #AB2700;
}
.TagClassName
{
border-color: #AB2700;
}
</style>