Shades of Rust #AB3618
Tints of Rust #AB3618
RGB
CMYK
RGB Variations
Color information
#AB3618 (or 0xAB3618) is known color: Rust. HEX triplet: AB, 36 and 18. RGB value is (171,54,24). Sum of RGB (Red+Green+Blue) = 171+54+24=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3618 is #54C9E7. Grayscale: #555555. Windows color (decimal): -5556712 or 1586859. OLE color: 1586859.
HSL color Cylindrical-coordinate representation of color #AB3618: hue angle of 12.24º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB3618 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 24 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.33 |
| HSL | 12.24º | 0.75% | 0.38% | - |
| HSV(B) | 12.24º | 0.86% | 0.67% | - |
| XYZ | 18.28 | 11.36 | 2.09 | - |
| YUV | 85.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 24 | 0 | 0.68 | 0.86 | 0.33 | 12.24 | 0.75 | 0.38 |
| Hex | AB | 36 | 18 | 0 | 44 | 56 | 21 | C | 4B | 26 |
| Octal | 253 | 66 | 30 | 0 | 104 | 126 | 41 | 14 | 113 | 46 |
| Binary | 10101011 | 110110 | 11000 | 0 | 1000100 | 1010110 | 100001 | 1100 | 1001011 | 100110 |
Color Harmonies of #AB3618
Complementary color
Monochromatic Colors of #AB3618
Black with #AB3618
Text Example
Text Example
White with #AB3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3618; }
p { color: rgb(171,54,24); }
H1.HeaderClassName
{
color: #AB3618;
}
.AnyTagClassName
{
color: #AB3618;
}
</style>
background-color css
<style>
a { background-color: #AB3618; }
a { background-color: rgb(171,54,24); }
div.DivClassName
{
background-color: #AB3618;
}
.BgClassName
{
background-color: #AB3618;
}
</style>
border-color css
<style>
span { border-color: #AB3618; }
span { border-color: rgb(171,54,24); }
td.TdClassName
{
border-color: #AB3618;
}
.TagClassName
{
border-color: #AB3618;
}
</style>