Shades of Rust #AB3805
Tints of Rust #AB3805
RGB
CMYK
RGB Variations
Color information
#AB3805 (or 0xAB3805) is known color: Rust. HEX triplet: AB, 38 and 05. RGB value is (171,56,5). Sum of RGB (Red+Green+Blue) = 171+56+5=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3805 is #54C7FA. Grayscale: #545454. Windows color (decimal): -5556219 or 342187. OLE color: 342187.
HSL color Cylindrical-coordinate representation of color #AB3805: hue angle of 18.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB3805 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.33 |
| HSL | 18.43º | 0.94% | 0.35% | - |
| HSV(B) | 18.43º | 0.97% | 0.67% | - |
| XYZ | 18.24 | 11.5 | 1.4 | - |
| YUV | 84.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 5 | 0 | 0.67 | 0.97 | 0.33 | 18.43 | 0.94 | 0.35 |
| Hex | AB | 38 | 5 | 0 | 43 | 61 | 21 | 12 | 5E | 23 |
| Octal | 253 | 70 | 5 | 0 | 103 | 141 | 41 | 22 | 136 | 43 |
| Binary | 10101011 | 111000 | 101 | 0 | 1000011 | 1100001 | 100001 | 10010 | 1011110 | 100011 |
Color Harmonies of #AB3805
Complementary color
Monochromatic Colors of #AB3805
Black with #AB3805
Text Example
Text Example
White with #AB3805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3805; }
p { color: rgb(171,56,5); }
H1.HeaderClassName
{
color: #AB3805;
}
.AnyTagClassName
{
color: #AB3805;
}
</style>
background-color css
<style>
a { background-color: #AB3805; }
a { background-color: rgb(171,56,5); }
div.DivClassName
{
background-color: #AB3805;
}
.BgClassName
{
background-color: #AB3805;
}
</style>
border-color css
<style>
span { border-color: #AB3805; }
span { border-color: rgb(171,56,5); }
td.TdClassName
{
border-color: #AB3805;
}
.TagClassName
{
border-color: #AB3805;
}
</style>