Shades of Rust #A8530B
Tints of Rust #A8530B
RGB
CMYK
RGB Variations
Color information
#A8530B (or 0xA8530B) is known color: Rust. HEX triplet: A8, 53 and 0B. RGB value is (168,83,11). Sum of RGB (Red+Green+Blue) = 168+83+11=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8530B is #57ACF4. Grayscale: #646464. Windows color (decimal): -5745909 or 742312. OLE color: 742312.
HSL color Cylindrical-coordinate representation of color #A8530B: hue angle of 27.52º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8530B is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 11 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.34 |
| HSL | 27.52º | 0.88% | 0.35% | - |
| HSV(B) | 27.52º | 0.93% | 0.66% | - |
| XYZ | 19.3 | 14.54 | 2.1 | - |
| YUV | 100.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 11 | 0 | 0.51 | 0.93 | 0.34 | 27.52 | 0.88 | 0.35 |
| Hex | A8 | 53 | B | 0 | 33 | 5D | 22 | 1C | 58 | 23 |
| Octal | 250 | 123 | 13 | 0 | 63 | 135 | 42 | 34 | 130 | 43 |
| Binary | 10101000 | 1010011 | 1011 | 0 | 110011 | 1011101 | 100010 | 11100 | 1011000 | 100011 |
Color Harmonies of #A8530B
Complementary color
Monochromatic Colors of #A8530B
Black with #A8530B
Text Example
Text Example
White with #A8530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8530B; }
p { color: rgb(168,83,11); }
H1.HeaderClassName
{
color: #A8530B;
}
.AnyTagClassName
{
color: #A8530B;
}
</style>
background-color css
<style>
a { background-color: #A8530B; }
a { background-color: rgb(168,83,11); }
div.DivClassName
{
background-color: #A8530B;
}
.BgClassName
{
background-color: #A8530B;
}
</style>
border-color css
<style>
span { border-color: #A8530B; }
span { border-color: rgb(168,83,11); }
td.TdClassName
{
border-color: #A8530B;
}
.TagClassName
{
border-color: #A8530B;
}
</style>