Shades of Rust #AB3608
Tints of Rust #AB3608
RGB
CMYK
RGB Variations
Color information
#AB3608 (or 0xAB3608) is known color: Rust. HEX triplet: AB, 36 and 08. RGB value is (171,54,8). Sum of RGB (Red+Green+Blue) = 171+54+8=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3608 is #54C9F7. Grayscale: #545454. Windows color (decimal): -5556728 or 538283. OLE color: 538283.
HSL color Cylindrical-coordinate representation of color #AB3608: hue angle of 16.93º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB3608 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 8 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.33 |
| HSL | 16.93º | 0.91% | 0.35% | - |
| HSV(B) | 16.93º | 0.95% | 0.67% | - |
| XYZ | 18.16 | 11.31 | 1.46 | - |
| YUV | 83.74 | 85.26 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 8 | 0 | 0.68 | 0.95 | 0.33 | 16.93 | 0.91 | 0.35 |
| Hex | AB | 36 | 8 | 0 | 44 | 5F | 21 | 11 | 5B | 23 |
| Octal | 253 | 66 | 10 | 0 | 104 | 137 | 41 | 21 | 133 | 43 |
| Binary | 10101011 | 110110 | 1000 | 0 | 1000100 | 1011111 | 100001 | 10001 | 1011011 | 100011 |
Color Harmonies of #AB3608
Complementary color
Monochromatic Colors of #AB3608
Black with #AB3608
Text Example
Text Example
White with #AB3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3608; }
p { color: rgb(171,54,8); }
H1.HeaderClassName
{
color: #AB3608;
}
.AnyTagClassName
{
color: #AB3608;
}
</style>
background-color css
<style>
a { background-color: #AB3608; }
a { background-color: rgb(171,54,8); }
div.DivClassName
{
background-color: #AB3608;
}
.BgClassName
{
background-color: #AB3608;
}
</style>
border-color css
<style>
span { border-color: #AB3608; }
span { border-color: rgb(171,54,8); }
td.TdClassName
{
border-color: #AB3608;
}
.TagClassName
{
border-color: #AB3608;
}
</style>