Shades of Rust #AB380F
Tints of Rust #AB380F
RGB
CMYK
RGB Variations
Color information
#AB380F (or 0xAB380F) is known color: Rust. HEX triplet: AB, 38 and 0F. RGB value is (171,56,15). Sum of RGB (Red+Green+Blue) = 171+56+15=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB380F is #54C7F0. Grayscale: #555555. Windows color (decimal): -5556209 or 997547. OLE color: 997547.
HSL color Cylindrical-coordinate representation of color #AB380F: hue angle of 15.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB380F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 15 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.33 |
| HSL | 15.77º | 0.84% | 0.36% | - |
| HSV(B) | 15.77º | 0.91% | 0.67% | - |
| XYZ | 18.29 | 11.52 | 1.71 | - |
| YUV | 85.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 15 | 0 | 0.67 | 0.91 | 0.33 | 15.77 | 0.84 | 0.36 |
| Hex | AB | 38 | F | 0 | 43 | 5B | 21 | 10 | 54 | 24 |
| Octal | 253 | 70 | 17 | 0 | 103 | 133 | 41 | 20 | 124 | 44 |
| Binary | 10101011 | 111000 | 1111 | 0 | 1000011 | 1011011 | 100001 | 10000 | 1010100 | 100100 |
Color Harmonies of #AB380F
Complementary color
Monochromatic Colors of #AB380F
Black with #AB380F
Text Example
Text Example
White with #AB380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB380F; }
p { color: rgb(171,56,15); }
H1.HeaderClassName
{
color: #AB380F;
}
.AnyTagClassName
{
color: #AB380F;
}
</style>
background-color css
<style>
a { background-color: #AB380F; }
a { background-color: rgb(171,56,15); }
div.DivClassName
{
background-color: #AB380F;
}
.BgClassName
{
background-color: #AB380F;
}
</style>
border-color css
<style>
span { border-color: #AB380F; }
span { border-color: rgb(171,56,15); }
td.TdClassName
{
border-color: #AB380F;
}
.TagClassName
{
border-color: #AB380F;
}
</style>