Shades of Rust #AB381D
Tints of Rust #AB381D
RGB
CMYK
RGB Variations
Color information
#AB381D (or 0xAB381D) is known color: Rust. HEX triplet: AB, 38 and 1D. RGB value is (171,56,29). Sum of RGB (Red+Green+Blue) = 171+56+29=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB381D is #54C7E2. Grayscale: #575757. Windows color (decimal): -5556195 or 1915051. OLE color: 1915051.
HSL color Cylindrical-coordinate representation of color #AB381D: hue angle of 11.41º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB381D is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 29 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.33 |
| HSL | 11.41º | 0.71% | 0.39% | - |
| HSV(B) | 11.41º | 0.83% | 0.67% | - |
| XYZ | 18.43 | 11.57 | 2.43 | - |
| YUV | 87.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 29 | 0 | 0.67 | 0.83 | 0.33 | 11.41 | 0.71 | 0.39 |
| Hex | AB | 38 | 1D | 0 | 43 | 53 | 21 | B | 47 | 27 |
| Octal | 253 | 70 | 35 | 0 | 103 | 123 | 41 | 13 | 107 | 47 |
| Binary | 10101011 | 111000 | 11101 | 0 | 1000011 | 1010011 | 100001 | 1011 | 1000111 | 100111 |
Color Harmonies of #AB381D
Complementary color
Monochromatic Colors of #AB381D
Black with #AB381D
Text Example
Text Example
White with #AB381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB381D; }
p { color: rgb(171,56,29); }
H1.HeaderClassName
{
color: #AB381D;
}
.AnyTagClassName
{
color: #AB381D;
}
</style>
background-color css
<style>
a { background-color: #AB381D; }
a { background-color: rgb(171,56,29); }
div.DivClassName
{
background-color: #AB381D;
}
.BgClassName
{
background-color: #AB381D;
}
</style>
border-color css
<style>
span { border-color: #AB381D; }
span { border-color: rgb(171,56,29); }
td.TdClassName
{
border-color: #AB381D;
}
.TagClassName
{
border-color: #AB381D;
}
</style>