Shades of Rust #AB3D08
Tints of Rust #AB3D08
RGB
CMYK
RGB Variations
Color information
#AB3D08 (or 0xAB3D08) is known color: Rust. HEX triplet: AB, 3D and 08. RGB value is (171,61,8). Sum of RGB (Red+Green+Blue) = 171+61+8=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3D08 is #54C2F7. Grayscale: #585858. Windows color (decimal): -5554936 or 540075. OLE color: 540075.
HSL color Cylindrical-coordinate representation of color #AB3D08: hue angle of 19.51º 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 #AB3D08 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 8 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.33 |
| HSL | 19.51º | 0.91% | 0.35% | - |
| HSV(B) | 19.51º | 0.95% | 0.67% | - |
| XYZ | 18.51 | 12.01 | 1.57 | - |
| YUV | 87.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 8 | 0 | 0.64 | 0.95 | 0.33 | 19.51 | 0.91 | 0.35 |
| Hex | AB | 3D | 8 | 0 | 40 | 5F | 21 | 14 | 5B | 23 |
| Octal | 253 | 75 | 10 | 0 | 100 | 137 | 41 | 24 | 133 | 43 |
| Binary | 10101011 | 111101 | 1000 | 0 | 1000000 | 1011111 | 100001 | 10100 | 1011011 | 100011 |
Color Harmonies of #AB3D08
Complementary color
Monochromatic Colors of #AB3D08
Black with #AB3D08
Text Example
Text Example
White with #AB3D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D08; }
p { color: rgb(171,61,8); }
H1.HeaderClassName
{
color: #AB3D08;
}
.AnyTagClassName
{
color: #AB3D08;
}
</style>
background-color css
<style>
a { background-color: #AB3D08; }
a { background-color: rgb(171,61,8); }
div.DivClassName
{
background-color: #AB3D08;
}
.BgClassName
{
background-color: #AB3D08;
}
</style>
border-color css
<style>
span { border-color: #AB3D08; }
span { border-color: rgb(171,61,8); }
td.TdClassName
{
border-color: #AB3D08;
}
.TagClassName
{
border-color: #AB3D08;
}
</style>