Shades of Rust #AB380A
Tints of Rust #AB380A
RGB
CMYK
RGB Variations
Color information
#AB380A (or 0xAB380A) is known color: Rust. HEX triplet: AB, 38 and 0A. RGB value is (171,56,10). Sum of RGB (Red+Green+Blue) = 171+56+10=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB380A is #54C7F5. Grayscale: #555555. Windows color (decimal): -5556214 or 669867. OLE color: 669867.
HSL color Cylindrical-coordinate representation of color #AB380A: hue angle of 17.14º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB380A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.33 |
| HSL | 17.14º | 0.89% | 0.35% | - |
| HSV(B) | 17.14º | 0.94% | 0.67% | - |
| XYZ | 18.26 | 11.51 | 1.55 | - |
| YUV | 85.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 10 | 0 | 0.67 | 0.94 | 0.33 | 17.14 | 0.89 | 0.35 |
| Hex | AB | 38 | A | 0 | 43 | 5E | 21 | 11 | 59 | 23 |
| Octal | 253 | 70 | 12 | 0 | 103 | 136 | 41 | 21 | 131 | 43 |
| Binary | 10101011 | 111000 | 1010 | 0 | 1000011 | 1011110 | 100001 | 10001 | 1011001 | 100011 |
Color Harmonies of #AB380A
Complementary color
Monochromatic Colors of #AB380A
Black with #AB380A
Text Example
Text Example
White with #AB380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB380A; }
p { color: rgb(171,56,10); }
H1.HeaderClassName
{
color: #AB380A;
}
.AnyTagClassName
{
color: #AB380A;
}
</style>
background-color css
<style>
a { background-color: #AB380A; }
a { background-color: rgb(171,56,10); }
div.DivClassName
{
background-color: #AB380A;
}
.BgClassName
{
background-color: #AB380A;
}
</style>
border-color css
<style>
span { border-color: #AB380A; }
span { border-color: rgb(171,56,10); }
td.TdClassName
{
border-color: #AB380A;
}
.TagClassName
{
border-color: #AB380A;
}
</style>