Shades of Rust #AB3919
Tints of Rust #AB3919
RGB
CMYK
RGB Variations
Color information
#AB3919 (or 0xAB3919) is known color: Rust. HEX triplet: AB, 39 and 19. RGB value is (171,57,25). Sum of RGB (Red+Green+Blue) = 171+57+25=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3919 is #54C6E6. Grayscale: #575757. Windows color (decimal): -5555943 or 1653163. OLE color: 1653163.
HSL color Cylindrical-coordinate representation of color #AB3919: hue angle of 13.15º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB3919 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 25 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.33 |
| HSL | 13.15º | 0.74% | 0.38% | - |
| HSV(B) | 13.15º | 0.85% | 0.67% | - |
| XYZ | 18.43 | 11.65 | 2.2 | - |
| YUV | 87.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 25 | 0 | 0.67 | 0.85 | 0.33 | 13.15 | 0.74 | 0.38 |
| Hex | AB | 39 | 19 | 0 | 43 | 55 | 21 | D | 4A | 26 |
| Octal | 253 | 71 | 31 | 0 | 103 | 125 | 41 | 15 | 112 | 46 |
| Binary | 10101011 | 111001 | 11001 | 0 | 1000011 | 1010101 | 100001 | 1101 | 1001010 | 100110 |
Color Harmonies of #AB3919
Complementary color
Monochromatic Colors of #AB3919
Black with #AB3919
Text Example
Text Example
White with #AB3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3919; }
p { color: rgb(171,57,25); }
H1.HeaderClassName
{
color: #AB3919;
}
.AnyTagClassName
{
color: #AB3919;
}
</style>
background-color css
<style>
a { background-color: #AB3919; }
a { background-color: rgb(171,57,25); }
div.DivClassName
{
background-color: #AB3919;
}
.BgClassName
{
background-color: #AB3919;
}
</style>
border-color css
<style>
span { border-color: #AB3919; }
span { border-color: rgb(171,57,25); }
td.TdClassName
{
border-color: #AB3919;
}
.TagClassName
{
border-color: #AB3919;
}
</style>